Joonie86 / COBRA-7.3

63 stars 31 forks source link

Update NzV #1

Closed ghost closed 9 years ago

ghost commented 9 years ago

-PS3M_API updated to v1.2.1 -Fixed error for integration of PS3M_API v1.2 (main) -Add block update from disc in normal and safe mode too (mappath) -load_process_hooked is now auto-unhook when is no more needed (modulespatch) -Also add a few "#ifdef DEBUG" an d "#endif" arround DPRINTF("...") since we need them only on debug build (only storage_ext.c left todo) -Removed "block_peek" its no more used, it was for old mmCM (main and modulespatch) -Minor improvement PS3M_API code in main.c -VSH check in psp.c is now done using command "switch" instead of "if". -Hash are compared using command "switch" instead of "if" in modulepatch.c for patch who are not in the patch table. -Debug function "hash_to_name()" will now use command "switch" instead of "if" to compare hash.