unai: Change fast lighting default to 'disabled'
authornegativeExponent <54053706+negativeExponent@users.noreply.github.com>
Mon, 3 Aug 2020 09:31:45 +0000 (17:31 +0800)
committerGitHub <noreply@github.com>
Mon, 3 Aug 2020 09:31:45 +0000 (17:31 +0800)
- Setting this option enabled can cause graphics issues.

frontend/libretro_core_options.h

index 95544f0..92d723e 100644 (file)
@@ -937,7 +937,7 @@ struct retro_core_option_definition option_defs_us[] = {
          { "enabled",  NULL },
          { NULL, NULL},
       },
-      "enabled",
+      "disabled",
    },
    {
       "pcsx_rearmed_gpu_unai_ilace_force",