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:
Andrea
2022-02-14 20:37:18 +00:00
committed by GitHub
parent 9a3832084a
commit 48dd638d33
8 changed files with 32 additions and 10 deletions
+1 -1
View File
@@ -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