mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Build fix
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
#include "WxUtils.h"
|
#include "WxUtils.h"
|
||||||
|
|
||||||
#define MAX_CHEAT_SEARCH_RESULTS_DISPLAY 256
|
#define MAX_CHEAT_SEARCH_RESULTS_DISPLAY 256
|
||||||
const std::string title = _("Cheats Manager");
|
const wxString title = _("Cheats Manager");
|
||||||
|
|
||||||
extern std::vector<ActionReplay::ARCode> arCodes;
|
extern std::vector<ActionReplay::ARCode> arCodes;
|
||||||
extern CFrame* main_frame;
|
extern CFrame* main_frame;
|
||||||
|
Reference in New Issue
Block a user