From a59f57d50467bd5dba1f28b8020278d6298babf7 Mon Sep 17 00:00:00 2001 From: archshift Date: Thu, 9 Oct 2014 19:43:40 -0700 Subject: Use config files to store whether SDMC is enabled or not Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs). --- src/citra_qt/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/citra_qt/config.h') diff --git a/src/citra_qt/config.h b/src/citra_qt/config.h index ae390be6..74c9ff11 100644 --- a/src/citra_qt/config.h +++ b/src/citra_qt/config.h @@ -14,6 +14,9 @@ class Config { void ReadControls(); void SaveControls(); + + void ReadData(); + void SaveData(); public: Config(); ~Config(); -- cgit v1.2.3