From f08b87b41f0ffaabd7928d68c41d704e824b5de3 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Wed, 27 Mar 2019 13:34:26 +0100 Subject: * move melon_fopen_local() to Platform.cpp * make it require that the file already exist (hopefully fixing config saving bug) * finally axe melon_fopen.cpp --- src/melon_fopen.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/melon_fopen.h (limited to 'src/melon_fopen.h') diff --git a/src/melon_fopen.h b/src/melon_fopen.h deleted file mode 100644 index 4de11e0..0000000 --- a/src/melon_fopen.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - Copyright 2016-2019 Arisotura - - This file is part of melonDS. - - melonDS is free software: you can redistribute it and/or modify it under - the terms of the GNU General Public License as published by the Free - Software Foundation, either version 3 of the License, or (at your option) - any later version. - - melonDS is distributed in the hope that it will be useful, but WITHOUT ANY - WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with melonDS. If not, see http://www.gnu.org/licenses/. -*/ - -#ifndef MELON_FOPEN_H -#define MELON_FOPEN_H - - -FILE* melon_fopen_local(const char* filename, const char* perm); - - -#endif // MELON_FOPEN_H -- cgit v1.2.3