From 46b526976fed56babc5cb0b8295bc8452b1930af Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Mon, 4 Oct 2010 22:03:25 +0000 Subject: [PATCH] Linux: Compilation fix. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3874 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/gui/Dialogs/CreateMemoryCardDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pcsx2/gui/Dialogs/CreateMemoryCardDialog.cpp b/pcsx2/gui/Dialogs/CreateMemoryCardDialog.cpp index d3b0990f1d..2654ff16cf 100644 --- a/pcsx2/gui/Dialogs/CreateMemoryCardDialog.cpp +++ b/pcsx2/gui/Dialogs/CreateMemoryCardDialog.cpp @@ -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(),