mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-01-09 18:59:28 +01:00
Prevent setting RT64 config twice on boot
This commit is contained in:
parent
b334c677b9
commit
fe8f45eaf2
@ -295,7 +295,7 @@ void gfx_thread_func(uint8_t* rdram, std::atomic_flag* thread_ready, ultramodern
|
||||
ultramodern::set_native_thread_name("Gfx Thread");
|
||||
ultramodern::set_native_thread_priority(ultramodern::ThreadPriority::Normal);
|
||||
|
||||
ultramodern::GraphicsConfig old_config;
|
||||
ultramodern::GraphicsConfig old_config = ultramodern::get_graphics_config();
|
||||
|
||||
ultramodern::RT64Context rt64{rdram, window_handle, cur_config.load().developer_mode};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user