mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Home menu: move advanced video options to advanced menu
This commit is contained in:
parent
5a013127ec
commit
2adb2f82d7
@ -53,10 +53,6 @@ namespace rsx
|
||||
|
||||
add_checkbox(&g_cfg.video.stretch_to_display_area, "Stretch To Display Area");
|
||||
|
||||
add_unsigned_slider(&g_cfg.video.driver_wakeup_delay, "Driver Wake-Up Delay", " µs", 20, g_cfg.video.driver_wakeup_delay.min, 800);
|
||||
add_signed_slider(&g_cfg.video.vblank_rate, "VBlank Frequency", " Hz", 1);
|
||||
add_checkbox(&g_cfg.video.vblank_ntsc, "VBlank NTSC Fixup");
|
||||
|
||||
apply_layout();
|
||||
}
|
||||
|
||||
@ -69,6 +65,10 @@ namespace rsx
|
||||
add_checkbox(&g_cfg.core.rsx_accurate_res_access, "Accurate RSX reservation access");
|
||||
add_dropdown(&g_cfg.core.sleep_timers_accuracy, "Sleep Timers Accuracy");
|
||||
|
||||
add_unsigned_slider(&g_cfg.video.driver_wakeup_delay, "Driver Wake-Up Delay", " µs", 20, g_cfg.video.driver_wakeup_delay.min, 800);
|
||||
add_signed_slider(&g_cfg.video.vblank_rate, "VBlank Frequency", " Hz", 1);
|
||||
add_checkbox(&g_cfg.video.vblank_ntsc, "VBlank NTSC Fixup");
|
||||
|
||||
apply_layout();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user