diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-04 22:52:16 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-01-04 22:52:16 +0100 |
commit | 24f10a20e7270e97ef45043088fa53612cad955a (patch) | |
tree | 1c9581d6d593c71596405d570508f0f2903a53bc /src/core/core.h | |
parent | citra_qt: Remove VFP registers, since this isn't used anyways and caused an assert. (diff) | |
download | yuzu-24f10a20e7270e97ef45043088fa53612cad955a.tar yuzu-24f10a20e7270e97ef45043088fa53612cad955a.tar.gz yuzu-24f10a20e7270e97ef45043088fa53612cad955a.tar.bz2 yuzu-24f10a20e7270e97ef45043088fa53612cad955a.tar.lz yuzu-24f10a20e7270e97ef45043088fa53612cad955a.tar.xz yuzu-24f10a20e7270e97ef45043088fa53612cad955a.tar.zst yuzu-24f10a20e7270e97ef45043088fa53612cad955a.zip |
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index 9805cc694..a9a035a1b 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -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 |