mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Jit_LoadStoreFloating: lfXXX
This commit is contained in:
@ -70,10 +70,6 @@ protected:
|
||||
// so just fixup that branch instead of testing for a DSI again.
|
||||
bool fixupExceptionHandler;
|
||||
Gen::FixupBranch exceptionHandler;
|
||||
// If these are set, we've stored the old value of a register which will be loaded in
|
||||
// revertLoad,
|
||||
// which lets us revert it on the exception path.
|
||||
int revertFprLoad;
|
||||
|
||||
bool assumeNoPairedQuantize;
|
||||
std::map<u8, u32> constantGqr;
|
||||
|
Reference in New Issue
Block a user