mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 11:48:34 -05:00
@ -19,6 +19,7 @@ namespace VideoCore {
|
||||
|
||||
struct RendererSettings {
|
||||
std::atomic_bool use_framelimiter{false};
|
||||
std::atomic_bool set_background_color{false};
|
||||
};
|
||||
|
||||
class RendererBase : NonCopyable {
|
||||
|
Reference in New Issue
Block a user