mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
Load bios, firmware and melonDS.ini from executable or ~/.config/melonds or AppData
This commit is contained in:
@ -23,7 +23,8 @@
|
||||
|
||||
namespace Config
|
||||
{
|
||||
|
||||
FILE* GetConfigFile(const char* fileName, const char* permissions);
|
||||
bool HasConfigFile(const char* fileName);
|
||||
void Load();
|
||||
void Save();
|
||||
|
||||
|
Reference in New Issue
Block a user