mirror of
https://github.com/n64decomp/sm64
synced 2026-07-09 21:51:27 -04:00
Refresh 2
This commit is contained in:
@@ -73,7 +73,7 @@ void process_command_memory() {
|
||||
u32 sp18;
|
||||
sp1c = string_to_u32(&D_80365E40[1]);
|
||||
sp18 = string_to_u32(&D_80365E40[5]);
|
||||
send((u8 *) sp1c, sp18);
|
||||
send((u8 *) (uintptr_t) sp1c, sp18);
|
||||
}
|
||||
void process_command_register() {
|
||||
send((u8 *) &gInterruptedThread.context, sizeof(__OSThreadContext));
|
||||
|
||||
Reference in New Issue
Block a user