mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 22:20:31 +00:00
Revert "xmb: allow transparency when emulation paused"
This commit is contained in:
parent
cc1954b4ac
commit
1be1386161
@ -2502,6 +2502,7 @@ void video_driver_build_info(video_frame_info_t *video_info)
|
||||
video_info->xmb_alpha_factor = settings->uints.menu_xmb_alpha_factor;
|
||||
video_info->menu_wallpaper_opacity = settings->floats.menu_wallpaper_opacity;
|
||||
|
||||
if (!settings->bools.menu_pause_libretro)
|
||||
video_info->libretro_running = (rarch_ctl(RARCH_CTL_IS_INITED, NULL)
|
||||
&& !rarch_ctl(RARCH_CTL_IS_DUMMY_CORE, NULL));
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user