mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 14:47:58 -05:00
common: Move global configuration state modifiers back to settings
This commit is contained in:
@ -60,9 +60,6 @@ enum Specialization : u8 {
|
||||
Percentage = (1 << SpecializationAttributeOffset),
|
||||
};
|
||||
|
||||
bool IsConfiguringGlobal();
|
||||
void SetConfiguringGlobal(bool is_global);
|
||||
|
||||
class BasicSetting;
|
||||
|
||||
class Linkage {
|
||||
|
Reference in New Issue
Block a user