UGH UGH UGH UGH UGH

azayghfsdqyfgdsqjhgdjqdsds
This commit is contained in:
Arisotura 2021-10-28 18:15:57 +02:00 committed by GitHub
parent 74e311640a
commit 266af81b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include <string.h>
#include <dirent.h>
#include <inttypes.h>
@ -56,6 +57,8 @@ bool FATStorage::Open()
{
return false;
}
return true;
}
void FATStorage::Close()