mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Synchronize Linux build. (PR #1037)
. remove OutputDebugStringA() . push changes to StdAfx.h . mention g_strSaveStatePathname in the error message for loading save-state
This commit is contained in:
+1
-1
@@ -1095,7 +1095,7 @@ void SetMemMode(DWORD uNewMemMode)
|
||||
psz += sprintf(psz, "CX=%d " , SW_INTCXROM ? 1 : 0);
|
||||
psz += sprintf(psz, "WRAM=%d " , SW_WRITERAM ? 1 : 0);
|
||||
psz += sprintf(psz, "\n");
|
||||
OutputDebugStringA(szStr);
|
||||
OutputDebugString(szStr);
|
||||
}
|
||||
#endif
|
||||
memmode = uNewMemMode;
|
||||
|
||||
Reference in New Issue
Block a user