mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 00:17:16 +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:
@@ -4753,7 +4753,7 @@ Update_t CmdNTSC (int nArgs)
|
||||
#if _DEBUG
|
||||
LogOutput( "Filename.length.1: %d\n", len1 );
|
||||
LogOutput( "Filename.length.2: %d\n", len2 );
|
||||
OutputDebugStringA( sPaletteFilePath.c_str() );
|
||||
OutputDebugString( sPaletteFilePath.c_str() );
|
||||
#endif
|
||||
// File path is too long
|
||||
// TODO: Need to split very long path names
|
||||
|
||||
Reference in New Issue
Block a user