mirror of
https://github.com/zeldaret/ss
synced 2026-08-04 01:03:19 -04:00
Move variable out of d_main.h, add TODO in d_sys.cpp
This commit is contained in:
+2
-1
@@ -8,6 +8,7 @@
|
||||
#include "rvl/OS.h"
|
||||
|
||||
u32 lbl_805751D0;
|
||||
OSTime g_InitialTime;
|
||||
|
||||
bool fn_80054F90(u32 val) {
|
||||
return lbl_805751D0 & val;
|
||||
@@ -59,7 +60,7 @@ void main(int argc, char **argv) {
|
||||
u8 pStackBase[STACK_SIZE] __attribute__((aligned(32)));
|
||||
|
||||
unknownStub();
|
||||
dMain::g_InitialTime = OSGetTime();
|
||||
g_InitialTime = OSGetTime();
|
||||
dSystem::fixHeaps();
|
||||
|
||||
Mpls::initialize(argc, argv);
|
||||
|
||||
@@ -395,6 +395,7 @@ void System::initialize() {
|
||||
|
||||
DvdFile::initialize();
|
||||
|
||||
// TODO Determine significance of the constant
|
||||
CoreControllerMgr::setWPADWorkSize(WPADGetWorkMemorySize() + 228);
|
||||
CoreControllerMgr::createInstance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user