shieldD revolution OS mostly done (#2892)

* begin revolution sdk setup

* wii rvl test

* revo OS mostly done for shieldD
This commit is contained in:
TakaRikka
2025-11-29 22:59:04 -08:00
committed by GitHub
parent db5c3665c4
commit 897bb4c463
59 changed files with 18747 additions and 100 deletions
+4 -4
View File
@@ -90,10 +90,10 @@ struct OSRel {
u32 addend;
};
#define R_REVOLUTION_NOP 201 // C9h current offset += OSRel.offset
#define R_REVOLUTION_SECTION 202 // CAh current section = OSRel.section
#define R_REVOLUTION_END 203 // CBh
#define R_REVOLUTION_MRKREF 204 // CCh
#define R_DOLPHIN_NOP 201 // C9h current offset += OSRel.offset
#define R_DOLPHIN_SECTION 202 // CAh current section = OSRel.section
#define R_DOLPHIN_END 203 // CBh
#define R_DOLPHIN_MRKREF 204 // CCh
void OSSetStringTable(void* stringTable);
BOOL OSLink(OSModuleInfo* newModule, void* bss);