mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
add invalid flag for BPStructs (fix issue 5790)
this flag will be set on loading a state and checked before every rendering.
This commit is contained in:
@ -23,5 +23,6 @@
|
||||
void BPInit();
|
||||
void LoadBPReg(u32 value0);
|
||||
void BPReload();
|
||||
void BPInvalidate();
|
||||
|
||||
#endif // _BPSTRUCTS_H_
|
||||
|
Reference in New Issue
Block a user