Gilles Siberlin

Results 23 comments of Gilles Siberlin

The implementation is pretty simple: ``` if( !sIsRestarting ) { arglist.add( "--savestate" ); arglist.add( saveToLoad ); } ``` and remove the whole block after the `// Auto-load state if desired`...

@richard42 I'd like to change the `--savestate` option implementation. The idea is to load the savestate on the first safe state interrupt instead of loading it on the first frame....

Done ;-) What is the purpose of the `--nosaveoptions` in rice?

Did you change the resume implementation in m64p-ae to use the `--savestate` option?

Ok I confirm that this bug is caused by the `using_tlb` flag. When loading the first savestate you provided using the `--savestate` option I'm getting the issue 100% of the...

@m4xw I was wondering if that issue is related to uncached code execution. Could you check on mp64-nx if the issue is also there?

@loganmc10 I pushed a fix for Doubutsu Banchou here : https://github.com/Gillou68310/mupen64plus-core/tree/slt_sltu Could you check if it fixes your issue?

Ok weird it works on win x64 too, linux x64 specific issue maybe?

Yeah NVM I was testing with all interpreted fallback defined. Defining interpret_MULT is what fixes the issue. Looks like the issue is MULT in a branch delay slot, needs more...