mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00: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:
parent
2db4549174
commit
2df0c31d13
4 changed files with 51 additions and 31 deletions
|
@ -23,5 +23,6 @@
|
|||
void BPInit();
|
||||
void LoadBPReg(u32 value0);
|
||||
void BPReload();
|
||||
void BPInvalidate();
|
||||
|
||||
#endif // _BPSTRUCTS_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue