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