git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@42329 e17a0e51-4ae3-4d35-97c3-1a29b211df97

This commit is contained in:
SND\weimingzhi_cp 2010-03-12 02:03:43 +00:00
parent 01c19d7afb
commit dd10a97dea
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
March 12, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* gui/LnxMain.c: Fixed -cdfile switch (Thanks NeToU).
March 6, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* libpcsxcore/ppf.c: Speeded up the PPF loading routine when the PPF file

View File

@ -402,7 +402,7 @@ int main(int argc, char *argv[]) {
chdir(plugin_default_dir);
g_free(plugin_default_dir);
if (!UseGui) cdrfilename[0] = '\0';
if (UseGui) cdrfilename[0] = '\0';
if (SysInit() == -1) return 1;