mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-25 16:21:11 -05:00
Don't forget to initalize your variables.
This commit is contained in:
parent
8ff9b299fb
commit
20449ec91f
|
|
@ -96,7 +96,7 @@ protected:
|
|||
bool carryFlagSet;
|
||||
bool carryFlagInverted;
|
||||
|
||||
bool generatingTrampoline;
|
||||
bool generatingTrampoline = false;
|
||||
u8* trampolineExceptionHandler;
|
||||
|
||||
int fifoBytesThisBlock;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user