Decompile `nuContPakGetFree`
This commit is contained in:
parent
bfb4394cee
commit
3114542ad4
|
|
@ -1,3 +1,13 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
INCLUDE_ASM(const s32, "nu/nucontpakgetfree", nuContPakGetFree);
|
#include "nu/nusys.h"
|
||||||
|
|
||||||
|
/* 1B030 8008AC30 */
|
||||||
|
s32 nuContPakGetFree(NUContPakFile* file) {
|
||||||
|
NUContPakFreeMesg mesg;
|
||||||
|
|
||||||
|
mesg.file = file;
|
||||||
|
file->error = nuSiSendMesg(NU_CONT_PAK_FREE_MSG, &mesg);
|
||||||
|
return mesg.size;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue