mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-04-27 20:41:55 +00:00
Pak: int32_t queue
This commit is contained in:
parent
9a658b406f
commit
c2a525ed2d
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ extern "C" void osPfsIsPlug_recomp(uint8_t* rdram, recomp_context* ctx) {
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" void osPfsInit_recomp(uint8_t* rdram, recomp_context* ctx) {
|
extern "C" void osPfsInit_recomp(uint8_t* rdram, recomp_context* ctx) {
|
||||||
OSMesgQueue* queue = _arg<0, OSMesgQueue*>(rdram, ctx);
|
int32_t* queue = _arg<0, int32_t*>(rdram, ctx);
|
||||||
OSPfs* pfs = _arg<1, OSPfs*>(rdram, ctx);
|
OSPfs* pfs = _arg<1, OSPfs*>(rdram, ctx);
|
||||||
s32 channel = _arg<2, s32>(rdram, ctx);
|
s32 channel = _arg<2, s32>(rdram, ctx);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue