Skip to content

Commit

Permalink
v1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarh committed Apr 10, 2018
1 parent a5c40d7 commit 29964ef
Show file tree
Hide file tree
Showing 41 changed files with 870 additions and 106 deletions.
11 changes: 10 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,18 @@ _ global setting tabs
_ copy/convert/extract : ETA/timer
_ update_mgz
_ double click
_ load only displayed pic
_ load only displayed pic ...
_ rebuild DB
_ goto recovery
_ MAX_GAME = infinite


v1.33
Fix : reading issue with splitted iso.
Add : 482D support
Add : Game option "Join".
Add FileManager : Option "Join" to join files to the current path.

v1.32
Fix : Reduced memory usage to avoid 'random' freeze.
Fix FileManager : No more deep scan on ISO.
Expand Down
Binary file modified MGZ/data/mamba_480D.lz.bin
Binary file not shown.
Binary file modified MGZ/data/mamba_481D.lz.bin
Binary file not shown.
Binary file modified MGZ/data/mamba_482C.lz.bin
Binary file not shown.
Binary file added MGZ/data/mamba_482D.lz.bin
Binary file not shown.
Binary file added MGZ/data/mamba_loader_482D.bin
Binary file not shown.
Binary file added MGZ/data/payload_sky_482D.bin
Binary file not shown.
Binary file added MGZ/data/umount_482D.bin
Binary file not shown.
18 changes: 18 additions & 0 deletions MGZ/source/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -583,4 +583,22 @@
#define OFFSET_1_IDPS_482C 0x80000000003E2E30ULL
#define OFFSET_2_IDPS_482C 0x8000000000474AF4ULL

#define SYSCALL_TABLE_482D 0x800000000038A4E8ULL
#define HV_START_OFFSET_482D 0x370F28
#define OFFSET_FIX_482D 0x059F5C
#define OFFSET_2_FIX_482D 0x05E0B4
#define OFFSET_FIX_2B17_482D 0x22DAD0
#define OFFSET_FIX_LIC_482D 0x059C00
#define OFFSET_FIX_3C_482D 0x26D86C
#define OPEN_HOOK_482D 0x80000000002B25D0ULL
#define BASE_ADDR_482D 0x80000000002FA690ULL
#define LV2MOUNTADDR_482D 0x80000000004A3678ULL
#define LV2MOUNTADDR_ESIZE_482D 0x118
#define LV2MOUNTADDR_CSIZE_482D 0x108
#define FW_DATE_OFFSET_482D 0x800000000031F028ULL
#define FW_DATE_1_482D 0x323031372F30382FULL
#define FW_DATE_2_482D 0x32342031333A3139ULL
#define OFFSET_1_IDPS_482D 0x8000000000409A30ULL
#define OFFSET_2_IDPS_482D 0x800000000049CAF4ULL

#endif /* __COMMON_H__ */
Loading

0 comments on commit 29964ef

Please sign in to comment.