Redid some things about callbacks, and made easy bugfixes

This commit is contained in:
Arthur Blot
2012-11-04 17:32:55 +01:00
parent 133e1394f8
commit 6f391515a6
7 changed files with 98 additions and 70 deletions
+1 -3
View File
@@ -466,11 +466,9 @@ void sceKernelLoadModule()
//If it is, don't load it.
//Else, actually do load it and resolve pointers!
DEBUG_LOG(HLE,"%i=sceKernelLoadModule(name=%s,flag=%08x,%08x,%08x,%08x,%08x(...))",
INFO_LOG(HLE,"%i=sceKernelLoadModule(name=%s,flag=%08x,%08x,%08x,%08x,%08x(...))",
numLoadedModules+1,name,flags,
lmoption->size,lmoption->mpidtext,lmoption->mpiddata,lmoption->position);
}
else
{