mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
cartrominit OK (#412)
* cartrominit OK * spec * Rename a couple of variables
This commit is contained in:
+2
-2
@@ -54,8 +54,8 @@ typedef struct {
|
||||
} __OSTranxInfo; // size = 0x60
|
||||
|
||||
|
||||
typedef struct OSPiHandle_s {
|
||||
/* 0x00 */ struct OSPiHandle_s* next;
|
||||
typedef struct OSPiHandle {
|
||||
/* 0x00 */ struct OSPiHandle* next;
|
||||
/* 0x04 */ u8 type;
|
||||
/* 0x05 */ u8 latency;
|
||||
/* 0x06 */ u8 pageSize;
|
||||
|
||||
+1
-1
@@ -85,7 +85,7 @@ extern OSViMode osViModeMpalLan1;
|
||||
// extern __OSViContext D_80098060[2];
|
||||
extern __OSViContext* __osViCurr;
|
||||
extern __OSViContext* __osViNext;
|
||||
// extern UNK_TYPE4 D_800980D0;
|
||||
// extern UNK_TYPE4 sCartRomNeedsInit;
|
||||
extern OSViMode osViModeFpalLan1;
|
||||
// extern u8 ldigs[];
|
||||
// extern u8 udigs[];
|
||||
|
||||
Reference in New Issue
Block a user