mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Split files up more
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user