mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 13:37:56 -05:00
GCC 12 fixes
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
namespace Settings {
|
||||
|
||||
Values values = {};
|
||||
Values values;
|
||||
static bool configuring_global = true;
|
||||
|
||||
std::string GetTimeZoneString() {
|
||||
|
Reference in New Issue
Block a user