diff --git a/Source/Core/DolphinWX/Src/GameListCtrl.cpp b/Source/Core/DolphinWX/Src/GameListCtrl.cpp index b5281b74cb..c0b01c5d79 100644 --- a/Source/Core/DolphinWX/Src/GameListCtrl.cpp +++ b/Source/Core/DolphinWX/Src/GameListCtrl.cpp @@ -601,7 +601,7 @@ void CGameListCtrl::ScanForISOs() msg = wxString(tempstring, *wxConvCurrent); // With wxWidgets 2.9.1, each Update() sleeps for several seconds -#ifndef __APPLE__ +#if !wxCHECK_VERSION(2, 9, 1) || wxCHECK_VERSION(2, 9, 2) // Update with the progress (i) and the message (msg) bool Cont = dialog.Update(i, msg); if (!Cont)