switch to INI for settings (easier), make settings a singleton thingy, slightly simplify core pause/stop/reset. Drop support for remappable inputs for now
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
class SettingsWindow final {
|
||||
gui::PushButton apply{"Apply", "", false}, savesFolder{"Open", "Save path: {}"};
|
||||
nlohmann::json settings;
|
||||
CPUSettings cpuSettings;
|
||||
AudioSettings audioSettings;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user