mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 10:57:55 -05:00
Sources: Run clang-format on everything.
This commit is contained in:
@ -13,8 +13,9 @@ class Config {
|
||||
std::unique_ptr<INIReader> sdl2_config;
|
||||
std::string sdl2_config_loc;
|
||||
|
||||
bool LoadINI(const std::string& default_contents="", bool retry=true);
|
||||
bool LoadINI(const std::string& default_contents = "", bool retry = true);
|
||||
void ReadValues();
|
||||
|
||||
public:
|
||||
Config();
|
||||
|
||||
|
Reference in New Issue
Block a user