Split files up more

This commit is contained in:
Ryan Myers
2021-10-21 08:54:31 -04:00
parent 9200805699
commit 4c5c7cb4f2
2 changed files with 12 additions and 5 deletions
@@ -13,8 +13,3 @@ GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/__osGetId.s")
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/__osCheckId.s")
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/__osPfsRWInode.s")
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/__osPfsSelectBank.s")
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/__osDpDeviceBusy.s")
__OSViContext *__osViGetCurrentContext(void){
return __osViCurr;
}
+12
View File
@@ -0,0 +1,12 @@
/* The comment below is needed for this file to be picked up by generate_ld */
/* RAM_POS: 0x800D6050 */
#include "macros.h"
#include "libultra_internal.h"
#include "viint.h"
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/__osDpDeviceBusy.s")
__OSViContext *__osViGetCurrentContext(void){
return __osViCurr;
}