... and it helps when I save both files before committing.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3364 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-07-01 20:22:26 +00:00
parent 7c156efb2b
commit 390b811a1a
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ u32 ptexBilinearBlocks = 0;
u32 ptexConv32to16 = 0; u32 ptexConv32to16 = 0;
bool g_bDisplayMsg = 1; bool g_bDisplayMsg = 1;
int g_nDepthBias = 0; int g_nDepthBias = 0;
bool g_bSaveFlushedFrame = 0; u32 g_bSaveFlushedFrame = 0;
//------------------ Code //------------------ Code