mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 14:57:57 -05:00
Use configuration files to enable or disable the new dyncom interpreter.
This commit is contained in:
@ -16,6 +16,7 @@ class Config {
|
||||
|
||||
bool LoadINI(INIReader* config, const char* location, const std::string& default_contents="", bool retry=true);
|
||||
void ReadControls();
|
||||
void ReadCore();
|
||||
void ReadData();
|
||||
public:
|
||||
Config();
|
||||
|
Reference in New Issue
Block a user