Linux: Compilation fix.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3874 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-10-04 22:03:25 +00:00
parent 573b741d7f
commit 46b526976f
1 changed files with 2 additions and 0 deletions

View File

@ -122,7 +122,9 @@ void Dialogs::CreateMemoryCardDialog::OnOk_Click( wxCommandEvent& evt )
// Save status of the NTFS compress checkbox for future reference.
// [TODO] Remove g_Conf->McdCompressNTFS, and have this dialog load/save directly from the ini.
#ifdef __WXMSW__
g_Conf->McdCompressNTFS = m_check_CompressNTFS->GetValue();
#endif
if( !CreateIt(
m_filepicker ? m_filepicker->GetPath() : (m_mcdpath + m_mcdfile).GetFullPath(),