mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
reconcile DSi and JIT, fastmem for x64 and Windows
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
#include "DSi.h"
|
||||
#include "DSi_I2C.h"
|
||||
#include "DSi_Camera.h"
|
||||
#include "ARM.h"
|
||||
|
||||
|
||||
namespace DSi_BPTWL
|
||||
@ -108,7 +109,8 @@ void Write(u8 val, bool last)
|
||||
printf("BPTWL: soft-reset\n");
|
||||
val = 0; // checkme
|
||||
// TODO: soft-reset might need to be scheduled later!
|
||||
DSi::SoftReset();
|
||||
// TODO: this has been moved for the JIT to work, nothing is confirmed here
|
||||
NDS::ARM7->Halt(4);
|
||||
CurPos = -1;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user