Port Citra #4047 & #4052: add change background color support

This commit is contained in:
tech4me 2018-09-08 16:57:19 -07:00
parent af074ee422
commit 3dcedb36b4
6 changed files with 46 additions and 0 deletions

View file

@ -19,6 +19,7 @@ namespace VideoCore {
struct RendererSettings {
std::atomic_bool use_framelimiter{false};
std::atomic_bool set_background_color{false};
};
class RendererBase : NonCopyable {