mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
core: Increase tight_loop 100x for speed.
This commit is contained in:
parent
fbbaca8fb7
commit
878239d05c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public:
|
||||||
* @param tight_loop Number of instructions to execute.
|
* @param tight_loop Number of instructions to execute.
|
||||||
* @return Result status, indicating whethor or not the operation succeeded.
|
* @return Result status, indicating whethor or not the operation succeeded.
|
||||||
*/
|
*/
|
||||||
ResultStatus RunLoop(int tight_loop = 1000);
|
ResultStatus RunLoop(int tight_loop = 100000);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Step the CPU one instruction
|
* Step the CPU one instruction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue