mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-09-15 00:45:33 +00:00
core: Increase tight_loop 100x for speed.
This commit is contained in:
parent
5e262a4a68
commit
24f10a20e7
@ -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…
Reference in New Issue
Block a user