diff options
author | StapleButter <thetotalworm@gmail.com> | 2018-02-19 13:08:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-19 13:08:34 +0100 |
commit | aab0030137d70a7ef06c2d2e859f195dd06e0079 (patch) | |
tree | aa30c02d16c31744dc735254f5e1c5afeb95468c /src/Config.h | |
parent | 12e33ae872795518aba882c57857dfefbc0c0eda (diff) | |
parent | 52df6be5f8a912aeef050fa4c563cca3ef80ad5a (diff) |
Merge pull request #224 from hcorion/alternate-loading
Load bios, firmware and melonDS.ini from exe, ~/.config/melonds or AppData
Diffstat (limited to 'src/Config.h')
-rw-r--r-- | src/Config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Config.h b/src/Config.h index b3d9d64..0f5ca9e 100644 --- a/src/Config.h +++ b/src/Config.h @@ -23,7 +23,8 @@ namespace Config { - +FILE* GetConfigFile(const char* fileName, const char* permissions); +bool HasConfigFile(const char* fileName); void Load(); void Save(); |