Cleanup of the injector

This commit is contained in:
Aurora
2016-04-18 20:50:52 +02:00
parent d0d6baaa85
commit 67e229e5a9
7 changed files with 81 additions and 152 deletions

5
injector/source/memory.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <3ds/types.h>
void memcpy(void *dest, const void *src, u32 size);