From 1817c15cb0d9255da58da1526c765f09ba70756b Mon Sep 17 00:00:00 2001 From: StapleButter Date: Tue, 11 Dec 2018 22:14:15 +0100 Subject: blarg --- src/melon_fopen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/melon_fopen.cpp b/src/melon_fopen.cpp index 18f413c..46bc5da 100644 --- a/src/melon_fopen.cpp +++ b/src/melon_fopen.cpp @@ -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 -- cgit v1.2.3