RetroArch
msg_hash.h
Go to the documentation of this file.
1 /* RetroArch - A frontend for libretro.
2  * Copyright (C) 2010-2014 - Hans-Kristian Arntzen
3  * Copyright (C) 2011-2017 - Daniel De Matteis
4  * Copyright (C) 2016-2017 - Brad Parker
5  *
6  * RetroArch is free software: you can redistribute it and/or modify it under the terms
7  * of the GNU General Public License as published by the Free Software Found-
8  * ation, either version 3 of the License, or (at your option) any later version.
9  *
10  * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
11  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  * PURPOSE. See the GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License along with RetroArch.
15  * If not, see <http://www.gnu.org/licenses/>.
16  */
17 
18 #ifndef __MSG_HASH_H
19 #define __MSG_HASH_H
20 
21 #include <stdint.h>
22 #include <stddef.h>
23 
24 #include <retro_common_api.h>
25 
26 #include "input/input_defines.h"
27 
28 #define MSG_HASH(Id, str) case Id: return str;
29 
31 
33 {
36 };
37 
39 {
96 
125 
130 
134 
141 
143 
145 };
146 
147 #define MENU_LABEL(STR) \
148  MENU_ENUM_LABEL_##STR, \
149  MENU_ENUM_SUBLABEL_##STR, \
150  MENU_ENUM_LABEL_VALUE_##STR
151 
153 {
426 
427  MENU_LABEL(STREAMING_TITLE),
428  MENU_LABEL(STREAMING_MODE),
429  MENU_LABEL(VIDEO_RECORD_QUALITY),
430  MENU_LABEL(VIDEO_STREAM_QUALITY),
431  MENU_LABEL(STREAMING_URL),
432  MENU_LABEL(UDP_STREAM_PORT),
433  MENU_LABEL(ADD_TO_MIXER),
434  MENU_LABEL(ADD_TO_MIXER_AND_PLAY),
435  MENU_LABEL(ADD_TO_MIXER_AND_COLLECTION),
436  MENU_LABEL(ADD_TO_MIXER_AND_COLLECTION_AND_PLAY),
437  MENU_LABEL(TWITCH_STREAM_KEY),
438  MENU_LABEL(YOUTUBE_STREAM_KEY),
440 
441  MENU_LABEL(FILTER_BY_CURRENT_CORE),
442 
443  MENU_LABEL(NO_HISTORY_AVAILABLE),
444  MENU_LABEL(NO_MUSIC_AVAILABLE),
445  MENU_LABEL(NO_VIDEOS_AVAILABLE),
446  MENU_LABEL(NO_IMAGES_AVAILABLE),
447  MENU_LABEL(NO_FAVORITES_AVAILABLE),
448 
459 
466 
472 
473  MENU_LABEL(MENU_WALLPAPER_OPACITY),
474  MENU_LABEL(MENU_FRAMEBUFFER_OPACITY),
475  MENU_LABEL(MENU_USE_PREFERRED_SYSTEM_COLOR_THEME),
476 
480 
481  MENU_LABEL(MATERIALUI_ICONS_ENABLE),
482 
485 
497 
510 
511  MENU_LABEL(SHADER_PIPELINE_RIBBON_SIMPLIFIED),
512  MENU_LABEL(SHADER_PIPELINE_RIBBON),
513  MENU_LABEL(SHADER_PIPELINE_SIMPLE_SNOW),
514  MENU_LABEL(SHADER_PIPELINE_SNOW),
515  MENU_LABEL(SHADER_PIPELINE_BOKEH),
516  MENU_LABEL(SHADER_PIPELINE_SNOWFLAKE),
517 
518  MENU_LABEL(MATERIALUI_MENU_HEADER_OPACITY),
519  MENU_LABEL(MATERIALUI_MENU_FOOTER_OPACITY),
527 
532 
533  MENU_LABEL(CHEEVOS_UNLOCKED_ENTRY),
534  MENU_LABEL(CHEEVOS_UNLOCKED_ENTRY_HARDCORE),
535  MENU_LABEL(CHEEVOS_LOCKED_ENTRY),
536 
546 
547  MENU_LABEL(START_VIDEO_PROCESSOR),
548  MENU_LABEL(START_NET_RETROPAD),
549 
551 
552  /* System information */
553  MENU_LABEL(CPU_CORES),
554  MENU_LABEL(CPU_ARCHITECTURE),
555 
556  /* Input */
557 
563 
564  MENU_LABEL(INPUT_HOTKEY_BINDS),
565  MENU_LABEL(INPUT_SPLIT_JOYCON),
566 
568 
569  MENU_LABEL(INPUT_TURBO_PERIOD),
570 
596 
597  MENU_LABEL(INPUT_REMAPPING_DIRECTORY),
598 
602 
653 
691 
699 
700  MENU_LABEL(INPUT_MAX_USERS),
701  MENU_LABEL(INPUT_USER_BINDS),
702  MENU_LABEL(INPUT_DUTY_CYCLE),
703  MENU_LABEL(INPUT_AUTODETECT_ENABLE),
704  MENU_LABEL(INPUT_DESCRIPTOR_LABEL_SHOW),
705  MENU_LABEL(INPUT_DESCRIPTOR_HIDE_UNBOUND),
706  MENU_LABEL(INPUT_AXIS_THRESHOLD),
707  MENU_LABEL(INPUT_BIND_TIMEOUT),
708  MENU_LABEL(INPUT_BIND_HOLD),
709  MENU_LABEL(INPUT_REMAP_BINDS_ENABLE),
710  MENU_LABEL(MENU_INPUT_SWAP_OK_CANCEL),
711  MENU_LABEL(INPUT_OVERLAY_ENABLE),
712  MENU_LABEL(INPUT_OSK_OVERLAY_ENABLE),
713  MENU_LABEL(INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO),
714  MENU_LABEL(INPUT_OVERLAY_HIDE_IN_MENU),
715  MENU_LABEL(INPUT_OVERLAY_SHOW_PHYSICAL_INPUTS),
716  MENU_LABEL(INPUT_OVERLAY_SHOW_PHYSICAL_INPUTS_PORT),
717  MENU_LABEL(INPUT_KEYBOARD_GAMEPAD_MAPPING_TYPE),
718  MENU_LABEL(INPUT_SMALL_KEYBOARD_ENABLE),
719  MENU_LABEL(INPUT_TOUCH_ENABLE),
720  MENU_LABEL(INPUT_PREFER_FRONT_TOUCH),
721  MENU_LABEL(INPUT_ICADE_ENABLE),
722  MENU_LABEL(INPUT_ALL_USERS_CONTROL_MENU),
723  MENU_LABEL(INPUT_POLL_TYPE_BEHAVIOR),
724  MENU_LABEL(INPUT_UNIFIED_MENU_CONTROLS),
725 
726  /* Video */
727  MENU_LABEL(CRT_SWITCH_RESOLUTION),
728  MENU_LABEL(CRT_SWITCH_RESOLUTION_SUPER),
729  MENU_LABEL(CRT_SWITCH_RESOLUTION_OUTPUT_DISPLAY_ID),
730  MENU_LABEL(CRT_SWITCH_RESOLUTION_USE_CUSTOM_REFRESH_RATE),
731  MENU_LABEL(CRT_SWITCH_X_AXIS_CENTERING),
732  MENU_LABEL(VIDEO_FONT_ENABLE),
733  MENU_LABEL(VIDEO_FONT_PATH),
734  MENU_LABEL(VIDEO_FONT_SIZE),
735  MENU_LABEL(VIDEO_MESSAGE_POS_X),
736  MENU_LABEL(VIDEO_MESSAGE_POS_Y),
737  MENU_LABEL(VIDEO_MESSAGE_COLOR_RED),
738  MENU_LABEL(VIDEO_MESSAGE_COLOR_GREEN),
739  MENU_LABEL(VIDEO_MESSAGE_COLOR_BLUE),
740  MENU_LABEL(VIDEO_MESSAGE_BGCOLOR_ENABLE),
741  MENU_LABEL(VIDEO_MESSAGE_BGCOLOR_RED),
742  MENU_LABEL(VIDEO_MESSAGE_BGCOLOR_GREEN),
743  MENU_LABEL(VIDEO_MESSAGE_BGCOLOR_BLUE),
744  MENU_LABEL(VIDEO_MESSAGE_BGCOLOR_OPACITY),
745  MENU_LABEL(VIDEO_FILTER_FLICKER),
746  MENU_LABEL(VIDEO_SOFT_FILTER),
747  MENU_LABEL(VIDEO_MAX_SWAPCHAIN_IMAGES),
748  MENU_LABEL(VIDEO_GPU_SCREENSHOT),
749  MENU_LABEL(VIDEO_BLACK_FRAME_INSERTION),
750  MENU_LABEL(VIDEO_FRAME_DELAY),
751  MENU_LABEL(VIDEO_VSYNC),
752  MENU_LABEL(VIDEO_ADAPTIVE_VSYNC),
753  MENU_LABEL(VIDEO_HARD_SYNC),
754  MENU_LABEL(VIDEO_HARD_SYNC_FRAMES),
755  MENU_LABEL(VIDEO_WINDOWED_FULLSCREEN),
756  MENU_LABEL(VIDEO_WINDOW_WIDTH),
757  MENU_LABEL(VIDEO_WINDOW_HEIGHT),
758  MENU_LABEL(VIDEO_WINDOW_OPACITY),
759  MENU_LABEL(VIDEO_FULLSCREEN_X),
760  MENU_LABEL(VIDEO_FULLSCREEN_Y),
761  MENU_LABEL(VIDEO_FORCE_SRGB_DISABLE),
762  MENU_LABEL(VIDEO_ROTATION),
763  MENU_LABEL(VIDEO_SCALE),
764  MENU_LABEL(VIDEO_RECORD_THREADS),
765  MENU_LABEL(VIDEO_SMOOTH),
766 
767  MENU_LABEL(VIDEO_CROP_OVERSCAN),
768 
769  MENU_LABEL(VIDEO_SCALE_INTEGER),
770  MENU_LABEL(VIDEO_VIEWPORT_CUSTOM_X),
771  MENU_LABEL(VIDEO_VIEWPORT_CUSTOM_Y),
772  MENU_LABEL(VIDEO_VIEWPORT_CUSTOM_WIDTH),
773  MENU_LABEL(VIDEO_VIEWPORT_CUSTOM_HEIGHT),
774  MENU_LABEL(VIDEO_GAMMA),
775  MENU_LABEL(VIDEO_ALLOW_ROTATE),
776  MENU_LABEL(VIDEO_SHARED_CONTEXT),
777  MENU_LABEL(VIDEO_THREADED),
778 
779 
780  MENU_LABEL(VIDEO_SWAP_INTERVAL),
781  MENU_LABEL(VIDEO_FULLSCREEN),
782  MENU_LABEL(VIDEO_MONITOR_INDEX),
783  MENU_LABEL(VIDEO_WINDOW_SCALE),
784  MENU_LABEL(VIDEO_REFRESH_RATE),
785  MENU_LABEL(VIDEO_REFRESH_RATE_AUTO),
786  MENU_LABEL(VIDEO_REFRESH_RATE_POLLED),
787 
788  MENU_LABEL(PARENT_DIRECTORY),
789 
791 
792 
793  /* Menu settings */
794  MENU_LABEL(MENU_SHOW_LOAD_CORE),
795  MENU_LABEL(MENU_SHOW_LOAD_CONTENT),
796  MENU_LABEL(MENU_SHOW_INFORMATION),
797  MENU_LABEL(MENU_SHOW_CONFIGURATIONS),
798  MENU_LABEL(MENU_SHOW_HELP),
799  MENU_LABEL(MENU_SHOW_QUIT_RETROARCH),
800  MENU_LABEL(MENU_SHOW_REBOOT),
801  MENU_LABEL(MENU_SHOW_SHUTDOWN),
802  MENU_LABEL(MENU_SHOW_ONLINE_UPDATER),
803  MENU_LABEL(MENU_SHOW_CORE_UPDATER),
804  MENU_LABEL(MENU_ENABLE_KIOSK_MODE),
805  MENU_LABEL(MENU_DISABLE_KIOSK_MODE),
806  MENU_LABEL(MENU_KIOSK_MODE_PASSWORD),
807  MENU_LABEL(RUN_MUSIC),
808  MENU_LABEL(RUN),
809  MENU_LABEL(MENU_WALLPAPER),
810  MENU_LABEL(DYNAMIC_WALLPAPER),
811  MENU_LABEL(PAUSE_NONACTIVE),
812  MENU_LABEL(MOUSE_ENABLE),
813  MENU_LABEL(POINTER_ENABLE),
814  MENU_LABEL(MENU_RGUI_BORDER_FILLER_ENABLE),
815  MENU_LABEL(MENU_RGUI_BACKGROUND_FILLER_THICKNESS_ENABLE),
816  MENU_LABEL(MENU_RGUI_BORDER_FILLER_THICKNESS_ENABLE),
817  MENU_LABEL(MENU_LINEAR_FILTER),
818  MENU_LABEL(MENU_HORIZONTAL_ANIMATION),
819  MENU_LABEL(NAVIGATION_WRAPAROUND),
820  MENU_LABEL(SHOW_ADVANCED_SETTINGS),
821  MENU_LABEL(THREADED_DATA_RUNLOOP_ENABLE),
822  MENU_LABEL(ENTRY_NORMAL_COLOR),
823  MENU_LABEL(ENTRY_HOVER_COLOR),
824  MENU_LABEL(XMB_ALPHA_FACTOR),
825  MENU_LABEL(XMB_SCALE_FACTOR),
826  MENU_LABEL(MENU_FONT_COLOR_RED),
827  MENU_LABEL(MENU_FONT_COLOR_GREEN),
828  MENU_LABEL(MENU_FONT_COLOR_BLUE),
829  MENU_LABEL(XMB_FONT),
830  MENU_LABEL(XMB_LAYOUT),
831  MENU_LABEL(XMB_THEME),
832  MENU_LABEL(XMB_MAIN_MENU_ENABLE_SETTINGS),
833  MENU_LABEL(XMB_SHADOWS_ENABLE),
834  MENU_LABEL(CONTENT_SHOW_REWIND),
835  MENU_LABEL(CONTENT_SHOW_LATENCY),
836  MENU_LABEL(CONTENT_SHOW_OVERLAYS),
837  MENU_LABEL(CONTENT_SHOW_SETTINGS),
838  MENU_LABEL(CONTENT_SHOW_SETTINGS_PASSWORD),
839  MENU_LABEL(CONTENT_SHOW_FAVORITES),
840  MENU_LABEL(CONTENT_SHOW_IMAGES),
841  MENU_LABEL(CONTENT_SHOW_MUSIC),
842  MENU_LABEL(CONTENT_SHOW_VIDEO),
843  MENU_LABEL(CONTENT_SHOW_NETPLAY),
844  MENU_LABEL(CONTENT_SHOW_HISTORY),
845  MENU_LABEL(CONTENT_SHOW_ADD),
846  MENU_LABEL(CONTENT_SHOW_PLAYLISTS),
847  MENU_LABEL(XMB_RIBBON_ENABLE),
848  MENU_LABEL(THUMBNAILS),
849  MENU_LABEL(LEFT_THUMBNAILS),
850  MENU_LABEL(XMB_VERTICAL_THUMBNAILS),
851  MENU_LABEL(TIMEDATE_ENABLE),
852  MENU_LABEL(TIMEDATE_STYLE),
853  MENU_LABEL(BATTERY_LEVEL_ENABLE),
854  MENU_LABEL(XMB_MENU_COLOR_THEME),
855  MENU_LABEL(OZONE_MENU_COLOR_THEME),
856  MENU_LABEL(MATERIALUI_MENU_COLOR_THEME),
857  MENU_LABEL(QUICK_MENU_OVERRIDE_OPTIONS),
858  MENU_LABEL(QUICK_MENU_SHOW_TAKE_SCREENSHOT),
859  MENU_LABEL(QUICK_MENU_SHOW_SAVE_LOAD_STATE),
860  MENU_LABEL(QUICK_MENU_SHOW_UNDO_SAVE_LOAD_STATE),
861  MENU_LABEL(QUICK_MENU_SHOW_ADD_TO_FAVORITES),
862  MENU_LABEL(QUICK_MENU_SHOW_START_RECORDING),
863  MENU_LABEL(QUICK_MENU_SHOW_START_STREAMING),
864  MENU_LABEL(QUICK_MENU_SHOW_RESET_CORE_ASSOCIATION),
865  MENU_LABEL(QUICK_MENU_SHOW_OPTIONS),
866  MENU_LABEL(QUICK_MENU_SHOW_CONTROLS),
867  MENU_LABEL(QUICK_MENU_SHOW_CHEATS),
868  MENU_LABEL(QUICK_MENU_SHOW_SHADERS),
869  MENU_LABEL(QUICK_MENU_SHOW_SAVE_CORE_OVERRIDES),
870  MENU_LABEL(QUICK_MENU_SHOW_SAVE_GAME_OVERRIDES),
871  MENU_LABEL(QUICK_MENU_SHOW_INFORMATION),
872  MENU_LABEL(QUICK_MENU_START_RECORDING),
873  MENU_LABEL(QUICK_MENU_STOP_RECORDING),
874  MENU_LABEL(QUICK_MENU_START_STREAMING),
875  MENU_LABEL(QUICK_MENU_STOP_STREAMING),
876 
877  /* UI settings */
878  MENU_LABEL(VIDEO_DISABLE_COMPOSITION),
879  MENU_LABEL(UI_COMPANION_ENABLE),
880  MENU_LABEL(UI_COMPANION_START_ON_BOOT),
881  MENU_LABEL(UI_COMPANION_TOGGLE),
882  MENU_LABEL(DESKTOP_MENU_ENABLE),
883  MENU_LABEL(UI_MENUBAR_ENABLE),
884  MENU_LABEL(VIDEO_3DS_LCD_BOTTOM),
885 
909 
910  /* Menu file browser */
911  MENU_LABEL(NAVIGATION_BROWSER_FILTER_SUPPORTED_EXTENSIONS_ENABLE),
912 
913  /* Playlists */
914  MENU_LABEL(HISTORY_LIST_ENABLE),
915  MENU_LABEL(CONTENT_HISTORY_SIZE),
916  MENU_LABEL(PLAYLIST_ENTRY_REMOVE),
917  MENU_LABEL(PLAYLIST_ENTRY_RENAME),
918  MENU_LABEL(GOTO_FAVORITES),
919  MENU_LABEL(GOTO_MUSIC),
920  MENU_LABEL(GOTO_IMAGES),
921  MENU_LABEL(GOTO_VIDEO),
922  MENU_LABEL(ADD_TO_FAVORITES),
923  MENU_LABEL(ADD_TO_FAVORITES_PLAYLIST),
924  MENU_LABEL(RESET_CORE_ASSOCIATION),
925  MENU_LABEL(MENU_THROTTLE_FRAMERATE),
926  MENU_LABEL(NO_ACHIEVEMENTS_TO_DISPLAY),
927  MENU_LABEL(NO_ENTRIES_TO_DISPLAY),
928 
929  /* Help */
930 
942 
951 
952  MENU_LABEL(MENU_VIEWS_SETTINGS),
953  MENU_LABEL(QUICK_MENU_VIEWS_SETTINGS),
955  MENU_LABEL(THUMBNAILS_UPDATER_LIST),
956  MENU_LABEL(USER_INTERFACE_SETTINGS),
957  MENU_LABEL(POWER_MANAGEMENT_SETTINGS),
958  MENU_LABEL(RETRO_ACHIEVEMENTS_SETTINGS),
959  MENU_LABEL(MENU_FILE_BROWSER_SETTINGS),
960  MENU_LABEL(UPDATER_SETTINGS),
961  MENU_LABEL(WIFI_SETTINGS),
962  MENU_LABEL(USER_SETTINGS),
963  MENU_LABEL(DIRECTORY_SETTINGS),
964  MENU_LABEL(PRIVACY_SETTINGS),
965  MENU_LABEL(MIDI_SETTINGS),
966  MENU_LABEL(NETWORK_SETTINGS),
967  MENU_LABEL(NETPLAY_LAN_SCAN_SETTINGS),
968 
972 
973  MENU_LABEL(MENU_ENUM_LINEAR_FILTER),
974  MENU_LABEL(MENU_ENUM_THROTTLE_FRAMERATE),
975  MENU_LABEL(STATE_SLOT),
976 
978 
979 
981 
982  MENU_LABEL(CHEEVOS_USERNAME),
983  MENU_LABEL(CHEEVOS_PASSWORD),
984 
987 
988  MENU_LABEL(ACCOUNTS_CHEEVOS_USERNAME),
989  MENU_LABEL(CHEEVOS_HARDCORE_MODE_ENABLE),
990  MENU_LABEL(CHEEVOS_LEADERBOARDS_ENABLE),
991  MENU_LABEL(CHEEVOS_BADGES_ENABLE),
992  MENU_LABEL(CHEEVOS_TEST_UNOFFICIAL),
993  MENU_LABEL(CHEEVOS_VERBOSE_ENABLE),
994  MENU_LABEL(CHEEVOS_AUTO_SCREENSHOT),
995  MENU_LABEL(CHEEVOS_ENABLE),
996  MENU_LABEL(CHEEVOS_DESCRIPTION),
997  MENU_LABEL(CHEEVOS_UNLOCKED_ACHIEVEMENTS),
998  MENU_LABEL(CHEEVOS_LOCKED_ACHIEVEMENTS),
999  MENU_LABEL(ACCOUNTS_RETRO_ACHIEVEMENTS),
1000  MENU_LABEL(ACCOUNTS_TWITCH),
1001  MENU_LABEL(ACCOUNTS_YOUTUBE),
1002 
1003  MENU_LABEL(ACCOUNTS_LIST),
1004 
1006 
1008 
1009  MENU_LABEL(HELP_WHAT_IS_A_CORE),
1010  MENU_LABEL(HELP_LOADING_CONTENT),
1011  MENU_LABEL(HELP_LIST),
1012  MENU_LABEL(HELP_CONTROLS),
1013  MENU_LABEL(HELP_CHEEVOS_DESCRIPTION),
1014 
1016 
1018 
1019  MENU_LABEL(BROWSE_URL),
1020  MENU_LABEL(BROWSE_START),
1021  /* Deferred */
1112 
1113  MENU_LABEL(FILE_DETECT_CORE_LIST_PUSH_DIR),
1114  MENU_LABEL(DOWNLOADED_FILE_DETECT_CORE_LIST),
1115 
1117 
1118  MENU_LABEL(DOWNLOAD_CORE_CONTENT),
1119  MENU_LABEL(DOWNLOAD_CORE_CONTENT_DIRS),
1120  MENU_LABEL(SCAN_THIS_DIRECTORY),
1121  MENU_LABEL(SCAN_DIRECTORY),
1122  MENU_LABEL(SCAN_FILE),
1123  MENU_LABEL(NETPLAY_REFRESH_ROOMS),
1124  MENU_LABEL(NETPLAY_ROOM_NICKNAME),
1125  MENU_LABEL(NETPLAY_ROOM_NICKNAME_LAN),
1126  MENU_LABEL(ADD_CONTENT_LIST),
1127  MENU_LABEL(CONFIGURATIONS_LIST),
1128 
1142 
1143  /* Online Updater */
1144 
1145  MENU_LABEL(UPDATE_ASSETS),
1146  MENU_LABEL(UPDATE_LAKKA),
1147  MENU_LABEL(UPDATE_CHEATS),
1148  MENU_LABEL(UPDATE_AUTOCONFIG_PROFILES),
1149  MENU_LABEL(UPDATE_DATABASES),
1150  MENU_LABEL(UPDATE_CG_SHADERS),
1151  MENU_LABEL(UPDATE_OVERLAYS),
1152  MENU_LABEL(UPDATE_GLSL_SHADERS),
1153  MENU_LABEL(UPDATE_SLANG_SHADERS),
1154  MENU_LABEL(UPDATE_CORE_INFO_FILES),
1155 
1156  MENU_LABEL(INFORMATION),
1157  MENU_LABEL(INFORMATION_LIST),
1158  MENU_LABEL(USE_BUILTIN_PLAYER),
1159  MENU_LABEL(AUTOMATICALLY_ADD_CONTENT_TO_PLAYLIST),
1160  MENU_LABEL(NETPLAY_SETTINGS),
1161  MENU_LABEL(CONTENT_SETTINGS),
1162  MENU_LABEL(LOAD_CONTENT_LIST),
1163  MENU_LABEL(LOAD_CONTENT_SPECIAL),
1164  MENU_LABEL(NO_SETTINGS_FOUND),
1165  MENU_LABEL(NO_NETWORKS_FOUND),
1166  MENU_LABEL(NO_PERFORMANCE_COUNTERS),
1167  MENU_LABEL(FRAME_THROTTLE_SETTINGS),
1168  MENU_LABEL(FRAME_THROTTLE_ENABLE),
1169  MENU_LABEL(CORE_ENABLE),
1170 
1171  /* Netplay */
1172  MENU_LABEL(NETPLAY_ENABLE_HOST),
1173  MENU_LABEL(NETPLAY_DISABLE_HOST),
1174  MENU_LABEL(NETPLAY_ENABLE_CLIENT),
1175  MENU_LABEL(NETPLAY_DISCONNECT),
1176  MENU_LABEL(NETPLAY_CONNECT_TO),
1177  MENU_LABEL(NO_NETPLAY_HOSTS_FOUND),
1178 
1184 
1185  MENU_LABEL(PAUSE_LIBRETRO),
1186  MENU_LABEL(DIRECTORY_NOT_FOUND),
1187  MENU_LABEL(NO_ITEMS),
1188  MENU_LABEL(NO_PLAYLISTS),
1189 
1199 
1200  MENU_LABEL(SHADER_OPTIONS),
1201  MENU_LABEL(USE_THIS_DIRECTORY),
1202  MENU_LABEL(CORE_OPTIONS),
1203  MENU_LABEL(NO_SHADER_PARAMETERS),
1204  MENU_LABEL(NO_CORE_INFORMATION_AVAILABLE),
1205  MENU_LABEL(NO_CORES_AVAILABLE),
1206 
1207  /* Audio */
1208  MENU_LABEL(AUDIO_ENABLE),
1209  MENU_LABEL(AUDIO_ENABLE_MENU),
1210  MENU_LABEL(AUDIO_MAX_TIMING_SKEW),
1211  MENU_LABEL(AUDIO_OUTPUT_RATE),
1212  MENU_LABEL(AUDIO_DEVICE),
1213  MENU_LABEL(AUDIO_BLOCK_FRAMES),
1214  MENU_LABEL(AUDIO_DSP_PLUGIN),
1215  MENU_LABEL(AUDIO_MUTE),
1216  MENU_LABEL(AUDIO_MIXER_MUTE),
1217  MENU_LABEL(AUDIO_SYNC),
1218  MENU_LABEL(AUDIO_VOLUME),
1219  MENU_LABEL(AUDIO_MIXER_VOLUME),
1220  MENU_LABEL(AUDIO_RATE_CONTROL_DELTA),
1221  MENU_LABEL(AUDIO_LATENCY),
1222  MENU_LABEL(AUDIO_RESAMPLER_QUALITY),
1223  MENU_LABEL(AUDIO_WASAPI_EXCLUSIVE_MODE),
1224  MENU_LABEL(AUDIO_WASAPI_FLOAT_FORMAT),
1225  MENU_LABEL(AUDIO_WASAPI_SH_BUFFER_LENGTH),
1226 
1227  MENU_LABEL(SAVE_STATE),
1228  MENU_LABEL(LOAD_STATE),
1229  MENU_LABEL(UNDO_LOAD_STATE),
1230  MENU_LABEL(UNDO_SAVE_STATE),
1231 
1232  MENU_LABEL(NETPLAY_GAME_WATCH),
1233  MENU_LABEL(CHEAT_INDEX_MINUS),
1234  MENU_LABEL(CHEAT_INDEX_PLUS),
1235  MENU_LABEL(SHADER_NEXT),
1236  MENU_LABEL(SHADER_PREV),
1237  MENU_LABEL(FRAME_ADVANCE),
1238  MENU_LABEL(FPS_SHOW),
1239  MENU_LABEL(MEMORY_SHOW),
1240  MENU_LABEL(STATISTICS_SHOW),
1241  MENU_LABEL(FRAMECOUNT_SHOW),
1242  MENU_LABEL(BSV_RECORD_TOGGLE),
1251 
1252  MENU_LABEL(BLOCK_SRAM_OVERWRITE),
1253  MENU_LABEL(GAME_SPECIFIC_OPTIONS),
1254  MENU_LABEL(GAME_SPECIFIC_OPTIONS_CREATE),
1255  MENU_LABEL(GAME_SPECIFIC_OPTIONS_IN_USE),
1256  MENU_LABEL(AUTO_OVERRIDES_ENABLE),
1257  MENU_LABEL(AUTO_REMAPS_ENABLE),
1258  MENU_LABEL(AUTO_SHADERS_ENABLE),
1259  MENU_LABEL(RGUI_SHOW_START_SCREEN),
1260  MENU_LABEL(SCREENSHOT),
1261  MENU_LABEL(REWIND),
1262  MENU_LABEL(REWIND_GRANULARITY),
1263  MENU_LABEL(REWIND_BUFFER_SIZE),
1264  MENU_LABEL(REWIND_BUFFER_SIZE_STEP),
1265  MENU_LABEL(INPUT_META_REWIND),
1266  MENU_LABEL(INPUT_META_CHEAT_DETAILS),
1267  MENU_LABEL(INPUT_META_CHEAT_SEARCH),
1268 
1269  MENU_LABEL(CHEAT_IDX),
1270  MENU_LABEL(CHEAT_DESC),
1271  MENU_LABEL(CHEAT_STATE),
1272  MENU_LABEL(CHEAT_CODE),
1273  MENU_LABEL(CHEAT_HANDLER),
1274  MENU_LABEL(CHEAT_MEMORY_SEARCH_SIZE),
1275  MENU_LABEL(CHEAT_TYPE),
1276  MENU_LABEL(CHEAT_VALUE),
1277  MENU_LABEL(CHEAT_ADDRESS),
1278  MENU_LABEL(CHEAT_ADDRESS_BIT_POSITION),
1279  MENU_LABEL(CHEAT_REPEAT_COUNT),
1280  MENU_LABEL(CHEAT_REPEAT_ADD_TO_VALUE),
1281  MENU_LABEL(CHEAT_REPEAT_ADD_TO_ADDRESS),
1282  MENU_LABEL(CHEAT_RUMBLE_TYPE),
1283  MENU_LABEL(CHEAT_RUMBLE_VALUE),
1284  MENU_LABEL(CHEAT_RUMBLE_PORT),
1285  MENU_LABEL(CHEAT_RUMBLE_PRIMARY_STRENGTH),
1286  MENU_LABEL(CHEAT_RUMBLE_PRIMARY_DURATION),
1287  MENU_LABEL(CHEAT_RUMBLE_SECONDARY_STRENGTH),
1288  MENU_LABEL(CHEAT_RUMBLE_SECONDARY_DURATION),
1289  MENU_LABEL(CHEAT_ADD_NEW_AFTER),
1290  MENU_LABEL(CHEAT_ADD_NEW_BEFORE),
1291  MENU_LABEL(CHEAT_COPY_AFTER),
1292  MENU_LABEL(CHEAT_COPY_BEFORE),
1293  MENU_LABEL(CHEAT_DELETE),
1294 
1295  MENU_LABEL(CHEAT_START_OR_CONT),
1296  MENU_LABEL(CHEAT_START_OR_RESTART),
1297  MENU_LABEL(CHEAT_SEARCH_EXACT),
1298  MENU_LABEL(CHEAT_SEARCH_LT),
1299  MENU_LABEL(CHEAT_SEARCH_GT),
1300  MENU_LABEL(CHEAT_SEARCH_LTE),
1301  MENU_LABEL(CHEAT_SEARCH_GTE),
1302  MENU_LABEL(CHEAT_SEARCH_EQ),
1303  MENU_LABEL(CHEAT_SEARCH_NEQ),
1304  MENU_LABEL(CHEAT_SEARCH_EQPLUS),
1305  MENU_LABEL(CHEAT_SEARCH_EQMINUS),
1306  MENU_LABEL(CHEAT_ADD_MATCHES),
1307  MENU_LABEL(CHEAT_CREATE_OPTION),
1308  MENU_LABEL(CHEAT_DELETE_OPTION),
1309  MENU_LABEL(CHEAT_ADD_NEW_TOP),
1310  MENU_LABEL(CHEAT_ADD_NEW_BOTTOM),
1311  MENU_LABEL(CHEAT_DELETE_ALL),
1312  MENU_LABEL(CHEAT_RELOAD_CHEATS),
1313  MENU_LABEL(CHEAT_BIG_ENDIAN),
1314  MENU_LABEL(CHEAT_MATCH_IDX),
1315  MENU_LABEL(CHEAT_MATCH),
1316  MENU_LABEL(CHEAT_BROWSE_MEMORY),
1317  MENU_LABEL(CHEAT_COPY_MATCH),
1318  MENU_LABEL(CHEAT_DELETE_MATCH),
1319  MENU_LABEL(SCREEN_RESOLUTION),
1320  MENU_LABEL(TITLE_COLOR),
1321  MENU_LABEL(BG_DARK_COLOR),
1322  MENU_LABEL(BG_LIGHT_COLOR),
1323  MENU_LABEL(BORDER_DARK_COLOR),
1324  MENU_LABEL(BORDER_LIGHT_COLOR),
1325  MENU_LABEL(SAVESTATE_AUTO_INDEX),
1326  MENU_LABEL(SAVESTATE_AUTO_SAVE),
1327  MENU_LABEL(SAVESTATE_AUTO_LOAD),
1328  MENU_LABEL(SAVESTATE_THUMBNAIL_ENABLE),
1329 
1330  MENU_LABEL(SUSPEND_SCREENSAVER_ENABLE),
1331  MENU_LABEL(DPI_OVERRIDE_ENABLE),
1332  MENU_LABEL(DPI_OVERRIDE_VALUE),
1335 
1336  MENU_LABEL(LOG_VERBOSITY),
1337 
1339 
1340  MENU_LABEL(NETPLAY_ENABLE),
1341  MENU_LABEL(SSH_ENABLE),
1342  MENU_LABEL(SAMBA_ENABLE),
1343  MENU_LABEL(BLUETOOTH_ENABLE),
1344  MENU_LABEL(NETPLAY_DELAY_FRAMES),
1345  MENU_LABEL(NETPLAY_PUBLIC_ANNOUNCE),
1346  MENU_LABEL(NETPLAY_START_AS_SPECTATOR),
1347  MENU_LABEL(NETPLAY_ALLOW_SLAVES),
1348  MENU_LABEL(NETPLAY_REQUIRE_SLAVES),
1349  MENU_LABEL(NETPLAY_STATELESS_MODE),
1350  MENU_LABEL(NETPLAY_CHECK_FRAMES),
1351  MENU_LABEL(NETPLAY_INPUT_LATENCY_FRAMES_MIN),
1352  MENU_LABEL(NETPLAY_INPUT_LATENCY_FRAMES_RANGE),
1353  MENU_LABEL(NETPLAY_SPECTATOR_MODE_ENABLE),
1354  MENU_LABEL(NETPLAY_TCP_UDP_PORT),
1355  MENU_LABEL(NETPLAY_NAT_TRAVERSAL),
1356  MENU_LABEL(NETPLAY_REQUEST_DEVICE_I),
1361  MENU_LABEL(NETPLAY_SHARE_DIGITAL),
1365  MENU_LABEL(NETPLAY_SHARE_ANALOG),
1368 
1369  MENU_LABEL(SORT_SAVEFILES_ENABLE),
1370  MENU_LABEL(SORT_SAVESTATES_ENABLE),
1371  MENU_LABEL(SAVEFILES_IN_CONTENT_DIR_ENABLE),
1372  MENU_LABEL(SAVESTATES_IN_CONTENT_DIR_ENABLE),
1373  MENU_LABEL(SYSTEMFILES_IN_CONTENT_DIR_ENABLE),
1374  MENU_LABEL(SCREENSHOTS_IN_CONTENT_DIR_ENABLE),
1375  MENU_LABEL(NETPLAY_IP_ADDRESS),
1376  MENU_LABEL(NETPLAY_PASSWORD),
1377  MENU_LABEL(NETPLAY_SPECTATE_PASSWORD),
1378  MENU_LABEL(NETPLAY_MODE),
1379  MENU_LABEL(PERFCNT_ENABLE),
1380  MENU_LABEL(OVERLAY_SCALE),
1381  MENU_LABEL(OVERLAY_PRESET),
1382  MENU_LABEL(OVERLAY_OPACITY),
1383 
1384  MENU_LABEL(FASTFORWARD_RATIO),
1385  MENU_LABEL(VRR_RUNLOOP_ENABLE),
1386  MENU_LABEL(REWIND_ENABLE),
1387  MENU_LABEL(CHEAT_APPLY_AFTER_TOGGLE),
1388  MENU_LABEL(CHEAT_APPLY_AFTER_LOAD),
1389 
1395  MENU_LABEL(STATE_SLOT_DECREASE),
1396  MENU_LABEL(STATE_SLOT_INCREASE),
1397 
1398  MENU_LABEL(LIBRETRO_LOG_LEVEL),
1399  MENU_LABEL(AUTOSAVE_INTERVAL),
1400  MENU_LABEL(CONFIG_SAVE_ON_EXIT),
1401  MENU_LABEL(CONFIGURATION_LIST),
1402  MENU_LABEL(CONFIRM_ON_EXIT),
1403  MENU_LABEL(SHOW_HIDDEN_FILES),
1404 
1405  /* Driver settings */
1406 
1407  MENU_LABEL(AUDIO_DRIVER),
1408  MENU_LABEL(JOYPAD_DRIVER),
1409  MENU_LABEL(MENU_DRIVER),
1410  MENU_LABEL(LOCATION_DRIVER),
1411  MENU_LABEL(CAMERA_DRIVER),
1412  MENU_LABEL(WIFI_DRIVER),
1413  MENU_LABEL(AUDIO_RESAMPLER_DRIVER),
1414  MENU_LABEL(RECORD_DRIVER),
1415  MENU_LABEL(VIDEO_DRIVER),
1416  MENU_LABEL(INPUT_DRIVER),
1417  MENU_LABEL(MIDI_DRIVER),
1418 
1426 
1427  MENU_LABEL(MENU_ENUM_DRIVER),
1428 
1431 
1432  MENU_LABEL(SAVEFILE_DIRECTORY),
1433  MENU_LABEL(SAVESTATE_DIRECTORY),
1434  MENU_LABEL(DYNAMIC_WALLPAPERS_DIRECTORY),
1435  MENU_LABEL(THUMBNAILS_DIRECTORY),
1436 
1437  MENU_LABEL(SLOWMOTION_RATIO),
1438  MENU_LABEL(RUN_AHEAD_ENABLED),
1439  MENU_LABEL(RUN_AHEAD_SECONDARY_INSTANCE),
1440  MENU_LABEL(RUN_AHEAD_HIDE_WARNINGS),
1441  MENU_LABEL(RUN_AHEAD_FRAMES),
1442  MENU_LABEL(TURBO),
1443 
1444  /* Privacy settings */
1445 
1446  MENU_LABEL(CAMERA_ALLOW),
1447  MENU_LABEL(DISCORD_ALLOW),
1448  MENU_LABEL(LOCATION_ALLOW),
1449 
1450  /* RDB Settings */
1451 
1452  MENU_LABEL(RDB_ENTRY_ANALOG),
1453  MENU_LABEL(RDB_ENTRY_SERIAL),
1454  MENU_LABEL(RDB_ENTRY_RUMBLE),
1455  MENU_LABEL(RDB_ENTRY_COOP),
1456  MENU_LABEL(RDB_ENTRY_START_CONTENT),
1457  MENU_LABEL(RDB_ENTRY_DESCRIPTION),
1458  MENU_LABEL(RDB_ENTRY_GENRE),
1459  MENU_LABEL(RDB_ENTRY_ENHANCEMENT_HW),
1460  MENU_LABEL(RDB_ENTRY_FRANCHISE),
1461  MENU_LABEL(RDB_ENTRY_ORIGIN),
1462  MENU_LABEL(RDB_ENTRY_DEVELOPER),
1463  MENU_LABEL(RDB_ENTRY_NAME),
1464  MENU_LABEL(RDB_ENTRY_PUBLISHER),
1465  MENU_LABEL(RDB_ENTRY_ESRB_RATING),
1466  MENU_LABEL(RDB_ENTRY_BBFC_RATING),
1467  MENU_LABEL(RDB_ENTRY_ELSPA_RATING),
1468  MENU_LABEL(RDB_ENTRY_PEGI_RATING),
1469  MENU_LABEL(RDB_ENTRY_CERO_RATING),
1470  MENU_LABEL(RDB_ENTRY_EDGE_MAGAZINE_RATING),
1471  MENU_LABEL(RDB_ENTRY_EDGE_MAGAZINE_ISSUE),
1472  MENU_LABEL(RDB_ENTRY_EDGE_MAGAZINE_REVIEW),
1473  MENU_LABEL(RDB_ENTRY_FAMITSU_MAGAZINE_RATING),
1474  MENU_LABEL(RDB_ENTRY_TGDB_RATING),
1475  MENU_LABEL(RDB_ENTRY_RELEASE_MONTH),
1476  MENU_LABEL(RDB_ENTRY_RELEASE_YEAR),
1477  MENU_LABEL(RDB_ENTRY_MAX_USERS),
1478  MENU_LABEL(RDB_ENTRY_SHA1),
1479  MENU_LABEL(RDB_ENTRY_MD5),
1480  MENU_LABEL(RDB_ENTRY_CRC32),
1481 
1482  MENU_LABEL(NO_PLAYLIST_ENTRIES_AVAILABLE),
1483 
1487 
1488  MENU_LABEL(VIDEO_SHADER_NUM_PASSES),
1489  MENU_LABEL(CHEAT_NUM_PASSES),
1490 
1491  MENU_LABEL(NO_DISK),
1492 
1497 
1498  MENU_LABEL(VIDEO_TAB),
1499  MENU_LABEL(MUSIC_TAB),
1500  MENU_LABEL(IMAGES_TAB),
1501  MENU_LABEL(HORIZONTAL_MENU),
1502  MENU_LABEL(SETTINGS_TAB),
1503  MENU_LABEL(HISTORY_TAB),
1504  MENU_LABEL(FAVORITES_TAB),
1505  MENU_LABEL(ADD_TAB),
1506  MENU_LABEL(NETPLAY_TAB),
1507  MENU_LABEL(PLAYLISTS_TAB),
1508  MENU_LABEL(MAIN_MENU),
1509  MENU_LABEL(INPUT_SETTINGS),
1510 
1511  MENU_LABEL(ON),
1512  MENU_LABEL(OFF),
1513  MENU_LABEL(DISABLED),
1514  MENU_LABEL(ENABLED),
1538 
1542 
1543  MENU_LABEL(SYSTEM_BGM_ENABLE),
1544 
1545  MENU_LABEL(NETWORK_CMD_ENABLE),
1546  MENU_LABEL(NETWORK_CMD_PORT),
1547  MENU_LABEL(STDIN_CMD_ENABLE),
1548  MENU_LABEL(NETWORK_REMOTE_ENABLE),
1549  MENU_LABEL(NETWORK_REMOTE_PORT),
1550 
1552 
1554 
1555  MENU_LABEL(NETWORK_USER_REMOTE_ENABLE),
1556 
1557  MENU_LABEL(DUMMY_ON_CORE_SHUTDOWN),
1558  MENU_LABEL(CHECK_FOR_MISSING_FIRMWARE),
1559 
1560  MENU_LABEL(DETECT_CORE_LIST_OK_CURRENT_CORE),
1561  MENU_LABEL(DETECT_CORE_LIST_OK),
1562  MENU_LABEL(FAVORITES),
1563  MENU_LABEL(START_CORE),
1564  MENU_LABEL(CORE_UPDATER_LIST),
1565  MENU_LABEL(CORE_UPDATER_AUTO_EXTRACT_ARCHIVE),
1566  MENU_LABEL(CORE_UPDATER_BUILDBOT_URL),
1567  MENU_LABEL(BUILDBOT_ASSETS_URL),
1568  MENU_LABEL(CORE_SET_SUPPORTS_NO_CONTENT_ENABLE),
1569  MENU_LABEL(CLOSE_CONTENT),
1570  MENU_LABEL(SHOW_WIMP),
1571  MENU_LABEL(QUIT_RETROARCH),
1572  MENU_LABEL(SHUTDOWN),
1573  MENU_LABEL(REBOOT),
1574  MENU_LABEL(DISK_IMAGE_APPEND),
1575  MENU_LABEL(SUBSYSTEM_ADD),
1576  MENU_LABEL(SUBSYSTEM_LOAD),
1577  MENU_LABEL(CORE_LIST),
1578  MENU_LABEL(DOWNLOAD_CORE),
1579  MENU_LABEL(SIDELOAD_CORE_LIST),
1580  MENU_LABEL(SIDELOAD_CORE_ERROR),
1581  MENU_LABEL(SIDELOAD_CORE_SUCCESS),
1582  MENU_LABEL(MANAGEMENT),
1583  MENU_LABEL(ONLINE),
1584  MENU_LABEL(ONLINE_UPDATER),
1585  MENU_LABEL(NETPLAY),
1586  MENU_LABEL(SETTINGS),
1587  MENU_LABEL(FRONTEND_COUNTERS),
1588  MENU_LABEL(CORE_COUNTERS),
1589  MENU_LABEL(LOAD_CONTENT_HISTORY),
1590  MENU_LABEL(NETWORK_INFORMATION),
1591  MENU_LABEL(SYSTEM_INFORMATION),
1592  MENU_LABEL(ACHIEVEMENT_LIST),
1593  MENU_LABEL(ACHIEVEMENT_LIST_HARDCORE),
1594  MENU_LABEL(ACHIEVEMENT_PAUSE),
1595  MENU_LABEL(ACHIEVEMENT_RESUME),
1596  MENU_LABEL(CORE_INFORMATION),
1597  MENU_LABEL(CORE_DELETE),
1598 
1599  MENU_LABEL(VIDEO_SHADER_PARAMETERS),
1600  MENU_LABEL(VIDEO_SHADER_PRESET_PARAMETERS),
1601  MENU_LABEL(DISK_OPTIONS),
1602  MENU_LABEL(DISK_CYCLE_TRAY_STATUS),
1603  MENU_LABEL(NO_CORE_OPTIONS_AVAILABLE),
1604  MENU_LABEL(DISK_INDEX),
1605  MENU_LABEL(CORE_CHEAT_OPTIONS),
1606  MENU_LABEL(CORE_INPUT_REMAPPING_OPTIONS),
1607  MENU_LABEL(DATABASE_MANAGER),
1608  MENU_LABEL(CURSOR_MANAGER),
1609 
1615 
1616  MENU_LABEL(VIDEO_SHADER_PRESET),
1617  MENU_LABEL(CHEAT_FILE_LOAD),
1618  MENU_LABEL(CHEAT_FILE_LOAD_APPEND),
1619  MENU_LABEL(REMAP_FILE_LOAD),
1620 
1623 
1624  MENU_LABEL(CUSTOM_RATIO),
1625  MENU_LABEL(HELP),
1626  MENU_LABEL(CHEAT_DATABASE_PATH),
1627  MENU_LABEL(CURSOR_DIRECTORY),
1628  MENU_LABEL(OSK_OVERLAY_DIRECTORY),
1629  MENU_LABEL(RECORDING_OUTPUT_DIRECTORY),
1630  MENU_LABEL(RECORDING_CONFIG_DIRECTORY),
1631  MENU_LABEL(VIDEO_FILTER),
1632  MENU_LABEL(PAL60_ENABLE),
1633 
1634  MENU_LABEL(CONTENT_HISTORY_PATH),
1635 
1636  MENU_LABEL(RGUI_BROWSER_DIRECTORY),
1637  MENU_LABEL(CONTENT_DATABASE_DIRECTORY),
1638  MENU_LABEL(PLAYLIST_DIRECTORY),
1639  MENU_LABEL(CORE_ASSETS_DIRECTORY),
1640  MENU_LABEL(SCREENSHOT_DIRECTORY),
1641  MENU_LABEL(CONTENT_DIRECTORY),
1642  MENU_LABEL(VIDEO_SHADER_DIR),
1643  MENU_LABEL(VIDEO_FILTER_DIR),
1644  MENU_LABEL(AUDIO_FILTER_DIR),
1645 
1646  MENU_LABEL(TURBO_DEADZONE_LIST),
1647  MENU_LABEL(LIBRETRO_DIR_PATH),
1648  MENU_LABEL(LIBRETRO_INFO_PATH),
1649  MENU_LABEL(RGUI_CONFIG_DIRECTORY),
1650  MENU_LABEL(OVERLAY_DIRECTORY),
1651  MENU_LABEL(SYSTEM_DIRECTORY),
1652  MENU_LABEL(ASSETS_DIRECTORY),
1653  MENU_LABEL(CACHE_DIRECTORY),
1654  MENU_LABEL(JOYPAD_AUTOCONFIG_DIR),
1655  MENU_LABEL(DRIVER_SETTINGS),
1656  MENU_LABEL(VIDEO_SETTINGS),
1657  MENU_LABEL(CRT_SWITCHRES_SETTINGS),
1658  MENU_LABEL(AUDIO_SETTINGS),
1659  MENU_LABEL(AUDIO_MIXER_SETTINGS),
1660  MENU_LABEL(LATENCY_SETTINGS),
1661  MENU_LABEL(CORE_SETTINGS),
1662  MENU_LABEL(CONFIGURATION_SETTINGS),
1663  MENU_LABEL(LOGGING_SETTINGS),
1664  MENU_LABEL(SAVING_SETTINGS),
1665  MENU_LABEL(RECORDING_SETTINGS),
1666  MENU_LABEL(OVERLAY_SETTINGS),
1667  MENU_LABEL(REWIND_SETTINGS),
1668  MENU_LABEL(CHEAT_SETTINGS),
1669  MENU_LABEL(CHEAT_DETAILS_SETTINGS),
1670  MENU_LABEL(CHEAT_SEARCH_SETTINGS),
1671 
1673 
1674  MENU_LABEL(MULTIMEDIA_SETTINGS),
1675  MENU_LABEL(PLAYLIST_SETTINGS),
1676  MENU_LABEL(CORE_UPDATER_SETTINGS),
1677  MENU_LABEL(LAKKA_SERVICES),
1678  MENU_LABEL(SHADER_APPLY_CHANGES),
1679  MENU_LABEL(SHADER_WATCH_FOR_CHANGES),
1680  MENU_LABEL(SAVE_NEW_CONFIG),
1681  MENU_LABEL(ONSCREEN_DISPLAY_SETTINGS),
1682  MENU_LABEL(ONSCREEN_OVERLAY_SETTINGS),
1683  MENU_LABEL(ONSCREEN_NOTIFICATIONS_SETTINGS),
1684  MENU_LABEL(CHEAT_APPLY_CHANGES),
1685  MENU_LABEL(CHEAT_START_SEARCH),
1686  MENU_LABEL(CHEAT_CONTINUE_SEARCH),
1687  MENU_LABEL(CHEAT_VIEW_MATCHES),
1688 
1690  MENU_LABEL(CONFIGURATIONS),
1691  MENU_LABEL(CONTENT_COLLECTION_LIST),
1692  MENU_LABEL(BROWSE_URL_LIST),
1693 
1695 
1697 
1701 
1702  MENU_LABEL(REMAP_FILE_SAVE_CORE),
1703  MENU_LABEL(REMAP_FILE_SAVE_CONTENT_DIR),
1704  MENU_LABEL(REMAP_FILE_SAVE_GAME),
1705  MENU_LABEL(REMAP_FILE_REMOVE_CORE),
1706  MENU_LABEL(REMAP_FILE_REMOVE_CONTENT_DIR),
1707  MENU_LABEL(REMAP_FILE_REMOVE_GAME),
1708  MENU_LABEL(RESTART_CONTENT),
1709  MENU_LABEL(RESUME),
1710  MENU_LABEL(RESUME_CONTENT),
1711 
1712  MENU_LABEL(CHEAT_FILE_SAVE_AS),
1713  MENU_LABEL(DELETE_ENTRY),
1714  MENU_LABEL(RENAME_ENTRY),
1715  MENU_LABEL(RESTART_RETROARCH),
1716 
1717  MENU_LABEL(TAKE_SCREENSHOT),
1718 
1720 
1721  MENU_LABEL(VIDEO_SHADER_PRESET_SAVE_AS),
1722  MENU_LABEL(VIDEO_SHADER_PRESET_SAVE_CORE),
1723  MENU_LABEL(VIDEO_SHADER_PRESET_SAVE_GAME),
1724  MENU_LABEL(VIDEO_SHADER_PRESET_SAVE_PARENT),
1725  MENU_LABEL(USER_LANGUAGE),
1726  MENU_LABEL(NETPLAY_NICKNAME),
1727  MENU_LABEL(VIDEO_VI_WIDTH),
1728  MENU_LABEL(VIDEO_ASPECT_RATIO),
1729  MENU_LABEL(VIDEO_FORCE_ASPECT),
1730  MENU_LABEL(VIDEO_ASPECT_RATIO_AUTO),
1731  MENU_LABEL(VIDEO_ASPECT_RATIO_INDEX),
1732  MENU_LABEL(VIDEO_VFILTER),
1733  MENU_LABEL(VIDEO_GPU_RECORD),
1734  MENU_LABEL(RECORD_USE_OUTPUT_DIRECTORY),
1735  MENU_LABEL(RECORD_CONFIG),
1736  MENU_LABEL(STREAM_CONFIG),
1737  MENU_LABEL(RECORD_PATH),
1738  MENU_LABEL(VIDEO_POST_FILTER_RECORD),
1739  MENU_LABEL(RECORD_ENABLE),
1740 
1741  MENU_LABEL(SECONDS),
1742  MENU_LABEL(STATUS),
1743 
1754 
1755  /* System information */
1756 
1829 
1831 
1832  MENU_LABEL(CONTENT_DIR),
1833  MENU_LABEL(DATABASE_SELECTION),
1834  MENU_LABEL(DATABASE_CURSOR_LIST),
1835  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_DEVELOPER),
1836  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_PUBLISHER),
1837  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_ORIGIN),
1838  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_FRANCHISE),
1839  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_ESRB_RATING),
1840  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_ELSPA_RATING),
1841  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_PEGI_RATING),
1842  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_CERO_RATING),
1843  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_BBFC_RATING),
1844  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_MAX_USERS),
1845  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_EDGE_MAGAZINE_ISSUE),
1846  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_EDGE_MAGAZINE_RATING),
1847  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_RELEASEDATE_BY_MONTH),
1848  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_RELEASEDATE_BY_YEAR),
1849  MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_DATABASE_INFO),
1850 
1853 
1855 
1858 
1877 
1880 
1881  MENU_LABEL(USE_BUILTIN_IMAGE_VIEWER),
1882  MENU_LABEL(OVERLAY_AUTOLOAD_PREFERRED),
1883  MENU_LABEL(LOAD_ARCHIVE),
1884  MENU_LABEL(OPEN_ARCHIVE),
1887 
1889 
1890  MENU_LABEL(HELP_CHANGE_VIRTUAL_GAMEPAD),
1891  MENU_LABEL(HELP_CHANGE_VIRTUAL_GAMEPAD_DESC),
1892 
1893  MENU_LABEL(HELP_AUDIO_VIDEO_TROUBLESHOOTING),
1894 
1896 
1897  MENU_LABEL(HELP_SCANNING_CONTENT),
1898 
1900 
1901  MENU_LABEL(RESET_TO_DEFAULT_CONFIG),
1902  MENU_LABEL(SAVE_CURRENT_CONFIG),
1903  MENU_LABEL(SAVE_CURRENT_CONFIG_OVERRIDE_CORE),
1904  MENU_LABEL(SAVE_CURRENT_CONFIG_OVERRIDE_CONTENT_DIR),
1905  MENU_LABEL(SAVE_CURRENT_CONFIG_OVERRIDE_GAME),
1906 
1910 
1911  /* Callback strings */
1936 
1937  /* Sublabels */
1946 
1947  MENU_LABEL(SELECT_FILE),
1948  MENU_LABEL(SELECT_FROM_COLLECTION),
1949 
1955 
1956  MENU_LABEL(NETPLAY_USE_MITM_SERVER),
1957  MENU_LABEL(NETPLAY_MITM_SERVER),
1958  MENU_LABEL(VIDEO_WINDOW_SHOW_DECORATIONS),
1959  MENU_LABEL(VIDEO_WINDOW_SAVE_POSITION),
1960 
2090 
2091  MENU_LABEL(MIDI_INPUT),
2092  MENU_LABEL(MIDI_OUTPUT),
2093  MENU_LABEL(MIDI_VOLUME),
2094 
2095  MENU_LABEL(SUSTAINED_PERFORMANCE_MODE),
2096 
2178 
2179 #ifdef HAVE_LAKKA_SWITCH
2180  MENU_ENUM_LABEL_SWITCH_GPU_PROFILE,
2181  MENU_ENUM_LABEL_VALUE_SWITCH_GPU_PROFILE,
2182  MENU_ENUM_SUBLABEL_SWITCH_GPU_PROFILE,
2183 
2184  MENU_ENUM_LABEL_SWITCH_BACKLIGHT_CONTROL,
2185  MENU_ENUM_LABEL_VALUE_SWITCH_BACKLIGHT_CONTROL,
2186  MENU_ENUM_SUBLABEL_SWITCH_BACKLIGHT_CONTROL,
2187 #endif
2188 #if defined(HAVE_LAKKA_SWITCH) || defined(HAVE_LIBNX)
2189  MENU_ENUM_LABEL_SWITCH_CPU_PROFILE,
2190  MENU_ENUM_LABEL_VALUE_SWITCH_CPU_PROFILE,
2191  MENU_ENUM_SUBLABEL_SWITCH_CPU_PROFILE,
2192 #endif
2193 
2195 
2197 };
2198 
2199 /* Callback strings */
2200 
2201 #define CB_CORE_UPDATER_DOWNLOAD 0x7412da7dU
2202 #define CB_UPDATE_ASSETS 0xbf85795eU
2203 
2204 /* Deferred */
2205 
2206 #define MENU_LABEL_DEFERRED_THUMBNAILS_UPDATER_LIST 0x364dfa2bU
2207 #define MENU_LABEL_DEFERRED_VIDEO_FILTER 0x966ad201U
2208 #define MENU_LABEL_DEFERRED_CORE_LIST_SET 0xa6d5fdb4U
2209 #define MENU_LABEL_DEFERRED_DATABASE_MANAGER_LIST 0x7c0b704fU
2210 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST 0x45446638U
2211 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_DEVELOPER 0xcbd89be5U
2212 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_PUBLISHER 0x125e594dU
2213 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_ORIGIN 0x4ebaa767U
2214 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_FRANCHISE 0x77f9eff2U
2215 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_EDGE_MAGAZINE_RATING 0x1c7f8a43U
2216 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_EDGE_MAGAZINE_ISSUE 0xaaeebde7U
2217 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_FAMITSU_MAGAZINE_RATING 0xbf7ff5e7U
2218 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_ENHANCEMENT_HW 0x9866bda3U
2219 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_RELEASEMONTH 0x2b36ce66U
2220 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_RELEASEYEAR 0x9c7c6e91U
2221 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_ESRB_RATING 0x68eba20fU
2222 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_ELSPA_RATING 0x8bf6ab18U
2223 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_PEGI_RATING 0x5fc77328U
2224 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_CERO_RATING 0x24f6172cU
2225 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_BBFC_RATING 0x0a8e67f0U
2226 #define MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST_RDB_ENTRY_MAX_USERS 0xbfcba816U
2227 #define MENU_LABEL_DEFERRED_RDB_ENTRY_DETAIL 0xc35416c0U
2228 #define MENU_LABEL_DEFERRED_RPL_ENTRY_ACTIONS 0x358a7494U
2229 #define MENU_LABEL_DEFERRED_CORE_LIST 0xf157d289U
2230 #define MENU_LABEL_DEFERRED_CORE_UPDATER_LIST 0xc315f682U
2231 #define MENU_LABEL_DEFERRED_DRIVER_SETTINGS_LIST 0xaa5efefcU
2232 #define MENU_LABEL_DEFERRED_VIDEO_SETTINGS_LIST 0x83c65827U
2233 #define MENU_LABEL_DEFERRED_AUDIO_SETTINGS_LIST 0x5bba25e2U
2234 #define MENU_LABEL_DEFERRED_RECORDING_SETTINGS_LIST 0x05548d52U
2235 #define MENU_LABEL_DEFERRED_PLAYLIST_SETTINGS_LIST 0x9518e0c7U
2236 #define MENU_LABEL_DEFERRED_INPUT_SETTINGS_LIST 0x050bec60U
2237 #define MENU_LABEL_DEFERRED_USER_BINDS_LIST 0x28c5750eU
2238 #define MENU_LABEL_DEFERRED_ACCOUNTS_CHEEVOS_LIST 0x1322324cU
2239 #define MENU_LABEL_DEFERRED_ACCOUNTS_LIST 0x3d2b8860U
2240 #define MENU_LABEL_DEFERRED_ARCHIVE_ACTION_DETECT_CORE 0xdc9c0064U
2241 #define MENU_LABEL_DEFERRED_ARCHIVE_ACTION 0x7faf0284U
2242 #define MENU_LABEL_DEFERRED_ARCHIVE_OPEN_DETECT_CORE 0xd9452498U
2243 #define MENU_LABEL_DEFERRED_ARCHIVE_OPEN 0xfa0938b8U
2244 #define MENU_LABEL_DEFERRED_CORE_CONTENT_LIST 0x76150c63U
2245 #define MENU_LABEL_DEFERRED_LAKKA_LIST 0x3db437c4U
2246 #define MENU_LABEL_DEFERRED_INPUT_HOTKEY_BINDS_LIST 0x10b41d97U
2247 #define MENU_LABEL_DEFERRED_CONFIGURATIONS_LIST 0x679a1b0bU
2248 #define MENU_LABEL_DEFERRED_BROWSE_URL_START 0xcef58296U
2249 
2250 /* Cheevos settings */
2251 
2252 #define MENU_LABEL_CHEEVOS_DESCRIPTION 0x7e00e0f5U
2253 
2254 /* Accounts settings */
2255 
2256 #define MENU_LABEL_ACCOUNTS_RETRO_ACHIEVEMENTS 0xe6b7c16cU
2257 #define MENU_LABEL_ACCOUNTS_LIST 0x774c15a0U
2258 
2259 #define MENU_LABEL_DOWNLOADED_FILE_DETECT_CORE_LIST 0xb4f82700U
2260 
2261 /* Online updater settings */
2262 
2263 #define MENU_LABEL_UPDATE_LAKKA 0x19b51eebU
2264 
2265 /* Information settings */
2266 
2267 #define MENU_LABEL_INFORMATION_LIST 0x225e7606U
2268 
2269 #define MENU_LABEL_CONTENT_SETTINGS 0xe789f7f6U
2270 
2271 #define MENU_LABEL_SCREEN_RESOLUTION 0x5c9b3a58U
2272 
2273 /* Menu settings */
2274 #define MENU_LABEL_XMB_FONT 0x0ECA56CA2
2275 
2276 #define MENU_LABEL_PERFCNT_ENABLE 0x6823dbddU
2277 
2278 /* Video settings */
2279 #define MENU_LABEL_VIDEO_FONT_PATH 0xd0de729eU
2280 
2281 #define MENU_LABEL_VIDEO_SHADER_PRESET_SAVE_AS 0x3d6e5ce5U
2282 #define MENU_LABEL_VIDEO_SHADER_DEFAULT_FILTER 0x4468cb1bU
2283 #define MENU_LABEL_VIDEO_SHADER_NUM_PASSES 0x79b2992fU
2284 #define MENU_LABEL_VIDEO_SHADER_PARAMETERS 0x9895c3e5U
2285 #define MENU_LABEL_VIDEO_SHADER_PRESET_PARAMETERS 0xd18158d7U
2286 #define MENU_LABEL_VIDEO_SHADER_PASS 0x4fa31028U
2287 #define MENU_LABEL_VIDEO_SHADER_PRESET 0xc5d3bae4U
2288 
2289 /* Input settings */
2290 #define MENU_LABEL_INPUT_OVERLAY 0x24e24796U
2291 #define MENU_LABEL_INPUT_OSK_OVERLAY 0x11f1c582U
2292 
2293 /* Record settings */
2294 
2295 #define MENU_LABEL_RECORD_CONFIG 0x11c3daf9U
2296 #define MENU_LABEL_STREAM_CONFIG 0x79774b86U
2297 
2298 /* Cheat options */
2299 
2300 #define MENU_LABEL_CHEAT_DATABASE_PATH 0x01388b8aU
2301 #define MENU_LABEL_CHEAT_FILE_LOAD 0x57336148U
2302 #define MENU_LABEL_CHEAT_FILE_LOAD_APPEND 0xbf4aefffU
2303 #define MENU_LABEL_CHEAT_FILE_SAVE_AS 0x1f58dccaU
2304 #define MENU_LABEL_CHEAT_APPLY_CHANGES 0xde88aa27U
2305 
2306 /* Disk settings */
2307 
2308 #define MENU_LABEL_DISK_OPTIONS 0xc61ab5fbU
2309 #define MENU_LABEL_DISK_IMAGE_APPEND 0x5af7d709U
2310 
2311 /* Subsystem stuff */
2312 #define MENU_LABEL_SUBSYSTEM_ADD 0x576da67cU
2313 
2314 /* Menu settings */
2315 
2316 #define MENU_LABEL_MENU_WALLPAPER 0x3b84de01U
2317 #define MENU_LABEL_MENU_SETTINGS 0x61e4544bU
2318 
2319 /* Directory settings */
2320 
2321 #define MENU_LABEL_CURSOR_DIRECTORY 0xdee8d377U
2322 #define MENU_LABEL_OSK_OVERLAY_DIRECTORY 0xcce86287U
2323 #define MENU_LABEL_JOYPAD_AUTOCONFIG_DIR 0x2f4822d8U
2324 #define MENU_LABEL_RECORDING_OUTPUT_DIRECTORY 0x30bece06U
2325 #define MENU_LABEL_RECORDING_CONFIG_DIRECTORY 0x3c3f274bU
2326 #define MENU_LABEL_LIBRETRO_DIR_PATH 0x1af1eb72U
2327 #define MENU_LABEL_AUDIO_FILTER_DIR 0x4bd96ebaU
2328 #define MENU_LABEL_VIDEO_SHADER_DIR 0x30f53b10U
2329 #define MENU_LABEL_VIDEO_FILTER_DIR 0x67603f1fU
2330 #define MENU_LABEL_SCREENSHOT_DIRECTORY 0x552612d7U
2331 #define MENU_LABEL_SYSTEM_DIRECTORY 0x35a6fb9eU
2332 #define MENU_LABEL_INPUT_REMAPPING_DIRECTORY 0x5233c20bU
2333 #define MENU_LABEL_OVERLAY_DIRECTORY 0xc4ed3d1bU
2334 #define MENU_LABEL_SAVEFILE_DIRECTORY 0x92773488U
2335 #define MENU_LABEL_SAVESTATE_DIRECTORY 0x90551289U
2336 #define MENU_LABEL_DYNAMIC_WALLPAPERS_DIRECTORY 0x62f975b8U
2337 #define MENU_LABEL_THUMBNAILS_DIRECTORY 0xdea77410U
2338 #define MENU_LABEL_RGUI_BROWSER_DIRECTORY 0xa86cba73U
2339 #define MENU_LABEL_CONTENT_DATABASE_DIRECTORY 0x6b443f80U
2340 #define MENU_LABEL_PLAYLIST_DIRECTORY 0x6361820bU
2341 #define MENU_LABEL_CORE_ASSETS_DIRECTORY 0x8ba5ee54U
2342 #define MENU_LABEL_CONTENT_DIRECTORY 0x7738dc14U
2343 #define MENU_LABEL_RGUI_CONFIG_DIRECTORY 0x0cb3e005U
2344 #define MENU_LABEL_ASSETS_DIRECTORY 0xde1ae8ecU
2345 #define MENU_LABEL_CACHE_DIRECTORY 0x851dfb8dU
2346 
2347 /* RDB settings */
2348 
2349 #define MENU_LABEL_NO_PLAYLIST_ENTRIES_AVAILABLE 0x8888c5acU
2350 #define MENU_LABEL_RDB_ENTRY_START_CONTENT 0x95025a55U
2351 #define MENU_LABEL_RDB_ENTRY_PUBLISHER 0x4d7bcdfbU
2352 #define MENU_LABEL_RDB_ENTRY_DEVELOPER 0x06f61093U
2353 #define MENU_LABEL_RDB_ENTRY_ORIGIN 0xb176aad5U
2354 #define MENU_LABEL_RDB_ENTRY_FRANCHISE 0xb31764a0U
2355 #define MENU_LABEL_RDB_ENTRY_ENHANCEMENT_HW 0x79ee4f11U
2356 #define MENU_LABEL_RDB_ENTRY_ESRB_RATING 0xe138fa3dU
2357 #define MENU_LABEL_RDB_ENTRY_BBFC_RATING 0x82dbc01eU
2358 #define MENU_LABEL_RDB_ENTRY_ELSPA_RATING 0x0def0906U
2359 #define MENU_LABEL_RDB_ENTRY_PEGI_RATING 0xd814cb56U
2360 #define MENU_LABEL_RDB_ENTRY_CERO_RATING 0x9d436f5aU
2361 #define MENU_LABEL_RDB_ENTRY_EDGE_MAGAZINE_RATING 0x9735f631U
2362 #define MENU_LABEL_RDB_ENTRY_EDGE_MAGAZINE_ISSUE 0xd5706415U
2363 #define MENU_LABEL_RDB_ENTRY_FAMITSU_MAGAZINE_RATING 0x01a50315U
2364 #define MENU_LABEL_RDB_ENTRY_RELEASE_MONTH 0xad2f2c54U
2365 #define MENU_LABEL_RDB_ENTRY_RELEASE_YEAR 0x14c9c6bfU
2366 #define MENU_LABEL_RDB_ENTRY_MAX_USERS 0xfae91cc4U
2367 
2368 #define MENU_LABEL_FAVORITES 0x67325138U
2369 #define MENU_LABEL_DETECT_CORE_LIST 0xaa07c341U
2370 #define MENU_LABEL_DETECT_CORE_LIST_OK 0xabba2a7aU
2371 #define MENU_LABEL_CORE_LIST 0xa22bb14dU
2372 #define MENU_LABEL_SIDELOAD_CORE_LIST 0x88ef1cf2U
2373 #define MENU_LABEL_MANAGEMENT 0x2516c88aU
2374 #define MENU_LABEL_FRONTEND_COUNTERS 0xe5696877U
2375 #define MENU_LABEL_CORE_COUNTERS 0x64cc83e0U
2376 #define MENU_LABEL_ACHIEVEMENT_LIST 0x7b90fc49U
2377 #define MENU_LABEL_CORE_INFORMATION 0xb638e0d3U
2378 #define MENU_LABEL_CORE_OPTIONS 0xf65e60f9U
2379 #define MENU_LABEL_SHADER_OPTIONS 0x1f7d2fc7U
2380 #define MENU_LABEL_CORE_CHEAT_OPTIONS 0x9293171dU
2381 #define MENU_LABEL_CORE_INPUT_REMAPPING_OPTIONS 0x7836a8caU
2382 #define MENU_LABEL_DATABASE_MANAGER_LIST 0x7f853d8fU
2383 #define MENU_LABEL_CURSOR_MANAGER_LIST 0xa969e378U
2384 #define MENU_LABEL_REMAP_FILE_LOAD 0x9c2799b8U
2385 #define MENU_LABEL_INFO_SCREEN 0xd97853d0U
2386 #define MENU_LABEL_CUSTOM_RATIO 0xf038731eU
2387 #define MENU_LABEL_PAL60_ENABLE 0x62bc416eU
2388 #define MENU_LABEL_CONTENT_HISTORY_PATH 0x6f22fb9dU
2389 #define MENU_LABEL_ONSCREEN_KEYBOARD_OVERLAY_SETTINGS 0xa6de9ba6U
2390 #define MENU_LABEL_SHADER_APPLY_CHANGES 0x4f7306b9U
2391 #define MENU_LABEL_CUSTOM_BIND 0x1e84b3fcU
2392 #define MENU_LABEL_CUSTOM_BIND_ALL 0x79ac14f4U
2393 #define MENU_LABEL_CUSTOM_BIND_DEFAULTS 0xe88f7b13U
2394 #define MENU_LABEL_CONFIGURATIONS 0x3e930a50U
2395 #define MENU_LABEL_REMAP_FILE_SAVE_CORE 0x7c9d4c8fU
2396 #define MENU_LABEL_REMAP_FILE_SAVE_CONTENT_DIR 0x7b99c1ffU
2397 #define MENU_LABEL_REMAP_FILE_SAVE_GAME 0x7c9f41e0U
2398 #define MENU_LABEL_CONTENT_COLLECTION_LIST 0x32d1df83U
2399 #define MENU_LABEL_COLLECTION 0x5fea5991U
2400 
2401 #define MENU_LABEL_OPEN_ARCHIVE 0x78c0ca58U
2402 #define MENU_LABEL_OPEN_ARCHIVE_DETECT_CORE 0x92442638U
2403 #define MENU_LABEL_LOAD_ARCHIVE_DETECT_CORE 0x681f2f46U
2404 #define MENU_LABEL_LOAD_ARCHIVE 0xc3834e66U
2405 
2406 /* Help */
2407 #define MENU_LABEL_LIBRETRO_INFO_PATH 0xe552b25fU
2408 
2409 #define MENU_LABEL_INPUT_DRIVER_LINUXRAW 0xc33c6b9fU
2410 #define MENU_LABEL_INPUT_DRIVER_UDEV 0x7c9eeeb9U
2411 
2412 #define MENU_LABEL_AUDIO_DSP_PLUGIN 0x4a69572bU
2413 
2414 #define MENU_LABEL_AUDIO_RESAMPLER_DRIVER_SINC 0x7c9dec52U
2415 #define MENU_LABEL_AUDIO_RESAMPLER_DRIVER_CC 0x0059732bU
2416 
2417 #define MENU_LABEL_VIDEO_FILTER 0x1c0eb741U
2418 #define MENU_LABEL_HELP_CONTROLS 0x04859221U
2419 #define MENU_LABEL_HELP_LIST 0x006af669U
2420 #define MENU_LABEL_HELP_WHAT_IS_A_CORE 0x83fcbc44U
2421 #define MENU_LABEL_HELP_LOADING_CONTENT 0x231d8245U
2422 #define MENU_LABEL_HELP_SCANNING_CONTENT 0x1dec52b8U
2423 #define MENU_LABEL_HELP_CHANGE_VIRTUAL_GAMEPAD 0x6e66ef07U
2424 #define MENU_LABEL_HELP_AUDIO_VIDEO_TROUBLESHOOTING 0xd44d395cU
2425 
2426 /* Main menu */
2427 #define MENU_LABEL_LOAD_CONTENT_LIST 0x5745de1fU
2428 #define MENU_LABEL_LOAD_CONTENT_HISTORY 0xfe1d79e5U
2429 #define MENU_LABEL_ADD_CONTENT_LIST 0x046f4668U
2430 #define MENU_LABEL_ONLINE_UPDATER 0xcac0025eU
2431 #define MENU_LABEL_NETPLAY 0x0b511d22U
2432 #define MENU_LABEL_SETTINGS 0x1304dc16U
2433 #define MENU_LABEL_HELP 0x7c97d2eeU
2434 #define MENU_VALUE_HORIZONTAL_MENU 0x35761704U
2435 
2436 const char *msg_hash_to_str(enum msg_hash_enums msg);
2437 
2438 const char *msg_hash_to_str_fr(enum msg_hash_enums msg);
2439 int menu_hash_get_help_fr_enum(enum msg_hash_enums msg, char *s, size_t len);
2440 
2441 const char *msg_hash_to_str_ru(enum msg_hash_enums msg);
2442 
2443 const char *msg_hash_to_str_de(enum msg_hash_enums msg);
2444 int menu_hash_get_help_de_enum(enum msg_hash_enums msg, char *s, size_t len);
2445 
2446 const char *msg_hash_to_str_es(enum msg_hash_enums msg);
2447 int menu_hash_get_help_es_enum(enum msg_hash_enums msg, char *s, size_t len);
2448 
2449 const char *msg_hash_to_str_eo(enum msg_hash_enums msg);
2450 int menu_hash_get_help_eo_enum(enum msg_hash_enums msg, char *s, size_t len);
2451 
2452 const char *msg_hash_to_str_it(enum msg_hash_enums msg);
2453 int menu_hash_get_help_it_enum(enum msg_hash_enums msg, char *s, size_t len);
2454 
2455 const char *msg_hash_to_str_jp(enum msg_hash_enums msg);
2456 int menu_hash_get_help_jp_enum(enum msg_hash_enums msg, char *s, size_t len);
2457 
2458 const char *msg_hash_to_str_ko(enum msg_hash_enums msg);
2459 int menu_hash_get_help_ko_enum(enum msg_hash_enums msg, char *s, size_t len);
2460 
2461 const char *msg_hash_to_str_pt_br(enum msg_hash_enums msg);
2462 int menu_hash_get_help_pt_br_enum(enum msg_hash_enums msg, char *s, size_t len);
2463 
2464 const char *msg_hash_to_str_pt_pt(enum msg_hash_enums msg);
2465 int menu_hash_get_help_pt_pt_enum(enum msg_hash_enums msg, char *s, size_t len);
2466 
2467 const char *msg_hash_to_str_pl(enum msg_hash_enums msg);
2468 int menu_hash_get_help_pl_enum(enum msg_hash_enums msg, char *s, size_t len);
2469 
2470 const char *msg_hash_to_str_nl(enum msg_hash_enums msg);
2471 int menu_hash_get_help_nl_enum(enum msg_hash_enums msg, char *s, size_t len);
2472 
2473 const char *msg_hash_to_str_vn(enum msg_hash_enums msg);
2474 int menu_hash_get_help_vn_enum(enum msg_hash_enums msg, char *s, size_t len);
2475 
2476 const char *msg_hash_to_str_chs(enum msg_hash_enums msg);
2477 int menu_hash_get_help_chs_enum(enum msg_hash_enums msg, char *s, size_t len);
2478 
2479 const char *msg_hash_to_str_cht(enum msg_hash_enums msg);
2480 int menu_hash_get_help_cht_enum(enum msg_hash_enums msg, char *s, size_t len);
2481 
2482 const char *msg_hash_to_str_us(enum msg_hash_enums msg);
2483 int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len);
2484 
2485 const char *msg_hash_to_str_ar(enum msg_hash_enums msg);
2486 int menu_hash_get_help_ar_enum(enum msg_hash_enums msg, char *s, size_t len);
2487 
2488 const char *msg_hash_to_str_el(enum msg_hash_enums msg);
2489 int menu_hash_get_help_el_enum(enum msg_hash_enums msg, char *s, size_t len);
2490 
2491 int menu_hash_get_help_enum(enum msg_hash_enums msg, char *s, size_t len);
2492 
2494 
2495 unsigned *msg_hash_get_uint(enum msg_hash_action type);
2496 
2497 void msg_hash_set_uint(enum msg_hash_action type, unsigned val);
2498 
2499 uint32_t msg_hash_calculate(const char *s);
2500 
2502 
2503 #endif
Definition: msg_hash.h:369
Definition: msg_hash.h:167
Definition: msg_hash.h:1338
Definition: msg_hash.h:1941
Definition: msg_hash.h:1138
Definition: msg_hash.h:139
Definition: msg_hash.h:2018
Definition: msg_hash.h:1197
Definition: msg_hash.h:207
Definition: msg_hash.h:1924
Definition: msg_hash.h:1950
Definition: msg_hash.h:970
Definition: msg_hash.h:1932
Definition: msg_hash.h:42
Definition: msg_hash.h:368
Definition: msg_hash.h:392
int menu_hash_get_help_fr_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_fr.c:25
Definition: msg_hash.h:1876
Definition: msg_hash.h:562
Definition: msg_hash.h:542
Definition: msg_hash.h:316
Definition: msg_hash.h:225
Definition: msg_hash.h:231
Definition: msg_hash.h:1137
Definition: msg_hash.h:274
Definition: msg_hash.h:615
Definition: msg_hash.h:49
Definition: msg_hash.h:460
Definition: msg_hash.h:895
const char * msg_hash_to_str_pl(enum msg_hash_enums msg)
Definition: msg_hash_pl.c:41
const char * msg_hash_to_str_ru(enum msg_hash_enums msg)
Definition: msg_hash_ru.c:18
Definition: msg_hash.h:307
Definition: msg_hash.h:411
Definition: msg_hash.h:2152
Definition: msg_hash.h:409
int menu_hash_get_help_el_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash.h:228
Definition: msg_hash.h:1245
int menu_hash_get_help_chs_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_chs.c:33
Definition: msg_hash.h:51
Definition: msg_hash.h:1530
Definition: msg_hash.h:357
Definition: msg_hash.h:374
Definition: msg_hash.h:1995
Definition: msg_hash.h:154
Definition: msg_hash.h:1420
Definition: msg_hash.h:1523
Definition: msg_hash.h:1067
Definition: msg_hash.h:592
Definition: msg_hash.h:103
GLuint GLfloat * val
Definition: glext.h:7847
int menu_hash_get_help_de_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_de.c:29
Definition: msg_hash.h:2135
Definition: msg_hash.h:353
Definition: msg_hash.h:1865
Definition: msg_hash.h:1927
Definition: msg_hash.h:2070
Definition: msg_hash.h:2113
Definition: msg_hash.h:425
Definition: msg_hash.h:908
Definition: msg_hash.h:455
Definition: msg_hash.h:2026
Definition: msg_hash.h:1520
Definition: msg_hash.h:155
Definition: msg_hash.h:2007
Definition: msg_hash.h:351
Definition: msg_hash.h:2174
Definition: msg_hash.h:2079
Definition: msg_hash.h:367
Definition: msg_hash.h:620
Definition: msg_hash.h:1247
Definition: msg_hash.h:70
Definition: msg_hash.h:614
#define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
Definition: msg_hash.h:1869
Definition: msg_hash.h:2165
Definition: msg_hash.h:335
Definition: msg_hash.h:558
Definition: msg_hash.h:191
Definition: msg_hash.h:896
Definition: msg_hash.h:346
Definition: msg_hash.h:2141
Definition: msg_hash.h:1942
Definition: msg_hash.h:177
Definition: msg_hash.h:2114
Definition: msg_hash.h:276
Definition: msg_hash.h:2162
Definition: msg_hash.h:305
Definition: msg_hash.h:1938
Definition: msg_hash.h:268
Definition: msg_hash.h:452
Definition: msg_hash.h:227
Definition: msg_hash.h:356
Definition: msg_hash.h:2153
Definition: msg_hash.h:2125
Definition: msg_hash.h:128
Definition: msg_hash.h:1920
Definition: msg_hash.h:40
Definition: msg_hash.h:60
Definition: msg_hash.h:580
Definition: msg_hash.h:1516
Definition: msg_hash.h:581
Definition: msg_hash.h:617
Definition: msg_hash.h:2130
Definition: msg_hash.h:57
Definition: msg_hash.h:1195
Definition: msg_hash.h:1130
Definition: msg_hash.h:695
Definition: msg_hash.h:413
Definition: msg_hash.h:977
Definition: msg_hash.h:1965
Definition: msg_hash.h:2074
Definition: msg_hash.h:1878
Definition: msg_hash.h:471
Definition: msg_hash.h:2075
Definition: msg_hash.h:609
Definition: msg_hash.h:1196
Definition: msg_hash.h:253
Definition: msg_hash.h:385
msg_hash_action
Definition: msg_hash.h:32
Definition: msg_hash.h:1141
Definition: msg_hash.h:116
Definition: msg_hash.h:1334
Definition: msg_hash.h:171
Definition: msg_hash.h:2098
const char * msg_hash_to_str_ko(enum msg_hash_enums msg)
Definition: msg_hash_ko.c:1987
Definition: msg_hash.h:112
Definition: msg_hash.h:1425
Definition: msg_hash.h:273
Definition: msg_hash.h:611
Definition: msg_hash.h:423
Definition: msg_hash.h:590
Definition: msg_hash.h:2133
Definition: msg_hash.h:1039
Definition: msg_hash.h:398
Definition: msg_hash.h:1029
Definition: msg_hash.h:2146
Definition: msg_hash.h:1107
Definition: msg_hash.h:1393
Definition: msg_hash.h:1518
Definition: msg_hash.h:404
Definition: msg_hash.h:1861
Definition: msg_hash.h:310
Definition: msg_hash.h:393
Definition: msg_hash.h:415
Definition: msg_hash.h:48
Definition: msg_hash.h:417
Definition: msg_hash.h:1047
Definition: msg_hash.h:331
Definition: msg_hash.h:396
GLenum GLsizei len
Definition: glext.h:7389
Definition: msg_hash.h:330
Definition: msg_hash.h:329
Definition: msg_hash.h:281
Definition: msg_hash.h:2014
Definition: msg_hash.h:208
Definition: msg_hash.h:69
Definition: msg_hash.h:2168
Definition: msg_hash.h:2119
Definition: msg_hash.h:407
Definition: msg_hash.h:2097
Definition: msg_hash.h:2055
Definition: msg_hash.h:1922
Definition: msg_hash.h:402
Definition: msg_hash.h:2134
Definition: msg_hash.h:577
Definition: msg_hash.h:197
Definition: msg_hash.h:1525
Definition: msg_hash.h:1528
Definition: msg_hash.h:1527
Definition: msg_hash.h:1131
Definition: msg_hash.h:1037
Definition: msg_hash.h:1699
Definition: msg_hash.h:35
int menu_hash_get_help_ar_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_ar.c:34
int menu_hash_get_help_it_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_it.c:26
Definition: msg_hash.h:2004
Definition: msg_hash.h:50
Definition: msg_hash.h:338
Definition: msg_hash.h:295
Definition: msg_hash.h:380
Definition: msg_hash.h:593
Definition: msg_hash.h:46
Definition: msg_hash.h:1030
Definition: msg_hash.h:470
Definition: msg_hash.h:118
Definition: msg_hash.h:2155
int menu_hash_get_help_eo_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_eo.c:25
Definition: msg_hash.h:2148
Definition: msg_hash.h:601
Definition: msg_hash.h:479
GLdouble s
Definition: glext.h:6390
Definition: msg_hash.h:1874
Definition: msg_hash.h:107
Definition: msg_hash.h:2154
Definition: msg_hash.h:537
Definition: msg_hash.h:888
Definition: msg_hash.h:370
Definition: msg_hash.h:312
Definition: msg_hash.h:89
const char * msg_hash_to_str(enum msg_hash_enums msg)
Definition: msg_hash.c:102
Definition: msg_hash.h:1517
Definition: msg_hash.h:1017
Definition: msg_hash.h:111
Definition: msg_hash.h:1485
Definition: msg_hash.h:343
Definition: msg_hash.h:80
Definition: msg_hash.h:399
Definition: msg_hash.h:280
Definition: msg_hash.h:1180
Definition: msg_hash.h:98
Definition: msg_hash.h:163
Definition: msg_hash.h:1116
Definition: msg_hash.h:255
Definition: msg_hash.h:1962
Definition: msg_hash.h:898
Definition: msg_hash.h:102
Definition: msg_hash.h:1610
Definition: msg_hash.h:2050
Definition: msg_hash.h:416
Definition: msg_hash.h:332
Definition: msg_hash.h:261
Definition: msg_hash.h:2160
Definition: msg_hash.h:2058
Definition: msg_hash.h:275
Definition: msg_hash.h:342
Definition: msg_hash.h:1852
Definition: msg_hash.h:1129
Definition: msg_hash.h:285
Definition: msg_hash.h:279
Definition: msg_hash.h:698
Definition: msg_hash.h:288
Definition: msg_hash.h:2111
Definition: msg_hash.h:591
Definition: msg_hash.h:1951
Definition: msg_hash.h:120
Definition: msg_hash.h:667
Definition: msg_hash.h:271
Definition: msg_hash.h:386
Definition: msg_hash.h:589
Definition: msg_hash.h:179
Definition: msg_hash.h:905
Definition: msg_hash.h:1885
Definition: msg_hash.h:55
const char * msg_hash_to_str_fr(enum msg_hash_enums msg)
Definition: msg_hash_fr.c:55
Definition: msg_hash.h:2069
Definition: msg_hash.h:277
Definition: msg_hash.h:313
Definition: msg_hash.h:1541
Definition: msg_hash.h:397
Definition: msg_hash.h:594
Definition: msg_hash.h:604
Definition: msg_hash.h:236
Definition: msg_hash.h:1531
Definition: msg_hash.h:44
Definition: msg_hash.h:79
Definition: msg_hash.h:87
Definition: msg_hash.h:1333
Definition: msg_hash.h:582
Definition: msg_hash.h:359
Definition: msg_hash.h:2136
Definition: msg_hash.h:82
Definition: msg_hash.h:189
Definition: msg_hash.h:584
Definition: msg_hash.h:2137
Definition: msg_hash.h:607
Definition: msg_hash.h:137
Definition: msg_hash.h:1622
Definition: msg_hash.h:290
Definition: msg_hash.h:106
const char * msg_hash_to_str_ar(enum msg_hash_enums msg)
Definition: msg_hash_ar.c:2067
Definition: msg_hash.h:467
Definition: msg_hash.h:186
Definition: msg_hash.h:1028
Definition: msg_hash.h:344
Definition: msg_hash.h:1612
Definition: msg_hash.h:2167
const char * msg_hash_to_str_pt_br(enum msg_hash_enums msg)
Definition: msg_hash_pt_br.c:2125
Definition: msg_hash.h:160
Definition: msg_hash.h:110
int menu_hash_get_help_es_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_es.c:31
Definition: msg_hash.h:694
Definition: msg_hash.h:190
Definition: msg_hash.h:176
int menu_hash_get_help_vn_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_vn.c:33
Definition: msg_hash.h:2073
Definition: msg_hash.h:1931
Definition: msg_hash.h:1859
Definition: msg_hash.h:91
Definition: msg_hash.h:2034
Definition: msg_hash.h:2008
Definition: msg_hash.h:1526
Definition: msg_hash.h:389
Definition: msg_hash.h:583
Definition: msg_hash.h:2076
Definition: msg_hash.h:1854
Definition: msg_hash.h:613
Definition: msg_hash.h:1868
Definition: msg_hash.h:325
Definition: msg_hash.h:126
Definition: msg_hash.h:321
Definition: msg_hash.h:1535
Definition: msg_hash.h:265
int menu_hash_get_help_pt_pt_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_pt_pt.c:26
Definition: msg_hash.h:2029
#define OFF
Definition: inffast.c:28
Definition: msg_hash.h:113
Definition: msg_hash.h:2016
Definition: msg_hash.h:1919
Definition: msg_hash.h:449
Definition: msg_hash.h:64
Definition: msg_hash.h:328
Definition: msg_hash.h:576
Definition: msg_hash.h:2089
Definition: msg_hash.h:318
Definition: msg_hash.h:1524
Definition: msg_hash.h:395
Definition: msg_hash.h:2156
Definition: msg_hash.h:2006
Definition: msg_hash.h:1136
Definition: msg_hash.h:304
Definition: msg_hash.h:1851
Definition: msg_hash.h:1917
Definition: msg_hash.h:2126
Definition: msg_hash.h:372
Definition: msg_hash.h:1182
Definition: msg_hash.h:394
Definition: msg_hash.h:144
Definition: msg_hash.h:358
Definition: msg_hash.h:270
Definition: msg_hash.h:2059
Definition: msg_hash.h:300
Definition: msg_hash.h:1496
Definition: msg_hash.h:315
const char * msg_hash_to_str_jp(enum msg_hash_enums msg)
Definition: msg_hash_ja.c:1882
Definition: msg_hash.h:81
Definition: msg_hash.h:2011
Definition: msg_hash.h:1534
Definition: msg_hash.h:196
Definition: msg_hash.h:1539
Definition: msg_hash.h:2163
GLenum type
Definition: glext.h:6233
Definition: menu_driver.h:135
Definition: msg_hash.h:612
Definition: msg_hash.h:1613
Definition: msg_hash.h:1522
const char * msg_hash_to_str_es(enum msg_hash_enums msg)
Definition: msg_hash_es.c:1203
Definition: msg_hash.h:463
Definition: msg_hash.h:180
Definition: msg_hash.h:1694
Definition: msg_hash.h:166
Definition: msg_hash.h:71
Definition: msg_hash.h:2002
Definition: msg_hash.h:457
Definition: msg_hash.h:105
Definition: msg_hash.h:1536
Definition: msg_hash.h:233
Definition: msg_hash.h:78
Definition: msg_hash.h:1031
Definition: msg_hash.h:95
Definition: msg_hash.h:1494
Definition: msg_hash.h:400
Definition: msg_hash.h:52
Definition: msg_hash.h:980
Definition: msg_hash.h:2017
Definition: msg_hash.h:1179
Definition: msg_hash.h:2099
Definition: msg_hash.h:375
Definition: msg_hash.h:600
Definition: msg_hash.h:418
Definition: msg_hash.h:132
Definition: msg_hash.h:362
Definition: msg_hash.h:1988
Definition: msg_hash.h:450
Definition: msg_hash.h:371
Definition: msg_hash.h:354
Definition: msg_hash.h:478
Definition: msg_hash.h:2071
Definition: msg_hash.h:2142
Definition: msg_hash.h:451
Definition: msg_hash.h:212
Definition: msg_hash.h:234
Definition: msg_hash.h:142
Definition: msg_hash.h:182
Definition: msg_hash.h:301
Definition: msg_hash.h:2143
Definition: msg_hash.h:226
Definition: msg_hash.h:608
Definition: msg_hash.h:1357
Definition: msg_hash.h:1749
Definition: msg_hash.h:164
Definition: msg_hash.h:214
int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash.h:2057
Definition: msg_hash.h:1027
Definition: msg_hash.h:2037
Definition: msg_hash.h:210
Definition: msg_hash.h:2003
Definition: msg_hash.h:377
Definition: msg_hash.h:541
Definition: msg_hash.h:135
Definition: msg_hash.h:1944
Definition: msg_hash.h:345
Definition: msg_hash.h:2144
Definition: msg_hash.h:539
Definition: msg_hash.h:1862
Definition: msg_hash.h:73
Definition: msg_hash.h:390
Definition: msg_hash.h:320
Definition: msg_hash.h:1614
Definition: msg_hash.h:2150
unsigned * msg_hash_get_uint(enum msg_hash_action type)
Definition: msg_hash.c:414
Definition: msg_hash.h:379
Definition: msg_hash.h:109
Definition: msg_hash.h:251
Definition: msg_hash.h:2169
Definition: msg_hash.h:319
Definition: msg_hash.h:256
Definition: msg_hash.h:104
Definition: msg_hash.h:336
int menu_hash_get_help_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash.c:32
Definition: msg_hash.h:2123
Definition: msg_hash.h:94
Definition: msg_hash.h:198
Definition: msg_hash.h:1422
Definition: msg_hash.h:195
Definition: msg_hash.h:1421
Definition: msg_hash.h:1929
Definition: msg_hash.h:66
static const unsigned char msg[]
Definition: ccm.c:375
Definition: msg_hash.h:1918
Definition: msg_hash.h:1005
Definition: msg_hash.h:1961
Definition: msg_hash.h:1135
Definition: msg_hash.h:58
Definition: msg_hash.h:292
Definition: msg_hash.h:2121
Definition: msg_hash.h:170
int menu_hash_get_help_nl_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_nl.c:24
Definition: msg_hash.h:2030
const char * msg_hash_to_str_pt_pt(enum msg_hash_enums msg)
Definition: msg_hash_pt_pt.c:936
Definition: msg_hash.h:595
Definition: msg_hash.h:545
Definition: msg_hash.h:2118
Definition: msg_hash.h:333
Definition: msg_hash.h:365
Definition: msg_hash.h:1856
Definition: msg_hash.h:2054
Definition: msg_hash.h:291
Definition: msg_hash.h:92
Definition: msg_hash.h:2140
int menu_hash_get_help_pl_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_pl.c:26
Definition: msg_hash.h:220
Definition: msg_hash.h:162
Definition: msg_hash.h:2042
Definition: msg_hash.h:1537
Definition: msg_hash.h:1519
Definition: msg_hash.h:199
Definition: msg_hash.h:900
Definition: msg_hash.h:47
Definition: msg_hash.h:387
Definition: msg_hash.h:1140
Definition: msg_hash.h:1250
Definition: msg_hash.h:587
Definition: msg_hash.h:1198
Definition: msg_hash.h:1359
Definition: msg_hash.h:85
Definition: msg_hash.h:74
Definition: msg_hash.h:138
Definition: msg_hash.h:2166
Definition: msg_hash.h:2108
Definition: msg_hash.h:202
Definition: msg_hash.h:2128
Definition: msg_hash.h:119
Definition: msg_hash.h:1529
Definition: msg_hash.h:364
const char * msg_hash_to_str_us(enum msg_hash_enums msg)
Definition: msg_hash_us.c:2248
Definition: msg_hash.h:619
const char * msg_hash_to_str_nl(enum msg_hash_enums msg)
Definition: msg_hash_nl.c:44
Definition: msg_hash.h:245
Definition: msg_hash.h:205
Definition: msg_hash.h:127
Definition: msg_hash.h:1032
Definition: msg_hash.h:1968
Definition: msg_hash.h:59
Definition: msg_hash.h:185
Definition: msg_hash.h:907
Definition: msg_hash.h:378
Definition: msg_hash.h:129
Definition: msg_hash.h:588
Definition: msg_hash.h:2131
Definition: msg_hash.h:1934
Definition: msg_hash.h:1935
Definition: msg_hash.h:114
Definition: msg_hash.h:131
Definition: msg_hash.h:327
Definition: msg_hash.h:317
Definition: msg_hash.h:348
Definition: msg_hash.h:419
Definition: msg_hash.h:101
Definition: msg_hash.h:352
Definition: msg_hash.h:347
Definition: msg_hash.h:178
Definition: msg_hash.h:68
#define RETRO_END_DECLS
Definition: retro_common_api.h:42
Definition: msg_hash.h:2129
Definition: msg_hash.h:2158
Definition: msg_hash.h:1249
Definition: msg_hash.h:1943
Definition: msg_hash.h:244
Definition: msg_hash.h:2120
Definition: msg_hash.h:603
Definition: msg_hash.h:90
Definition: msg_hash.h:200
Definition: msg_hash.h:298
Definition: msg_hash.h:439
Definition: msg_hash.h:2132
Definition: msg_hash.h:585
Definition: msg_hash.h:586
Definition: msg_hash.h:579
Definition: msg_hash.h:88
Definition: msg_hash.h:100
Definition: msg_hash.h:1698
Definition: msg_hash.h:406
Definition: msg_hash.h:1043
Definition: msg_hash.h:2122
Definition: msg_hash.h:183
Definition: msg_hash.h:41
Definition: msg_hash.h:184
Definition: msg_hash.h:216
Definition: msg_hash.h:2196
Definition: msg_hash.h:286
Definition: msg_hash.h:62
Definition: msg_hash.h:1248
Definition: msg_hash.h:1987
Definition: msg_hash.h:891
Definition: msg_hash.h:223
Definition: msg_hash.h:339
Definition: msg_hash.h:211
Definition: msg_hash.h:2027
Definition: msg_hash.h:412
Definition: msg_hash.h:1111
Definition: msg_hash.h:254
Definition: input_defines.h:118
Definition: msg_hash.h:2081
Definition: msg_hash.h:2100
int menu_hash_get_help_cht_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_cht.c:33
Definition: msg_hash.h:2028
Definition: msg_hash.h:2149
Definition: msg_hash.h:1486
Definition: msg_hash.h:121
Definition: msg_hash.h:206
Definition: msg_hash.h:323
int menu_hash_get_help_jp_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_ja.c:34
Definition: msg_hash.h:1873
Definition: msg_hash.h:242
Definition: msg_hash.h:2031
Definition: msg_hash.h:117
Definition: msg_hash.h:76
Definition: msg_hash.h:115
Definition: msg_hash.h:1493
Definition: msg_hash.h:2161
Definition: msg_hash.h:1194
Definition: msg_hash.h:1997
Definition: msg_hash.h:1515
Definition: msg_hash.h:373
Definition: msg_hash.h:247
msg_hash_enums
Definition: msg_hash.h:152
Definition: msg_hash.h:422
Definition: msg_hash.h:264
Definition: msg_hash.h:340
Definition: msg_hash.h:2052
Definition: msg_hash.h:1830
Definition: msg_hash.h:674
Definition: msg_hash.h:65
Definition: msg_hash.h:408
Definition: msg_hash.h:1689
Definition: msg_hash.h:420
Definition: msg_hash.h:366
Definition: msg_hash.h:1139
Definition: msg_hash.h:2110
Definition: msg_hash.h:2151
Definition: msg_hash.h:67
Definition: msg_hash.h:1860
Definition: msg_hash.h:266
Definition: msg_hash.h:1864
Definition: msg_hash.h:381
Definition: msg_hash.h:1423
Definition: msg_hash.h:538
Definition: msg_hash.h:892
Definition: msg_hash.h:43
#define MENU_LABEL(STR)
Definition: msg_hash.h:147
Definition: msg_hash.h:894
Definition: msg_hash.h:56
Definition: msg_hash.h:1033
Definition: msg_hash.h:1875
Definition: msg_hash.h:1753
Definition: msg_hash.h:284
Definition: msg_hash.h:322
Definition: msg_hash.h:355
Definition: msg_hash.h:1424
Definition: msg_hash.h:1191
Definition: msg_hash.h:267
Definition: msg_hash.h:1181
Definition: msg_hash.h:1921
Definition: msg_hash.h:83
int menu_hash_get_help_pt_br_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_pt_br.c:28
Definition: msg_hash.h:175
Definition: msg_hash.h:1192
Definition: msg_hash.h:1246
Definition: msg_hash.h:1857
Definition: msg_hash.h:391
Definition: msg_hash.h:133
Definition: msg_hash.h:1190
Definition: msg_hash.h:790
Definition: msg_hash.h:61
Definition: msg_hash.h:213
Definition: msg_hash.h:269
Definition: msg_hash.h:252
Definition: msg_hash.h:72
Definition: msg_hash.h:1391
Definition: msg_hash.h:306
Definition: msg_hash.h:2159
Definition: msg_hash.h:302
Definition: msg_hash.h:334
Definition: msg_hash.h:2020
Definition: msg_hash.h:294
Definition: msg_hash.h:1244
const char * msg_hash_to_str_chs(enum msg_hash_enums msg)
Definition: msg_hash_chs.c:1791
Definition: msg_hash.h:224
Definition: msg_hash.h:97
Definition: msg_hash.h:159
const char * msg_hash_to_str_cht(enum msg_hash_enums msg)
Definition: msg_hash_cht.c:1848
Definition: msg_hash.h:1993
Definition: msg_hash.h:324
Definition: msg_hash.h:1183
Definition: msg_hash.h:2112
Definition: msg_hash.h:616
const char * msg_hash_to_str_it(enum msg_hash_enums msg)
Definition: msg_hash_it.c:1077
Definition: msg_hash.h:1913
Definition: msg_hash.h:350
Definition: msg_hash.h:886
Definition: msg_hash.h:217
Definition: msg_hash.h:2065
Definition: msg_hash.h:1998
Definition: msg_hash.h:2010
Definition: msg_hash.h:383
Definition: msg_hash.h:1700
Definition: msg_hash.h:1532
Definition: msg_hash.h:309
Definition: msg_hash.h:221
Definition: msg_hash.h:410
Definition: msg_hash.h:243
Definition: msg_hash.h:63
Definition: msg_hash.h:1390
Definition: msg_hash.h:140
Definition: msg_hash.h:174
Definition: msg_hash.h:157
Definition: msg_hash.h:599
Definition: msg_hash.h:122
Definition: msg_hash.h:349
Definition: msg_hash.h:1243
Definition: msg_hash.h:388
Definition: msg_hash.h:311
Definition: msg_hash.h:1886
Definition: msg_hash.h:45
#define MAX_USERS
Definition: input_defines.h:27
Definition: msg_hash.h:188
Definition: msg_hash.h:1751
Definition: msg_hash.h:156
Definition: msg_hash.h:376
msg_file_type
Definition: msg_hash.h:38
Definition: msg_hash.h:1966
Definition: msg_hash.h:230
Definition: msg_hash.h:2115
Definition: msg_hash.h:2157
Definition: msg_hash.h:235
Definition: msg_hash.h:1133
Definition: msg_hash.h:2124
Definition: msg_hash.h:363
Definition: msg_hash.h:1863
Definition: msg_hash.h:1134
Definition: msg_hash.h:2147
Definition: msg_hash.h:1046
const char * msg_hash_to_str_vn(enum msg_hash_enums msg)
Definition: msg_hash_vn.c:1883
Definition: msg_hash.h:2012
Definition: msg_hash.h:173
Definition: msg_hash.h:901
Definition: msg_hash.h:969
Definition: msg_hash.h:2033
Definition: msg_hash.h:1193
Definition: msg_hash.h:693
Definition: msg_hash.h:1495
Definition: msg_hash.h:297
Definition: msg_hash.h:453
Definition: msg_hash.h:578
Definition: msg_hash.h:287
Definition: msg_hash.h:123
Definition: msg_hash.h:278
Definition: msg_hash.h:187
Definition: msg_hash.h:314
Definition: msg_hash.h:2194
Definition: msg_hash.h:1916
Definition: msg_hash.h:84
Definition: msg_hash.h:229
Definition: msg_hash.h:201
Definition: msg_hash.h:1621
Definition: msg_hash.h:899
Definition: msg_hash.h:99
Definition: msg_hash.h:193
Definition: msg_hash.h:172
Definition: msg_hash.h:2107
Definition: msg_hash.h:215
Definition: msg_hash.h:108
Definition: msg_hash.h:2062
Definition: msg_hash.h:238
Definition: msg_hash.h:2127
Definition: msg_hash.h:1394
Definition: msg_hash.h:2072
Definition: msg_hash.h:621
Definition: msg_hash.h:124
Definition: msg_hash.h:209
Definition: msg_hash.h:477
Definition: msg_hash.h:1132
Definition: msg_hash.h:468
Definition: msg_hash.h:1872
Definition: msg_hash.h:1392
Definition: msg_hash.h:414
Definition: msg_hash.h:1914
Definition: msg_hash.h:293
Definition: msg_hash.h:158
Definition: msg_hash.h:618
Definition: msg_hash.h:1419
Definition: msg_hash.h:341
Definition: msg_hash.h:53
const char * msg_hash_to_str_de(enum msg_hash_enums msg)
Definition: msg_hash_de.c:2056
Definition: msg_hash.h:192
Definition: msg_hash.h:401
Definition: msg_hash.h:136
Definition: msg_hash.h:675
Definition: msg_hash.h:272
Definition: msg_hash.h:34
Definition: msg_hash.h:169
Definition: msg_hash.h:222
Definition: msg_hash.h:2019
Definition: msg_hash.h:1035
void msg_hash_set_uint(enum msg_hash_action type, unsigned val)
Definition: msg_hash.c:427
unsigned int uint32_t
Definition: stdint.h:126
const char * msg_hash_to_str_eo(enum msg_hash_enums msg)
Definition: msg_hash_eo.c:41
Definition: msg_hash.h:1533
Definition: msg_hash.h:384
Definition: msg_hash.h:2022
uint32_t msg_hash_calculate(const char *s)
Definition: msg_hash.c:171
Definition: msg_hash.h:405
Definition: msg_hash.h:93
Definition: msg_hash.h:2138
Definition: msg_hash.h:239
Definition: msg_hash.h:971
enum msg_file_type msg_hash_to_file_type(uint32_t hash)
Definition: msg_hash.c:257
Definition: msg_hash.h:1696
Definition: msg_hash.h:308
const char * msg_hash_to_str_el(enum msg_hash_enums msg)
Definition: msg_hash_el.c:2249
Definition: msg_hash.h:2139
Definition: msg_hash.h:361
Definition: msg_hash.h:1945
Definition: msg_hash.h:283
Definition: msg_hash.h:161
int menu_hash_get_help_ko_enum(enum msg_hash_enums msg, char *s, size_t len)
Definition: msg_hash_ko.c:34
Definition: msg_hash.h:469
Definition: msg_hash.h:2164
Definition: msg_hash.h:257
Definition: msg_hash.h:540
Definition: msg_hash.h:890
Definition: msg_hash.h:2013
Definition: msg_hash.h:1996
Definition: msg_hash.h:75
Definition: msg_hash.h:544
Definition: msg_hash.h:303
Definition: msg_hash.h:2173
Definition: msg_hash.h:1521
Definition: msg_hash.h:194
Definition: msg_hash.h:1933
Definition: msg_hash.h:54
Definition: msg_hash.h:1611
Definition: msg_hash.h:181
Definition: msg_hash.h:2053
Definition: msg_hash.h:2056
Definition: msg_hash.h:403
Definition: msg_hash.h:77
Definition: msg_hash.h:86
Definition: msg_hash.h:382
Definition: msg_hash.h:2145
Definition: msg_hash.h:203