ares-openbsd/ruby
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
..
audio ruby: Remove tight loops in SDL and OpenAL (#1458) 2024-04-29 18:45:15 +01:00
input macOS: Implement mouse driver (#1446) 2024-04-09 18:05:54 +01:00
video UI: Initialize all video options correctly on driver settings update (#1513) 2024-06-03 11:09:17 +01:00
GNUmakefile ruby: Add Metal display backend (#1431) 2024-04-01 14:31:28 +01:00
ruby.cpp
ruby.hpp