mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
having fun with fatfs (#1189)
* patch TSC coords in DSi mode * DSiware importer and shit
This commit is contained in:
9
src/sha1/sha1.hpp
Normal file
9
src/sha1/sha1.hpp
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef SHA1_HPP
|
||||
#define SHA1_HPP
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "sha1.h"
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user