This commit is contained in:
StapleButter 2018-12-11 22:14:15 +01:00
parent e84d66dc64
commit 1817c15cb0
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ FILE* melon_fopen_local(const char* fileName, const char* permissions)
FILE* melon_fopen(const char* filename, const char* perm) { return fopen(filename, perm); }
FILE* GetConfigFile(const char* fileName, const char* permissions)
FILE* melon_fopen_local(const char* fileName, const char* permissions)
{
// Locations are application directory, and XDG_CONFIG_HOME/melonds