Merge pull request #841 from aap/master

start using CMemoryHeap; also some PS2 define cleanup
This commit is contained in:
aap 2020-11-28 18:52:44 +01:00 committed by GitHub
commit c57fee38ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 720 additions and 299 deletions

View file

@ -40,7 +40,7 @@
#include "Sprite2d.h"
#include "AnimViewer.h"
#include "Font.h"
#include "MemoryHeap.h"
#include "MemoryMgr.h"
#define MAX_SUBSYSTEMS (16)