mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Don't forget to initalize your variables.
This commit is contained in:
parent
8ff9b299fb
commit
20449ec91f
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ protected:
|
||||||
bool carryFlagSet;
|
bool carryFlagSet;
|
||||||
bool carryFlagInverted;
|
bool carryFlagInverted;
|
||||||
|
|
||||||
bool generatingTrampoline;
|
bool generatingTrampoline = false;
|
||||||
u8* trampolineExceptionHandler;
|
u8* trampolineExceptionHandler;
|
||||||
|
|
||||||
int fifoBytesThisBlock;
|
int fifoBytesThisBlock;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue