Skip to content

Commit

Permalink
v1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarh committed Oct 25, 2018
1 parent 00ad34d commit c01e58a
Show file tree
Hide file tree
Showing 34 changed files with 2,900 additions and 1,950 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.d
*.bin
*.map
/NotForGithub
/build
/pkgfiles2/USRDIR/sys/*
/pkgfiles2/USRDIR/GUI/common/*
Expand Down
17 changes: 16 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,34 @@ _ create backup from disk
_ Fan control plugin standalone?
_ game list supports / shows installed PKG games (PS3, PS2, PS1, PSP)
_ PS2 guitar hero EUR not in real xmb : e51e79bf3ca4b49be51656e0fdc912e1
_ font sizes
_ setting : install mamba autoloader
_ toggle
_ timestamps and permissions : Inside the window, at right of the "size" can be added a new column for timestamps and another for permissions
_ Controller setting
_ global setting tabs
_ copy/convert/extract : ETA/timer
_ verifier si il y a de la place avant de faire un copie de fichier
_ update_mgz
_ double click
_ load only displayed pic ...
_ rebuild DB
_ goto recovery
_ MAX_GAME = infinite
_ whitelist.cfg & blacklist.cfg files in /dev_hdd0/tmp
_ font sizes / Y / shadow ?
_ text viewer = fix scroll
_ GameList SCAN in Background thread
_ New Filemanager Root interface
_ real BDVD dump : lv1 ? read_storage ?


v1.34
Add : New loading icon.
Add : Scan to /dev_sd, /dev_ms/ and /dev_cd.
Fix : Apply pnatch (bug introduced in previous update)
Add offsetfinder : IDPSet & ERK_dumper offsets.
Add : Definitions files from RCOmageMOD
Add : Game TAGS


v1.33
Expand Down
Binary file added MGZ/data/mamba_483C.lz.bin
Binary file not shown.
Binary file added MGZ/data/mamba_loader_483C.bin
Binary file not shown.
Binary file added MGZ/data/payload_sky_483C.bin
Binary file not shown.
Binary file added MGZ/data/umount_483C.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 @@ -601,4 +601,22 @@
#define OFFSET_1_IDPS_482D 0x8000000000409A30ULL
#define OFFSET_2_IDPS_482D 0x800000000049CAF4ULL

#define SYSCALL_TABLE_483C 0x8000000000363BE0ULL
#define HV_START_OFFSET_483C 0x370F28
#define OFFSET_FIX_483C 0x05658C
#define OFFSET_2_FIX_483C 0x05A6E4
#define OFFSET_FIX_2B17_483C 0x2275F4
#define OFFSET_FIX_LIC_483C 0x056230
#define OFFSET_FIX_3C_483C 0x267150
#define OPEN_HOOK_483C 0x8000000000297638ULL
#define BASE_ADDR_483C 0x80000000002D8AF0ULL
#define LV2MOUNTADDR_483C 0x8000000000479FC0ULL
#define LV2MOUNTADDR_ESIZE_483C 0x118
#define LV2MOUNTADDR_CSIZE_483C 0x108
#define FW_DATE_OFFSET_483C 0x80000000002FCB68ULL
#define FW_DATE_1_483C 0x323031382F30392FULL
#define FW_DATE_2_483C 0x30322031353A3233ULL
#define OFFSET_1_IDPS_483C 0x80000000003E2E30ULL
#define OFFSET_2_IDPS_483C 0x8000000000474AF4ULL

#endif /* __COMMON_H__ */
8 changes: 0 additions & 8 deletions MGZ/source/iso.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@

extern void print_load(char *format, ...);
extern void Delete(char *path);
extern u8 AddGame(char *path);

extern u8 cancel;
extern u64 prog_bar1_value;
Expand Down Expand Up @@ -2689,11 +2688,6 @@ int makeps3iso(char *g_path, char *f_iso, int split)
free(directory_iso); directory_iso = NULL;
free(sectors); sectors = NULL;

if( AddGame(output_name2) == FAILED) {
strcat(output_name2, ".0");
AddGame(output_name2);
}

return SUCCESS;

err:
Expand Down Expand Up @@ -3394,8 +3388,6 @@ int extractps3iso(char *f_iso, char *g_path, int split)
if(directory_iso2) free(directory_iso2); directory_iso2 = NULL;

free(split_file); split_file = NULL;

AddGame(path3);

return SUCCESS;

Expand Down
Loading

0 comments on commit c01e58a

Please sign in to comment.