Decompile func0f116658

This commit is contained in:
Ryan Dwyer 2020-11-15 18:53:37 +10:00
parent c87bf6c766
commit 2ed80d1d62
2 changed files with 5 additions and 15 deletions

View File

@ -137,20 +137,10 @@ glabel func0f1165f8
/* f116654: 00000000 */ sll $zero,$zero,0x0
);
GLOBAL_ASM(
glabel func0f116658
/* f116658: 27bdffe8 */ addiu $sp,$sp,-24
/* f11665c: afbf0014 */ sw $ra,0x14($sp)
/* f116660: afa40018 */ sw $a0,0x18($sp)
/* f116664: 00047600 */ sll $t6,$a0,0x18
/* f116668: 000e2603 */ sra $a0,$t6,0x18
/* f11666c: 0fc4597e */ jal func0f1165f8
/* f116670: 24a50010 */ addiu $a1,$a1,0x10
/* f116674: 8fbf0014 */ lw $ra,0x14($sp)
/* f116678: 27bd0018 */ addiu $sp,$sp,0x18
/* f11667c: 03e00008 */ jr $ra
/* f116680: 00000000 */ sll $zero,$zero,0x0
);
u32 func0f116658(s8 arg0, u32 arg1)
{
return func0f1165f8(arg0, arg1 + 0x10);
}
u32 func0f116684(u32 arg0)
{

View File

@ -4,7 +4,7 @@
#include "types.h"
u32 func0f1165d0(s8 device, OSPfsState *note);
u32 func0f1165f8(void);
u32 func0f1165f8(s8 arg0, u32 arg1);
u32 func0f116658(s8 arg0, u32 arg1);
u32 func0f116684(u32 arg0);
u32 func0f11668c(s8 device);