mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Toggle to enable/disable logging (#3493)
* Update config.cpp * Update config.h * Update backend.cpp * Update settings_dialog.cpp * Update settings_dialog.ui * fix clang settings_dialog.cpp * fix description in settings_dialog.cpp * added back the backslash settings_dialog.cpp * move enable logging and separate log files to logger settings_dialog.ui
This commit is contained in:
@@ -111,6 +111,8 @@ std::string getDefaultControllerID();
|
||||
void setDefaultControllerID(std::string id);
|
||||
bool getBackgroundControllerInput();
|
||||
void setBackgroundControllerInput(bool enable);
|
||||
bool getLoggingEnabled();
|
||||
void setLoggingEnabled(bool enable);
|
||||
|
||||
// TODO
|
||||
bool GetLoadGameSizeEnabled();
|
||||
|
||||
Reference in New Issue
Block a user