(06-09-2014, 11:25 AM)skid Wrote: The breakpoints are not being triggered in JIT mode because of Dolphin's fastmem feature.
Using JIT with fastmem disabled will make the emulator a bit faster than running it in Interpreter.
To disable fastmem, look in dolphin.ini, and add/change this line under the [Core] section:
Code:
Fastmem = False
I just tried this and the breaks didn't happen, although I'm not sure if I did it right because I was getting pretty much full speed. If you meant the Dolphin.ini file inside User/Config, setting Fastmem to false (under [Core]) doesn't make programmed breaks work (or at least not the ones I programmed inside ReadFromHardware).