diff options
| author | iProgramInCpp <iprogramincpp@gmail.com> | 2021-10-16 14:18:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-16 15:18:38 -0600 |
| commit | 4c4efd28f89554ad43b3c37ae44f577003bccdb3 (patch) | |
| tree | cc8aa32eaa67ed6fc50a08a643d57d2bee6dddfa /src/os/osViTable.c | |
| parent | 3129da2f1c49447b99b11a0661e1b842f6d1e66b (diff) | |
Match `func_80000D3C` (renamed) and `thread5_game_logic` (#35)
* match func_80000D3C + some renames
* Improved matching for init_game().
* Match thread5_game_logic
* Added osViModeTable and osCreateViManager from libultra
Diffstat (limited to 'src/os/osViTable.c')
| -rw-r--r-- | src/os/osViTable.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/os/osViTable.c b/src/os/osViTable.c index 424f7ccac..fccb4b674 100644 --- a/src/os/osViTable.c +++ b/src/os/osViTable.c @@ -324,7 +324,6 @@ OSViMode osViModeTable[] = { /*vBurst*/ 918020, /*vIntr*/ 2 } } }, -#if defined(VERSION_JP) || defined(VERSION_EU) || defined(VERSION_SH) /*osViModePalLpn1*/ { /*type*/ 14, /*comRegs*/ @@ -773,8 +772,6 @@ OSViMode osViModeTable[] = { /*vStart*/ 6226489, /*vBurst*/ 852585, /*vIntr*/ 2 } } }, -#endif -#if defined(VERSION_US) || defined(VERSION_EU) || defined (VERSION_SH) /*osViModePalLpn1*/ { /*type*/ 28, /*comRegs*/ @@ -1097,5 +1094,4 @@ OSViMode osViModeTable[] = { /*vStart*/ 2425343, /*vBurst*/ 918020, /*vIntr*/ 2 } } } -#endif }; |
