10-01-2024, 08:00 PM
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
# `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