Fixes, clearing TODOs

This commit is contained in:
dbalatoni13 2025-04-12 22:43:29 +02:00
parent 176f6f9638
commit ada77fe830
8 changed files with 13 additions and 14 deletions

View file

@ -36,7 +36,6 @@ s32 omDLLStart(s16 overlay, s16 flag)
if(dllno >= 0 && !flag) {
omDllData *dll = omDLLinfoTbl[dllno];
#ifdef TARGET_PC
// TODO PC
OSReport("objdll>Already Loaded %s\n", dll->name);
#else
OSReport("objdll>Already Loaded %s(%08x %08x)\n", dll->name, dll->module, dll->bss);