* match ClearArena
Co-Authored-By: Revo <projectrevotpp@hotmail.com>
* InquiryCallback
* decompile OSInit
need to cleanup OS.c after it's fully matched
Co-Authored-By: kiwi <49212064+kiwi515@users.noreply.github.com>
Co-Authored-By: HeartPiece <107153442+HeartPiece44@users.noreply.github.com>
* more OS.c progress
Co-Authored-By: HeartPiece <107153442+HeartPiece44@users.noreply.github.com>
* finish OS.c aside from linking
thanks, riidefi, for helping with __OSGetDIConfig
need rostr to not be applied
* simplify no-read-only
* OS.c matches but cannot link
due to BSS ordering memery. DriveInfo and DriveBlock need to be static, but that messes with BSS order. Making them extern changes code generation.
Co-authored-by: Revo <projectrevotpp@hotmail.com>
Co-authored-by: kiwi <49212064+kiwi515@users.noreply.github.com>
Co-authored-by: HeartPiece <107153442+HeartPiece44@users.noreply.github.com>
Squashed all of the commits thus far that have been miscellaneous tweaks and small changes to fix the original repo that have had nothing to do with the decompilation itself.
Co-Authored-By: EpochFlame <82550703+EpochFlame@users.noreply.github.com>