mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
JIT: most mem instructions working
+ branching
This commit is contained in:
@ -524,6 +524,8 @@ void Reset()
|
||||
KeyCnt = 0;
|
||||
RCnt = 0;
|
||||
|
||||
ARMJIT::ResetBlocks();
|
||||
|
||||
NDSCart::Reset();
|
||||
GBACart::Reset();
|
||||
GPU::Reset();
|
||||
|
Reference in New Issue
Block a user