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
@@ -210,7 +210,7 @@ static void _SetupColorRamp(const int iPrimary, int & iColor_)
#if DEBUG_COLOR_RAMP
int len = snprintf_s(sText, _TRUNCATE, " // %d%d%d\n", bB, bG, bR);
strRamp.append(sText, len);
OutputDebugStringA(strRamp.c_str());
OutputDebugString(strRamp.c_str());
#endif
}
#endif // _DEBUG