mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-31 07:43:15 +00:00
Implemented sram saving
This commit is contained in:
parent
602be9c2c6
commit
2ebeffee89
3 changed files with 47 additions and 9 deletions
|
@ -18,6 +18,7 @@ struct UltraThreadContext {
|
|||
namespace Multilibultra {
|
||||
|
||||
void preinit(uint8_t* rdram, uint8_t* rom);
|
||||
void save_init();
|
||||
void native_init();
|
||||
void init_scheduler();
|
||||
void init_events(uint8_t* rdram, uint8_t* rom);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue