having fun with fatfs (#1189)

* patch TSC coords in DSi mode
* DSiware importer and shit
This commit is contained in:
Arisotura
2021-08-24 17:46:20 +02:00
committed by GitHub
parent 346e8c0b87
commit 235da420c8
25 changed files with 26369 additions and 180 deletions

9
src/sha1/sha1.hpp Normal file
View File

@ -0,0 +1,9 @@
#ifndef SHA1_HPP
#define SHA1_HPP
extern "C"
{
#include "sha1.h"
}
#endif