mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #3966 from phire/ImNotTheOnlyPersonWhoMakesThisMistake
Fix broken debug builds in visual studio
This commit is contained in:
@@ -96,7 +96,7 @@ protected:
|
||||
bool carryFlagSet;
|
||||
bool carryFlagInverted;
|
||||
|
||||
bool generatingTrampoline;
|
||||
bool generatingTrampoline = false;
|
||||
u8* trampolineExceptionHandler;
|
||||
|
||||
int fifoBytesThisBlock;
|
||||
|
||||
Reference in New Issue
Block a user