add all sorts of shit

This commit is contained in:
Arisotura
2019-06-13 14:41:54 +02:00
parent b03c727fb9
commit 0e421ccebd
13 changed files with 1141 additions and 16 deletions

View File

@ -15,3 +15,19 @@
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#include "DSi.h"
#include "tiny-AES-c/aes.hpp"
#include "sha1/sha1.h"
namespace DSi
{
bool LoadNAND()
{
//
return true;
}
}