mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2024-12-25 23:51:50 +01:00
Fix logging the wrong filepath
This commit is contained in:
parent
7611a54a63
commit
65260dbaa0
@ -120,7 +120,7 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
for(int i = 0; i < modules.GetFilecount(); i++) {
|
for(int i = 0; i < modules.GetFilecount(); i++) {
|
||||||
*gModuleData = {};
|
*gModuleData = {};
|
||||||
DEBUG_FUNCTION_LINE("Loading module %s",setupModules.GetFilepath(i));
|
DEBUG_FUNCTION_LINE("Loading module %s",modules.GetFilepath(i));
|
||||||
|
|
||||||
ModuleData * moduleData = ModuleDataFactory::load(modules.GetFilepath(i), 0x00880000, 0x01000000 - textSectionStart, gModuleData->trampolines, DYN_LINK_TRAMPOLIN_LIST_LENGTH);
|
ModuleData * moduleData = ModuleDataFactory::load(modules.GetFilepath(i), 0x00880000, 0x01000000 - textSectionStart, gModuleData->trampolines, DYN_LINK_TRAMPOLIN_LIST_LENGTH);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user