loader/fs.mitm: Support override config changes at runtime

This commit is contained in:
Michael Scire
2018-10-22 22:53:40 -07:00
parent e61bb00d7a
commit f96e1d5074
4 changed files with 34 additions and 33 deletions

View File

@@ -45,5 +45,5 @@ class Utils {
static Result GetKeysDown(u64 *keys);
static bool HasOverrideButton(u64 tid);
private:
static void LoadConfiguration(FsFile *f);
static void RefreshConfiguration();
};