From 1e3202a95ef9550b956031af149b49b0a70b5b85 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 22 Sep 2015 18:03:30 +0200 Subject: [PATCH] Fix cheatfile loading derp --- menu/cbs/menu_cbs_ok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index cf08776200..1366d6828f 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -667,7 +667,7 @@ static int action_ok_cheat_file_load(const char *path, const char *label, unsigned type, size_t idx, size_t entry_idx) { return generic_action_ok(path, label, type, idx, entry_idx, - ACTION_OK_LOAD_RECORD_CONFIGFILE, MENU_LABEL_CORE_CHEAT_OPTIONS); + ACTION_OK_LOAD_CHEAT_FILE, MENU_LABEL_CORE_CHEAT_OPTIONS); } static int action_ok_record_configfile_load(const char *path,