ARM: Fixed several dyncom bugs.
- Fixed NZCVT flags to properly save state when function returns. - Fixed counter to keep track of the actual number of instructions executed. - Fixed single-step mode to only execute one instruction at a time. - DefaultIni: Removed comment that no longer applied to dyncom.
This commit is contained in:
parent
ac8b38e54d
commit
3409790668
4 changed files with 26 additions and 18 deletions
|
@ -28,7 +28,7 @@ pad_sright =
|
|||
|
||||
[Core]
|
||||
cpu_core = ## 0: Interpreter (default), 1: FastInterpreter (experimental)
|
||||
gpu_refresh_rate = ## 60 (default), 1024 or 2048 may work better on the FastInterpreter
|
||||
gpu_refresh_rate = ## 60 (default)
|
||||
|
||||
[Data Storage]
|
||||
use_virtual_sd =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue