mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 02:00:41 +00:00
de38db7d10
Some checks failed
CI 3DS / build (push) Waiting to run
CI Android / build (push) Waiting to run
CI DOS/DJGPP / build (push) Waiting to run
CI Emscripten / build (push) Waiting to run
CI GameCube / build (push) Waiting to run
CI Linux (i686) / build (push) Waiting to run
CI Windows (MSVC) / msvc (Debug, x64, 2019) (push) Waiting to run
CI Windows (MSVC) / msvc (Debug, x64, 2022) (push) Waiting to run
CI Windows (MSVC) / msvc (Release, x64, 2019) (push) Waiting to run
CI Windows (MSVC) / msvc (Release, x64, 2022) (push) Waiting to run
CI Windows (MSVC) / msvc (Release, x64, UWP) (push) Waiting to run
CI Windows (MSVC) / msvc (ReleaseAngle, x64, UWP) (push) Waiting to run
CI macOS / build (push) Waiting to run
CI Miyoo ARM32 / build (push) Waiting to run
CI PS2 / build (push) Waiting to run
CI PS4/ORBIS / build (push) Waiting to run
CI PSP / build (push) Waiting to run
CI PSVita / build (push) Waiting to run
CI RS90 Odbeta MIPS32 / build (push) Waiting to run
CI RetroFW MIPS32 / build (push) Waiting to run
CI Switch/libnx / build (push) Waiting to run
CI Wii / build (push) Waiting to run
CI WiiU / build (push) Waiting to run
CI Windows i686 (MXE) / build (push) Waiting to run
CI Windows x64 (MXE) / build (push) Waiting to run
RetroArch CI / linux-c89 (push) Waiting to run
CI webOS / build (push) Waiting to run
Crowdin Workflow / sync (push) Has been cancelled
747 lines
11 KiB
C
747 lines
11 KiB
C
#if defined(_MSC_VER) && !defined(_XBOX) && (_MSC_VER >= 1500 && _MSC_VER < 1900)
|
||
#if (_MSC_VER >= 1700)
|
||
/* https://support.microsoft.com/en-us/kb/980263 */
|
||
#pragma execution_character_set("utf-8")
|
||
#endif
|
||
#pragma warning(disable:4566)
|
||
#endif
|
||
|
||
/* Top-Level Menu */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_SETTINGS_TAB,
|
||
"Көйләүләр"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_MUSIC_TAB,
|
||
"Музыка"
|
||
)
|
||
|
||
/* Main Menu */
|
||
|
||
#ifdef HAVE_LAKKA
|
||
#endif
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_SETTINGS,
|
||
"Көйләүләр"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_HELP_LIST,
|
||
"Ярдәм"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_QUIT_RETROARCH,
|
||
"Чыгу"
|
||
)
|
||
|
||
/* Main Menu > Load Core */
|
||
|
||
|
||
/* Main Menu > Load Content */
|
||
|
||
|
||
/* Main Menu > Load Content > Playlists */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_GOTO_MUSIC,
|
||
"Музыка"
|
||
)
|
||
|
||
/* Main Menu > Online Updater */
|
||
|
||
|
||
/* Main Menu > Information */
|
||
|
||
|
||
/* Main Menu > Information > Core Information */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_CORE_INFO_LICENSES,
|
||
"Лицензия"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_CORE_BACKUP_MODE_AUTO,
|
||
"[Автоматик]"
|
||
)
|
||
|
||
/* Main Menu > Information > System Information */
|
||
|
||
|
||
/* Main Menu > Information > Database Manager */
|
||
|
||
|
||
/* Main Menu > Information > Database Manager > Information */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_NAME,
|
||
"Исем"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_LANGUAGE,
|
||
"Тел"
|
||
)
|
||
|
||
/* Main Menu > Configuration File */
|
||
|
||
|
||
/* Main Menu > Help */
|
||
|
||
|
||
/* Main Menu > Help > Basic Menu Controls */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_START,
|
||
"Башлау"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_QUIT,
|
||
"Чыгу"
|
||
)
|
||
|
||
/* Settings */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_VIDEO_SETTINGS,
|
||
"Видео"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_AUDIO_SETTINGS,
|
||
"Аудио"
|
||
)
|
||
|
||
/* Core option category placeholders for icons */
|
||
|
||
#ifdef HAVE_MIST
|
||
#endif
|
||
|
||
/* Settings > Drivers */
|
||
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_VIDEO_DRIVER,
|
||
"Видео"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_AUDIO_DRIVER,
|
||
"Аудио"
|
||
)
|
||
#ifdef HAVE_MICROPHONE
|
||
#endif
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_CAMERA_DRIVER,
|
||
"Камера"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_MENU_DRIVER,
|
||
"Меню"
|
||
)
|
||
|
||
/* Settings > Video */
|
||
|
||
#if defined(DINGUX)
|
||
#if defined(RS90) || defined(MIYOO)
|
||
#endif
|
||
#endif
|
||
|
||
/* Settings > Video > CRT SwitchRes */
|
||
|
||
|
||
/* Settings > Video > Output */
|
||
|
||
#if defined (WIIU)
|
||
#endif
|
||
#if defined(DINGUX) && defined(DINGUX_BETA)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_VIDEO_DINGUX_REFRESH_RATE_60HZ,
|
||
"60 Гц"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_VIDEO_DINGUX_REFRESH_RATE_50HZ,
|
||
"50 Гц"
|
||
)
|
||
#endif
|
||
|
||
/* Settings > Video > Fullscreen Mode */
|
||
|
||
|
||
/* Settings > Video > Windowed Mode */
|
||
|
||
|
||
/* Settings > Video > Scaling */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_VIDEO_SCALE_INTEGER_SCALING_SMART,
|
||
"Акыллы"
|
||
)
|
||
#if defined(DINGUX)
|
||
#endif
|
||
#if defined(RARCH_MOBILE)
|
||
#endif
|
||
|
||
/* Settings > Video > HDR */
|
||
|
||
|
||
/* Settings > Video > Synchronization */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_VIDEO_SWAP_INTERVAL_AUTO,
|
||
"Автоматик"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_VIDEO_FRAME_DELAY_AUTOMATIC,
|
||
"Автоматик"
|
||
)
|
||
|
||
/* Settings > Audio */
|
||
|
||
#ifdef HAVE_MICROPHONE
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_MICROPHONE_SETTINGS,
|
||
"Микрофон"
|
||
)
|
||
#endif
|
||
|
||
/* Settings > Audio > Output */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_AUDIO_ENABLE,
|
||
"Аудио"
|
||
)
|
||
|
||
#ifdef HAVE_MICROPHONE
|
||
/* Settings > Audio > Input */
|
||
#endif
|
||
|
||
/* Settings > Audio > Resampler */
|
||
|
||
|
||
/* Settings > Audio > Synchronization */
|
||
|
||
|
||
/* Settings > Audio > MIDI */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_MIDI_VOLUME,
|
||
"Тавыш көче"
|
||
)
|
||
|
||
/* Settings > Audio > Mixer Settings > Mixer Stream */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_PLAY,
|
||
"Уйнату"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_STOP,
|
||
"Туктату"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_VOLUME,
|
||
"Тавыш көче"
|
||
)
|
||
|
||
/* Settings > Audio > Menu Sounds */
|
||
|
||
|
||
/* Settings > Input */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_INPUT_REMAP_SORT_BY_CONTROLLER_ENABLE,
|
||
"Sort Remaps By Gamepad"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_SUBLABEL_INPUT_REMAP_SORT_BY_CONTROLLER_ENABLE,
|
||
"Remaps will only apply to the active gamepad in which they were saved."
|
||
)
|
||
#if defined(HAVE_DINPUT) || defined(HAVE_WINRAWINPUT)
|
||
#endif
|
||
#ifdef ANDROID
|
||
#endif
|
||
|
||
/* Settings > Input > Haptic Feedback/Vibration */
|
||
|
||
|
||
/* Settings > Input > Menu Controls */
|
||
|
||
|
||
/* Settings > Input > Hotkeys */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_INPUT_META_QUIT_KEY,
|
||
"Чыгу"
|
||
)
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
/* Settings > Input > Port # Controls */
|
||
|
||
|
||
/* Settings > Latency */
|
||
|
||
#if !(defined(HAVE_DYNAMIC) || defined(HAVE_DYLIB))
|
||
#endif
|
||
|
||
/* Settings > Core */
|
||
|
||
#ifndef HAVE_DYNAMIC
|
||
#endif
|
||
#ifdef HAVE_MIST
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
#endif
|
||
/* Settings > Configuration */
|
||
|
||
|
||
/* Settings > Saving */
|
||
|
||
|
||
/* Settings > Logging */
|
||
|
||
|
||
/* Settings > File Browser */
|
||
|
||
|
||
/* Settings > Frame Throttle */
|
||
|
||
|
||
/* Settings > Frame Throttle > Rewind */
|
||
|
||
|
||
/* Settings > Frame Throttle > Frame Time Counter */
|
||
|
||
|
||
/* Settings > Recording */
|
||
|
||
|
||
/* Settings > On-Screen Display */
|
||
|
||
|
||
/* Settings > On-Screen Display > On-Screen Overlay */
|
||
|
||
|
||
#if defined(ANDROID)
|
||
#endif
|
||
|
||
/* Settings > On-Screen Display > On-Screen Overlay > Keyboard Overlay */
|
||
|
||
|
||
/* Settings > On-Screen Display > On-Screen Overlay > Overlay Lightgun */
|
||
|
||
|
||
/* Settings > On-Screen Display > On-Screen Overlay > Overlay Mouse */
|
||
|
||
|
||
/* Settings > On-Screen Display > Video Layout */
|
||
|
||
|
||
/* Settings > On-Screen Display > On-Screen Notifications */
|
||
|
||
|
||
/* Settings > User Interface */
|
||
|
||
#ifdef _3DS
|
||
#endif
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_MENU_SCREENSAVER_ANIMATION_SNOW,
|
||
"Кар"
|
||
)
|
||
|
||
/* Settings > User Interface > Menu Item Visibility */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_SETTINGS_VIEWS_SETTINGS,
|
||
"Көйләүләр"
|
||
)
|
||
#ifdef HAVE_LAKKA
|
||
#endif
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_SHOW_CONTENTLESS_CORES_ALL,
|
||
"Барлык"
|
||
)
|
||
|
||
/* Settings > User Interface > Menu Item Visibility > Quick Menu */
|
||
|
||
|
||
/* Settings > User Interface > Views > Settings */
|
||
|
||
|
||
|
||
/* Settings > User Interface > Appearance */
|
||
|
||
|
||
/* Settings > AI Service */
|
||
|
||
|
||
/* Settings > Accessibility */
|
||
|
||
|
||
/* Settings > Power Management */
|
||
|
||
/* Settings > Achievements */
|
||
|
||
|
||
/* Settings > Achievements > Appearance */
|
||
|
||
|
||
/* Settings > Achievements > Visibility */
|
||
|
||
|
||
/* Settings > Network */
|
||
|
||
|
||
/* Settings > Network > Updater */
|
||
|
||
|
||
/* Settings > Playlists */
|
||
|
||
|
||
/* Settings > Playlists > Playlist Management */
|
||
|
||
|
||
/* Settings > User */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_PRIVACY_SETTINGS,
|
||
"Хосусыйлык"
|
||
)
|
||
|
||
/* Settings > User > Privacy */
|
||
|
||
|
||
/* Settings > User > Accounts */
|
||
|
||
|
||
/* Settings > User > Accounts > RetroAchievements */
|
||
|
||
|
||
/* Settings > User > Accounts > YouTube */
|
||
|
||
|
||
/* Settings > User > Accounts > Twitch */
|
||
|
||
|
||
/* Settings > User > Accounts > Facebook Gaming */
|
||
|
||
|
||
/* Settings > Directory */
|
||
|
||
|
||
#ifdef HAVE_MIST
|
||
/* Settings > Steam */
|
||
|
||
|
||
|
||
#endif
|
||
|
||
/* Music */
|
||
|
||
/* Music > Quick Menu */
|
||
|
||
|
||
/* Netplay */
|
||
|
||
|
||
/* Netplay > Host */
|
||
|
||
|
||
/* Import Content */
|
||
|
||
|
||
/* Import Content > Scan File */
|
||
|
||
|
||
/* Import Content > Manual Scan */
|
||
|
||
|
||
/* Explore tab */
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_EXPLORE_ALL,
|
||
"Барлык"
|
||
)
|
||
|
||
/* Playlist > Playlist Item */
|
||
|
||
|
||
/* Playlist Item > Set Core Association */
|
||
|
||
|
||
/* Playlist Item > Information */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_LABEL,
|
||
"Исем"
|
||
)
|
||
|
||
/* Quick Menu */
|
||
|
||
|
||
/* Quick Menu > Options */
|
||
|
||
|
||
/* Quick Menu > Options > Manage Core Options */
|
||
|
||
|
||
/* - Legacy (unused) */
|
||
|
||
/* Quick Menu > Controls */
|
||
|
||
|
||
/* Quick Menu > Controls > Manage Remap Files */
|
||
|
||
|
||
/* Quick Menu > Controls > Manage Remap Files > Load Remap File */
|
||
|
||
|
||
/* Quick Menu > Cheats */
|
||
|
||
|
||
/* Quick Menu > Cheats > Start or Continue Cheat Search */
|
||
|
||
|
||
/* Quick Menu > Cheats > Load Cheat File (Replace) */
|
||
|
||
|
||
/* Quick Menu > Cheats > Load Cheat File (Append) */
|
||
|
||
|
||
/* Quick Menu > Cheats > Cheat Details */
|
||
|
||
|
||
/* Quick Menu > Disc Control */
|
||
|
||
|
||
/* Quick Menu > Shaders */
|
||
|
||
|
||
/* Quick Menu > Shaders > Save */
|
||
|
||
|
||
|
||
|
||
/* Quick Menu > Shaders > Remove */
|
||
|
||
|
||
/* Quick Menu > Shaders > Shader Parameters */
|
||
|
||
|
||
/* Quick Menu > Overrides */
|
||
|
||
|
||
/* Quick Menu > Achievements */
|
||
|
||
|
||
/* Quick Menu > Information */
|
||
|
||
|
||
/* Miscellaneous UI Items */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_OK,
|
||
"Ярар"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_VIDEO_ROTATION_NORMAL,
|
||
"Нормаль"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_VIDEO_ORIENTATION_NORMAL,
|
||
"Нормаль"
|
||
)
|
||
|
||
/* Settings Options */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_DIGITAL_OR,
|
||
"Уртаклашу"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_RUMBLE_PORT_16,
|
||
"Барлык"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_CHEAT_HANDLER_TYPE_EMU,
|
||
"Эмулятор"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_NO,
|
||
"Юк"
|
||
)
|
||
|
||
/* RGUI: Settings > User Interface > Appearance */
|
||
|
||
|
||
/* RGUI: Settings Options */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_AUTO,
|
||
"Автоматик"
|
||
)
|
||
|
||
/* XMB: Settings > User Interface > Appearance */
|
||
|
||
|
||
/* XMB: Settings Options */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_SHADER_PIPELINE_SNOW,
|
||
"Кар"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_DARK,
|
||
"Караңгы"
|
||
)
|
||
|
||
/* Ozone: Settings > User Interface > Appearance */
|
||
|
||
|
||
/* MaterialUI: Settings > User Interface > Appearance */
|
||
|
||
|
||
/* MaterialUI: Settings Options */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_RED,
|
||
"Кызыл"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_TRANSITION_ANIM_AUTO,
|
||
"Автоматик"
|
||
)
|
||
|
||
/* Qt (Desktop Menu) */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_QT_MENU_FILE,
|
||
"&Файл"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_THEME_DARK,
|
||
"Караңгы"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_TITLE,
|
||
"Көйләүләр"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_QT_MENU_HELP,
|
||
"&Ярдәм"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_QT_NAME,
|
||
"Исем"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_QT_ERROR,
|
||
"Хата"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_QT_STOP,
|
||
"Туктату"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_QT_HIDE,
|
||
"Яшерү"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_QT_ZOOM,
|
||
"Зурайту"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_QT_MENU_SEARCH_CLEAR,
|
||
"Чистарту"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_NAME,
|
||
"Исем:"
|
||
)
|
||
|
||
/* Unsorted */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_BROWSE_START,
|
||
"Башлау"
|
||
)
|
||
|
||
/* Unused (Only Exist in Translation Files) */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_HELP,
|
||
"Ярдәм"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_CLEAR_SETTING,
|
||
"Чистарту"
|
||
)
|
||
|
||
/* Unused (Needs Confirmation) */
|
||
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||
"Cорау"
|
||
)
|
||
MSG_HASH(
|
||
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_QUIT,
|
||
"Чыгу"
|
||
)
|
||
|
||
/* Discord Status */
|
||
|
||
|
||
/* Notifications */
|
||
|
||
|
||
MSG_HASH(
|
||
MSG_ERROR,
|
||
"Хата"
|
||
)
|
||
MSG_HASH(
|
||
MSG_LOADING,
|
||
"Йөкләнә"
|
||
)
|
||
|
||
/* Lakka */
|
||
|
||
|
||
/* Environment Specific Settings */
|
||
|
||
MSG_HASH(
|
||
MSG_INTERNET,
|
||
"Интернет"
|
||
)
|
||
#ifdef HAVE_LIBNX
|
||
#endif
|
||
#ifdef HAVE_LAKKA
|
||
#ifdef HAVE_LAKKA_SWITCH
|
||
#endif
|
||
MSG_HASH(
|
||
MSG_WIFI_EMPTY_SSID,
|
||
"[SSID Юк]"
|
||
)
|
||
#endif
|
||
#ifdef HAVE_LAKKA_SWITCH
|
||
#endif
|
||
#ifdef GEKKO
|
||
#endif
|
||
#ifdef UDEV_TOUCH_SUPPORT
|
||
#endif
|
||
#ifdef HAVE_ODROIDGO2
|
||
#else
|
||
#endif
|
||
#ifdef _3DS
|
||
#endif
|
||
#ifdef HAVE_QT
|
||
#endif
|