summaryrefslogtreecommitdiff
path: root/libs/revolution
AgeCommit message (Collapse)Author
2026-06-19Wii PAL d_s_logo improvements (#3157)Pieter-Jan Briers
* Wii PAL d_s_logo improvements * Fix d_s_logo/d_pane_class_alpha sdata spltis * Specify some symbols to improve matches Is there a better way to do this? * More symbols * match phase_1 * Fix regressions * Fix d_s_name rodata split * Add nextPauseTimer__9dScnPly_c to symbol map
2026-03-26JAHostIO and friends (#3131)Roman Sandu
2026-03-01Reorganize library code into `libs/` (#3119)Luke Street
* Reorganize files into libs/{dolphin,JSystem,PowerPC_EABI_Support,revolution,TRK_MINNOW_DOLPHIN} * Update configure.py and project.py for new libs structure * Refactor `#include <dolphin/x.h>` -> `<x.h>` * Remove `__REVOLUTION_SDK__` forwards from dolphin * Fix dolphin/ references in revolution * Wrap `#include <dolphin.h>` in `!__REVOLUTION_SDK__` * Always build TRK against dolphin headers * Resolve revolution SDK header resolution issues