Rewrite this one to Arlib API, and wipe out moremem

This commit is contained in:
Alcaro
2016-12-20 22:19:58 +01:00
parent 8d1780bb29
commit 0e31df85fd
6 changed files with 101 additions and 111 deletions

View File

@@ -1,6 +1,7 @@
#include "patch.h"
namespace patch { namespace bps {
//TODO: HEAVY cleanups needed here
static uint32_t read32(uint8_t * ptr)
{
uint32_t out;