mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
Save states (#300)
This commit is contained in:
parent
5746305157
commit
635fb71b76
64 changed files with 2084 additions and 634 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue