remove sdl2 text

This commit is contained in:
madwind 2025-01-17 19:28:59 +08:00
parent 8f09f4cec8
commit c05aa45f30
2 changed files with 2 additions and 27 deletions

View File

@ -216,7 +216,7 @@ namespace Ryujinx.Input.SDL3
Key.AltRight => SDL_Keymod.SDL_KMOD_RALT, Key.AltRight => SDL_Keymod.SDL_KMOD_RALT,
Key.WinLeft => SDL_Keymod.SDL_KMOD_LGUI, Key.WinLeft => SDL_Keymod.SDL_KMOD_LGUI,
Key.WinRight => SDL_Keymod.SDL_KMOD_RGUI, Key.WinRight => SDL_Keymod.SDL_KMOD_RGUI,
// NOTE: Menu key isn't supported by SDL2. // NOTE: Menu key isn't supported by SDL3.
_ => SDL_Keymod.SDL_KMOD_NONE, _ => SDL_Keymod.SDL_KMOD_NONE,
}; };
} }

View File

@ -4197,31 +4197,6 @@
"zh_TW": "" "zh_TW": ""
} }
}, },
{
"ID": "SettingsTabSystemAudioBackendSDL2",
"Translations": {
"ar_SA": "",
"de_DE": "",
"el_GR": "",
"en_US": "SDL2",
"es_ES": "",
"fr_FR": "",
"he_IL": "",
"it_IT": "",
"ja_JP": "",
"ko_KR": "",
"no_NO": "",
"pl_PL": "",
"pt_BR": "",
"ru_RU": "",
"sv_SE": "",
"th_TH": "",
"tr_TR": "",
"uk_UA": "",
"zh_CN": "",
"zh_TW": ""
}
},
{ {
"ID": "SettingsTabSystemAudioBackendSDL3", "ID": "SettingsTabSystemAudioBackendSDL3",
"Translations": { "Translations": {
@ -22873,4 +22848,4 @@
} }
} }
] ]
} }