mirror of https://github.com/PCSX2/pcsx2.git
Linux: Compilation fix.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3874 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
573b741d7f
commit
46b526976f
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue