diff options
author | Justin Weiss | 2020-10-22 22:27:53 -0700 |
---|---|---|
committer | Justin Weiss | 2020-10-22 22:27:53 -0700 |
commit | a903b13150257ec490fe776fb5bc2e1fbc2a312e (patch) | |
tree | 87b723fe56d379114b497a451a94c6c753121e72 /frontend | |
parent | accedc82b01fe5834a805a9872405d51de1d5c06 (diff) | |
download | pcsx_rearmed-a903b13150257ec490fe776fb5bc2e1fbc2a312e.tar.gz pcsx_rearmed-a903b13150257ec490fe776fb5bc2e1fbc2a312e.tar.bz2 pcsx_rearmed-a903b13150257ec490fe776fb5bc2e1fbc2a312e.zip |
Allow threaded rendering for peops and enable on unix
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/libretro_core_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 1075e8f..c28de2a 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -972,6 +972,7 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, +#endif /* GPU UNAI Advanced Settings */ #ifdef THREAD_RENDERING { "pcsx_rearmed_gpu_thread_rendering", @@ -986,7 +987,6 @@ struct retro_core_option_definition option_defs_us[] = { "disabled", }, #endif -#endif /* GPU UNAI Advanced Settings */ { "pcsx_rearmed_show_bios_bootlogo", |