summaryrefslogtreecommitdiff
path: root/include/d/d_s_boot.h
AgeCommit message (Collapse)Author
2025-09-13d_s_boot OKrobojumper
2025-08-02d_s_boot progressrobojumper
2025-06-16d_reset almost fully matchingelijah-thomas774
2025-05-14d_dvd_drive_error OKrobojumper
2025-05-02save_manager OKrobojumper
2025-03-02Fix mDvd createOrDie symbol (#122)robojumper
2025-02-26d_scene OK (#114)robojumper
* d_scene OK * d_s_boot * Rename -> PROFILE_MAX * Some more ---------
2024-10-16update from dtk-template - clangd :) (#66)Elijah Thomas
* update from dtk-template and start work towards using clangd * include <a> -> "a" * Update build.yml * remove/add non-trivial class in union warning
2024-10-10Set up REL templates (#60)robojumper
* Fix .data sections misidentified as .rodata by dtk dtk can't always reliably identify REL sections in its initial analysis. This is a manual fix - the list of RELs to fix was found by looking at supposed .rodata splits that contained an fBase vtable, since vtables should be in .data. This fix is required for scripted creation of REL actors based on rel .data * More consistent d/t header paths * Data fixups for parsing * Tmp actor file setup * Fixes * Set up almost all REL templates * formatting * Fix formatting