mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-21 02:44:58 +00:00
Integrated RT64 (not included in repo), sign extended addresses
This commit is contained in:
parent
39b67c8468
commit
d0c3eb73ec
17 changed files with 185 additions and 92 deletions
|
@ -17,10 +17,10 @@ struct UltraThreadContext {
|
|||
|
||||
namespace Multilibultra {
|
||||
|
||||
void preinit(uint8_t* rdram);
|
||||
void preinit(uint8_t* rdram, uint8_t* rom);
|
||||
void native_init();
|
||||
void init_scheduler();
|
||||
void init_events(uint8_t* rdram);
|
||||
void init_events(uint8_t* rdram, uint8_t* rom);
|
||||
void native_thread_init(OSThread *t);
|
||||
void set_self_paused(RDRAM_ARG1);
|
||||
void wait_for_resumed(RDRAM_ARG1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue