mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Matched some controller files (#178)
* osPfsIsPlug.c and osContSetCh.c OK * update * __osPfsGetStatus.c OK * removed unused asm * Updated all libultra controller files to use new structs instead of the temporary structs. Added os_pfs.h * controller updates * fixed header guard * Made suggested changes
This commit is contained in:
parent
229e0c8629
commit
b86edcf92c
39 changed files with 650 additions and 1001 deletions
|
@ -1,13 +0,0 @@
|
|||
.include "macro.inc"
|
||||
|
||||
# assembler directives
|
||||
.set noat # allow manual use of $at
|
||||
.set noreorder # don't insert nops after branches
|
||||
.set gp=64 # allow use of 64-bit general purpose registers
|
||||
|
||||
.section .bss
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel pifMempakBuf
|
||||
.space 0x40
|
|
@ -12,5 +12,5 @@
|
|||
glabel D_80134CF0
|
||||
.incbin "baserom.z64", 0xBABE90, 0x4
|
||||
|
||||
glabel D_80134CF4
|
||||
glabel __osPfsInodeCacheBank
|
||||
.incbin "baserom.z64", 0xBABE94, 0xC
|
||||
|
|
|
@ -9,5 +9,5 @@
|
|||
|
||||
.balign 16
|
||||
|
||||
glabel D_80134D20
|
||||
glabel __osPfsLastChannel
|
||||
.incbin "baserom.z64", 0xBABEC0, 0x10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue