From 82df580d6a00527fd55898b21a0d8e82b951620b Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Tue, 3 Nov 2020 22:24:00 +0800 Subject: Indicate that multitap requires restart and cleanup Multi-tap related feature like enabling/changing controllers type on port 4-8 and changing multitap option requires a restart. Port 1 and 2 (player 1-2) are mostly safe to change options anytime --- frontend/libretro_core_options_intl.h | 125 ---------------------------------- 1 file changed, 125 deletions(-) (limited to 'frontend/libretro_core_options_intl.h') diff --git a/frontend/libretro_core_options_intl.h b/frontend/libretro_core_options_intl.h index 1e7fd79..1601ec4 100644 --- a/frontend/libretro_core_options_intl.h +++ b/frontend/libretro_core_options_intl.h @@ -115,131 +115,6 @@ struct retro_core_option_definition option_defs_tr[] = { }, NULL }, - { - "pcsx_rearmed_pad1type", - "Kumanda 1 Tipi", - "1. Oyuncu için kontrolör tipi", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", "hiçbiri" }, - { NULL, NULL }, - }, - "standard", - }, - { - "pcsx_rearmed_pad2type", - "Kumanda 2 Tipi", - "2. Oyuncu için kontrolör tipi", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", "hiçbiri" }, - { NULL, NULL }, - }, - "standard", - }, - { - "pcsx_rearmed_pad3type", - "Kumanda 3 Tipi", - "3. Oyuncu için kontrolör tipi", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", "hiçbiri" }, - { NULL, NULL }, - }, - "none", - }, - { - "pcsx_rearmed_pad4type", - "Kumanda 4 Tipi", - "4. Oyuncu için kontrolör tipi", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", "hiçbiri" }, - { NULL, NULL }, - }, - "none", - }, - { - "pcsx_rearmed_pad5type", - "Kumanda 5 Tipi", - "5. Oyuncu için kontrolör tipi", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", "hiçbiri" }, - { NULL, NULL }, - }, - "none", - },{ - "pcsx_rearmed_pad6type", - "Kumanda 6 Tipi", - "6. Oyuncu için kontrolör tipi", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", "hiçbiri" }, - { NULL, NULL }, - }, - "none", - },{ - "pcsx_rearmed_pad7type", - "Kumanda 7 Tipi", - "7. Oyuncu için kontrolör tipi", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", "hiçbiri" }, - { NULL, NULL }, - }, - "none", - },{ - "pcsx_rearmed_pad8type", - "Kumanda 8 Tipi", - "8. Oyuncu için kontrolör tipi", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", "hiçbiri" }, - { NULL, NULL }, - }, - "none", - }, { "pcsx_rearmed_multitap1", "Multitap 1", -- cgit v1.2.3