From 6725614d07d1ca9f6cb1f85905ef55fca2dfd982 Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Mon, 3 Aug 2020 17:31:45 +0800 Subject: unai: Change fast lighting default to 'disabled' - Setting this option enabled can cause graphics issues.--- frontend/libretro_core_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 95544f0..92d723e 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -937,7 +937,7 @@ struct retro_core_option_definition option_defs_us[] = { { "enabled", NULL }, { NULL, NULL}, }, - "enabled", + "disabled", }, { "pcsx_rearmed_gpu_unai_ilace_force", -- cgit v1.2.3