#206 Based on FaceBook poll, changed memory initialization pattern to: MIP_FF_00_FULL_PAGE
This commit is contained in:
parent
77aef24880
commit
9b8151b12e
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ FILE* g_fh = NULL;
|
|||
bool g_bDisableDirectInput = false;
|
||||
bool g_bDisableDirectSound = false;
|
||||
bool g_bDisableDirectSoundMockingboard = false;
|
||||
int g_nMemoryClearType = -1;
|
||||
int g_nMemoryClearType = MIP_FF_00_FULL_PAGE; // Note: -1 = random
|
||||
|
||||
IPropertySheet& sg_PropertySheet = * new CPropertySheet;
|
||||
CSuperSerialCard sg_SSC;
|
||||
|
|
Loading…
Add table
Reference in a new issue