Mario Kart Wii Gecko Codes, Cheats, & Hacks
Unused Main Loop (with CoreControllerMgr and GCControllerMgr static instance initiali - Printable Version

+- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com)
+-- Forum: Cheat Codes (https://mariokartwii.com/forumdisplay.php?fid=51)
+--- Forum: Incomplete & Outdated Codes (https://mariokartwii.com/forumdisplay.php?fid=60)
+--- Thread: Unused Main Loop (with CoreControllerMgr and GCControllerMgr static instance initiali (/showthread.php?tid=2249)



Unused Main Loop (with CoreControllerMgr and GCControllerMgr static instance initiali - Vega - 10-01-2024

Unused Main Loop (with CoreControllerMgr and GCControllerMgr static instance initialized) [B_squo]

# `EGG::ConfigurationData::run()`, the unused main loop function, expects the static instances for `EGG::CoreControllerMgr` and `EGG::GCControllerMgr` to be initialized, so this code replaces a misc. OSReport call with a call to `EGG::TSystem<...>::initialize()` at boot, which initializes both, before branching into the unused main loop.

(PAL)
04009468 4820d28d
0400946c 4820dc31
04008F8C 818C0070

(USA)

(JPN)

(KOR)

Code creator: B_squo