From 6725614d07d1ca9f6cb1f85905ef55fca2dfd982 Mon Sep 17 00:00:00 2001 From: negativeExponent <54053706+negativeExponent@users.noreply.github.com> Date: Mon, 3 Aug 2020 17:31:45 +0800 Subject: [PATCH] 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 95544f09..92d723e2 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", -- 2.39.2