#206 Based on FaceBook poll, changed memory initialization pattern to: MIP_FF_00_FULL_PAGE

This commit is contained in:
michaelangel007 2014-08-28 10:39:29 -07:00
parent 77aef24880
commit 9b8151b12e

View File

@ -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;