mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2026-09-07 19:05:11 -05:00
Code cleanup
This commit is contained in:
@@ -40,6 +40,7 @@ bool CheckRunning() {
|
||||
extern "C" uint32_t textStart();
|
||||
|
||||
extern "C" void _SYSLaunchMenuWithCheckingAccount(nn::act::SlotNo slot);
|
||||
|
||||
bool doRelocation(std::vector<RelocationData> &relocData, relocation_trampolin_entry_t *tramp_data, uint32_t tramp_length) {
|
||||
for (auto const &curReloc : relocData) {
|
||||
std::string functionName = curReloc.getName();
|
||||
|
||||
Reference in New Issue
Block a user