Skip to content
Snippets Groups Projects
Commit 24f10a20 authored by bunnei's avatar bunnei
Browse files

core: Increase tight_loop 100x for speed.

parent 5e262a4a
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ public:
* @param tight_loop Number of instructions to execute.
* @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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment