Missed one thing.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2939 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-05-03 19:38:31 +00:00
parent 97e6d37e39
commit 896f731eb8
1 changed files with 2 additions and 1 deletions

View File

@ -206,8 +206,9 @@ public:
bool Toolbar_ShowLabels;
// uses automatic ntfs compression when creating new memory cards (Win32 only)
// (Used in several places, so it's easier
#ifdef __WXMSW__
bool McdCompressNTFS;
#endif
// Force-ejects modified memory cards when loading savestates (avoids corruption)
bool McdEnableEjection;