From 3fd7339c3bfd77594650dc51a6891bbafeb128cd Mon Sep 17 00:00:00 2001 From: arcum42 Date: Wed, 19 May 2010 11:18:49 +0000 Subject: [PATCH] Get Linux building again. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3044 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/DataBase_Loader.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pcsx2/DataBase_Loader.h b/pcsx2/DataBase_Loader.h index 618b771f5c..2389588a0a 100644 --- a/pcsx2/DataBase_Loader.h +++ b/pcsx2/DataBase_Loader.h @@ -373,12 +373,11 @@ static wxString compatToStringWX(int compat) { } } -#define checkGamefix(gFix) { \ - if (gameDB->keyExists(#gFix)) { \ - SetGameFixConfig().##gFix = gameDB->getBool(#gFix); \ - wxString sKey = L#gFix; \ - Console.WriteLn(L"Loading Gamefix: %s", sKey.c_str()); \ - } \ +#define checkGamefix(gFix) { \ + if (gameDB->keyExists(#gFix)) { \ + SetGameFixConfig().gFix = gameDB->getBool(#gFix); \ + Console.Write(L"Loading Gamefix:"); Console.WriteLn(#gFix); \ + } \ } // Load Game Settings found in database