mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
blarg
This commit is contained in:
@ -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* 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
|
// Locations are application directory, and XDG_CONFIG_HOME/melonds
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user