Save states (#300)

This commit is contained in:
louist103
2022-05-12 13:28:24 -04:00
committed by GitHub
parent 5746305157
commit 635fb71b76
64 changed files with 2084 additions and 634 deletions

View File

@@ -30,6 +30,9 @@
#include "ichain.h"
#include "regs.h"
#define AUDIO_HEAP_SIZE 0x38000
#define SYSTEM_HEAP_SIZE (1024 * 1024 * 4)
#ifdef __cplusplus
namespace Ship
{