lmem: implement ExpHeap

This commit is contained in:
Michael Scire
2019-12-10 17:25:11 -08:00
parent d3bafc5b3b
commit 04beea44b0
11 changed files with 1276 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
#include "stratosphere/ams.hpp"
#include "stratosphere/os.hpp"
#include "stratosphere/dd.hpp"
#include "stratosphere/lmem.hpp"
/* Lots of things depend on NCM, for Program IDs. */
#include "stratosphere/ncm.hpp"