ares-openbsd/desktop-ui/program
jcm 117f4f7b4e
UI: Initialize all video options correctly on driver settings update (#1513)
Just a small fix to account for the new video settings in Metal; the
threaded renderer, native fullscreen behavior and color space option.
These options were not fully persistent because the `videoDriverUpdate`
function (run on startup, among other times) did not account for them.
They would be set correctly in `settings.bml` and the settings object,
but would never actually be set correctly on the driver struct.

Co-authored-by: jcm <butt@butts.com>
2024-06-03 11:09:17 +01:00
..
drivers.cpp UI: Initialize all video options correctly on driver settings update (#1513) 2024-06-03 11:09:17 +01:00
load.cpp
platform.cpp screen/video: Add refresh rate hint mechanism (#1447) 2024-04-09 09:34:57 +01:00
program.cpp
program.hpp screen/video: Add refresh rate hint mechanism (#1447) 2024-04-09 09:34:57 +01:00
rewind.cpp
states.cpp
status.cpp
utility.cpp Disable run ahead for 64DD, fixes load failures (#1474) 2024-05-02 19:18:18 +01:00