Move hash around
This commit is contained in:
parent
e892bf6e8b
commit
35ea096db7
|
@ -1904,8 +1904,6 @@ enum msg_hash_enums
|
|||
#define MENU_VALUE_HORIZONTAL_MENU 0x35761704U
|
||||
#define MENU_LABEL_QUIT_RETROARCH 0x84b0bc71U
|
||||
|
||||
#define MENU_VALUE_NO_CORE 0x7d5472cbU
|
||||
|
||||
const char *msg_hash_to_str(enum msg_hash_enums msg);
|
||||
|
||||
const char *msg_hash_to_str_fr(enum msg_hash_enums msg);
|
||||
|
|
|
@ -413,6 +413,8 @@ static void retroarch_set_special_paths(char **argv, unsigned num_content)
|
|||
}
|
||||
}
|
||||
|
||||
#define MENU_VALUE_NO_CORE 0x7d5472cbU
|
||||
|
||||
static void retroarch_set_paths_redirect(void)
|
||||
{
|
||||
char current_savestate_dir[PATH_MAX_LENGTH] = {0};
|
||||
|
|
Loading…
Reference in New Issue