X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=5d50e502f18fa7b5a0bb2fdf1c7f2135b529f420;hb=20a09b8ce3c86e1ebc97b260e32ef78abd508844;hp=67cba33778c0ee9cacc8a91901b693accf241016;hpb=51fd6b0ed8b7583d86a3023bc313290cfb4d5dfe;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 67cba337..5d50e502 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -77,11 +77,11 @@ struct retro_core_option_definition option_defs_us[] = { "Enable Second Memory Card (Shared)", "Enabled the memory card slot 2. This memory card is shared amongst all games.", { - { "disable", NULL }, + { "disabled", NULL }, { "enabled", NULL }, { NULL, NULL}, }, - "disable", + "disabled", }, { "pcsx_rearmed_pad1type", @@ -434,7 +434,7 @@ struct retro_core_option_definition option_defs_us[] = { "disabled", }, { - "pcsx_rearmed_gpu_peops_fix_0", + "pcsx_rearmed_gpu_peops_odd_even_bit", "(GPU) Odd/Even Bit Hack", "Needed for Chrono Cross.", { @@ -445,7 +445,7 @@ struct retro_core_option_definition option_defs_us[] = { "disabled", }, { - "pcsx_rearmed_gpu_peops_fix_1", + "pcsx_rearmed_gpu_peops_expand_screen_width", "(GPU) Expand Screen Width", "Capcom fighting games", { @@ -456,7 +456,7 @@ struct retro_core_option_definition option_defs_us[] = { "disabled", }, { - "pcsx_rearmed_gpu_peops_fix_2", + "pcsx_rearmed_gpu_peops_ignore_brightness", "(GPU) Ignore Brightness Color", "Black screens in Lunar Silver Star Story games", { @@ -467,7 +467,7 @@ struct retro_core_option_definition option_defs_us[] = { "disabled", }, { - "pcsx_rearmed_gpu_peops_fix_3", + "pcsx_rearmed_gpu_peops_disable_coord_check", "(GPU) Disable Coordinate Check", "Compatibility mode", { @@ -478,7 +478,7 @@ struct retro_core_option_definition option_defs_us[] = { "disabled", }, { - "pcsx_rearmed_gpu_peops_fix_6", + "pcsx_rearmed_gpu_peops_lazy_screen_update", "(GPU) Lazy Screen Update", "Pandemonium 2", { @@ -489,7 +489,7 @@ struct retro_core_option_definition option_defs_us[] = { "disabled", }, { - "pcsx_rearmed_gpu_peops_fix_7", + "pcsx_rearmed_gpu_peops_old_frame_skip", "(GPU) Old Frame Skipping", "Skip every second frame", { @@ -500,7 +500,7 @@ struct retro_core_option_definition option_defs_us[] = { "enabled", }, { - "pcsx_rearmed_gpu_peops_fix_8", + "pcsx_rearmed_gpu_peops_repeated_triangles", "(GPU) Repeated Flat Tex Triangles", "Needed by Star Wars: Dark Forces", { @@ -511,7 +511,7 @@ struct retro_core_option_definition option_defs_us[] = { "disabled", }, { - "pcsx_rearmed_gpu_peops_fix_9", + "pcsx_rearmed_gpu_peops_quads_with_triangles", "(GPU) Draw Quads with Triangles", "Better g-colors, worse textures", { @@ -522,7 +522,7 @@ struct retro_core_option_definition option_defs_us[] = { "disabled", }, { - "pcsx_rearmed_gpu_peops_fix_10", + "pcsx_rearmed_gpu_peops_fake_busy_state", "(GPU) Fake 'Gpu Busy' States", "Toggle busy flags after drawing", { @@ -663,7 +663,7 @@ struct retro_core_option_definition option_defs_us[] = { }, #endif /* DRC_DISABLE */ - { NULL, NULL, NULL, { NULL, NULL }, NULL }, + { NULL, NULL, NULL, { {0} }, NULL }, }; /* RETRO_LANGUAGE_JAPANESE */ @@ -996,7 +996,7 @@ struct retro_core_option_definition option_defs_tr[] = { NULL }, { - "pcsx_rearmed_gpu_peops_fix_0", + "pcsx_rearmed_gpu_peops_odd_even_bit", "(GPU) Odd/Even Bit Hack", "Chrono Cross için gerekli.", { @@ -1005,7 +1005,7 @@ struct retro_core_option_definition option_defs_tr[] = { NULL }, { - "pcsx_rearmed_gpu_peops_fix_1", + "pcsx_rearmed_gpu_peops_expand_screen_width", "(GPU) Ekran Genişliğini Genişlet", "Capcom dövüş oyunları", { @@ -1014,7 +1014,7 @@ struct retro_core_option_definition option_defs_tr[] = { NULL }, { - "pcsx_rearmed_gpu_peops_fix_2", + "pcsx_rearmed_gpu_peops_ignore_brightness", "(GPU) Parlaklık Rengini Yoksay", "Lunar Silver Star Story oyunlarında siyah ekran", { @@ -1023,7 +1023,7 @@ struct retro_core_option_definition option_defs_tr[] = { NULL }, { - "pcsx_rearmed_gpu_peops_fix_3", + "pcsx_rearmed_gpu_peops_disable_coord_check", "(GPU) Koordinat Kontrolünü Devre Dışı Bırak", "Uyumluluk modu", { @@ -1032,7 +1032,7 @@ struct retro_core_option_definition option_defs_tr[] = { NULL }, { - "pcsx_rearmed_gpu_peops_fix_6", + "pcsx_rearmed_gpu_peops_lazy_screen_update", "(GPU) Tembel Ekran Güncellemesi", "Pandemonium 2", { @@ -1041,7 +1041,7 @@ struct retro_core_option_definition option_defs_tr[] = { NULL }, { - "pcsx_rearmed_gpu_peops_fix_7", + "pcsx_rearmed_gpu_peops_old_frame_skip", "(GPU) Eski Çerçeve Atlama", "Her ikinci kareyi atla", { @@ -1050,7 +1050,7 @@ struct retro_core_option_definition option_defs_tr[] = { NULL }, { - "pcsx_rearmed_gpu_peops_fix_8", + "pcsx_rearmed_gpu_peops_repeated_triangles", "(GPU) Tekrarlanan Düz Doku Üçgenleri", "Star Wars: Dark Forces için gerekli", { @@ -1059,7 +1059,7 @@ struct retro_core_option_definition option_defs_tr[] = { NULL }, { - "pcsx_rearmed_gpu_peops_fix_9", + "pcsx_rearmed_gpu_peops_quads_with_triangles", "(GPU) Üçgenler ile Dörtlü Çiz", "Daha iyi g renkler, daha kötü dokular", { @@ -1068,7 +1068,7 @@ struct retro_core_option_definition option_defs_tr[] = { NULL }, { - "pcsx_rearmed_gpu_peops_fix_10", + "pcsx_rearmed_gpu_peops_fake_busy_state", "(GPU) Sahte 'Gpu Meşgul' Konumları", "Çizimden sonra meşgul bayraklarını değiştir", { @@ -1183,7 +1183,7 @@ struct retro_core_option_definition option_defs_tr[] = { }, #endif /* DRC_DISABLE */ - { NULL, NULL, NULL, { NULL, NULL }, NULL }, + { NULL, NULL, NULL, { {0} }, NULL }, }; @@ -1212,7 +1212,7 @@ struct retro_core_option_definition *option_defs_intl[RETRO_LANGUAGE_LAST] = { NULL, /* RETRO_LANGUAGE_VIETNAMESE */ NULL, /* RETRO_LANGUAGE_ARABIC */ NULL, /* RETRO_LANGUAGE_GREEK */ - option_defs_tr /* RETRO_LANGUAGE_TURKISH */ + option_defs_tr, /* RETRO_LANGUAGE_TURKISH */ }; /*