mirror of
https://github.com/open-goal/jak-project
synced 2026-06-25 02:02:08 -04:00
19b8bb81c9
* work in progress streaming rpc, simple test is working * actually add the test * debug windows failure * windows fix maybe * windows 2 * use str-load-status * update types
8 lines
279 B
C
8 lines
279 B
C
#pragma once
|
|
|
|
#include "isocommon.h"
|
|
|
|
s32 LoadISOFileToIOP(FileRecord* file, void* addr, uint32_t length);
|
|
s32 LoadISOFileToEE(FileRecord* file, uint32_t ee_addr, uint32_t length);
|
|
s32 LoadISOFileChunkToEE(FileRecord* file, uint32_t dest_addr, uint32_t length, uint32_t offset);
|