Skip to content

Commit

Permalink
1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarh committed Aug 22, 2019
1 parent 832fb27 commit f820e92
Show file tree
Hide file tree
Showing 480 changed files with 18,283 additions and 22,274 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
OffsetFinder/*
!OffsetFinder/main.c
!OffsetFinder/makefile
!OffsetFinder/GetFlash.exe

!/MGZ/data/*.bin

Expand Down
102 changes: 62 additions & 40 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,48 +1,70 @@
TODO
_ NETISO
_ group PKG
_ Add : PFD extractor
_ Add : Speed Start / Speed Scan
_ UI XMB : Use setting column
_ debug EBOOT
_ shortcut pkg : keep only usefull files in pkg.
_ TXT edit
_ Hexa edit
_ Audio
_ system info
_ 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
_ 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.36
Add : Support PS3HEN. I removed every feature unsupported by the HEN (tested on HEN 2.3.1).
Add : Updated widescreen db from pcsx2 github.
Add : If you don't use R2 to manage speed, the speed is increased when you hold a button.
Add : For UI FLOW, a scroll bar appears when you browse quickly your backups list.
Add : Changed VRAM mapping to manage more backups. See notes(1).
Add : Show RGBA values when you edit a color.
Change : When you hold circle to quit, there is only one loading ring instead of 3.
Add : You can add a color filter on some pictures. See notes (2).
Add : Settings menu is splitted in 3 level instead of 2.
Add : Platform filter for UI XMB.
Fix : It scan dev_cf (compact flash) instead of dev_cd.
Add : 'Yes/No' settings are remplaced by a toggle.
Add : New theme icons for the toggle.
Fix : Rawseciso isn't a fself anymore. It fix issue with iso from ntfs with a PS3HEN.
Fix : Issue with ps2 elf crc. It fix several issues with iso patching options like when 'disable widescreen' was unavailble.
Fix : Pnach wasn't properly translated to .CONFIG, wrong endianness in replacement opcode.
Fix : To avoid issues with some characters, the name of game settings files use title_id instead of title.
Remove : I removed "Shortcut pkg" option because it's broken. I'll fix it later.
Add FileManager : More informations of devices : capacity, file system, name, label, writable.
ADd FileManager : Several predefined root display is available. Also, you can custumize your own display in settings.
Add FileManager : Specifics options are available if you select several files with the same extention. For example, you can extract 3 pkg in a row.
Add FileManager : Make shortcut PKG.
Add FileManager : New theme icons used for the closebox, the dockbox and the cursor.
Add FileManager : Support UTF8 filename and also their content with the TXTviewer.
Add offsetfinder : It generate every files to update managunz to a new firmware. Type 'make update'.

Notes :
(1) Every game pictures are stored in a 512KB slot memory in bitmap format.
For Flow3D, it's stored in 2MB slots, there is less slots.
The dimention of the game pictures is limited.
We can calculate its size = Width * Height * Pitch
I use ARGB texture -> the pitch is 4.
The picture size must repect :
- Width*Height < 0x20000 = (512*1024) /4
- Flow3D Width*Height < 0x80000 = (2*1024*1024) /4
To not have any memory issue, I suggest you to use the following dimensions:
ICON0 320*176 = 0x0DC00
COVER PS1 250*250 = 0x0F424
COVER PS2 250*350 = 0x155CC
COVER PS3 260*300 = 0x130B0
COVER PSP 200*340 = 0x109A0
COVER3D PS1 450*450 + 450*600 = 0x735B4
COVER3D PS2 850*570 = 0x76494
COVER3D PS3 950*525 = 0x79C3E
COVER3D PSP 800*640 = 0x7D000

(2) You can choose the color filter with (R1) in settings.
It's available for BG, BGS, SIDEBAR, BOXBODY, BOXHEAD and NOTIF pictures.
You can add these colors in colorset.ini file too.
They are named COLOR_BG, COLOR_BGS, COLOR_SIDEBAR, COLOR_BOXBODY, COLOR_BOXHEAD and COLOR_NOTIF.
If you don't write a colors in colorset.ini it will be disabled.

v1.35
Add : Support 4.84C & 4.84D
Fix : fixed Mamba payloads for D-REX not properly loading modules hashes

Note : update by littlebalup, thank you.

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

Add : Definitions files from RCOmageMOD.
Add : Game TAGS.

v1.33
Fix : reading issue with splitted iso.
Expand Down
Binary file modified MGZ/data/mamba_484D.lz.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2gxemu_stage1_421D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_425C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_425D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2gxemu_stage1_430D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_431C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_431D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2gxemu_stage1_440D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_441C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_441D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_446C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_446D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_450C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_450D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2gxemu_stage1_453D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_455C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_455D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_460C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_460D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_465C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_465D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_466C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_470C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_470D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_475C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_475D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_476C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_476D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_478C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_478D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_480C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_480D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_481C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_481D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_482C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_483C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_484C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage1_484D.bin
Binary file not shown.
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_421D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_425C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_425D.bin
Binary file not shown.
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_430D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_431C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_431D.bin
Binary file not shown.
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_440D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_441C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_441D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_446C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_446D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_450C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_450D.bin
Binary file not shown.
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_453D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_455C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_455D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_460C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_460D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_465C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_465D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_466C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_470C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_470D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_475C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_475D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_476C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_476D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_478C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_478D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_480C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_480D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_481C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_481D.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_482C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_483C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_484C.bin
Binary file not shown.
Binary file added MGZ/data/ps2gxemu_stage2_484D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2hwemu_stage1_421D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_425C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_425D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_430C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_430D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_431C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_431D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2hwemu_stage1_440D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_441C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_441D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_446C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_446D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_450C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_450D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2hwemu_stage1_453D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_455C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_455D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_460C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_460D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_465C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_465D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_466C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_470C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_470D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_475C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_475D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_476C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_476D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_478C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_478D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_480C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_480D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_481C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_481D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_482C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_483C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_484C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage1_484D.bin
Binary file not shown.
Binary file removed MGZ/data/ps2hwemu_stage2_421.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_421C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_421D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_425C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_425D.bin
Binary file not shown.
Binary file removed MGZ/data/ps2hwemu_stage2_430.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_430C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_430D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_431C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_431D.bin
Binary file not shown.
Binary file removed MGZ/data/ps2hwemu_stage2_440.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_440C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_440D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_441C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_441D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_446C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_446D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_450C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_450D.bin
Binary file not shown.
Binary file removed MGZ/data/ps2hwemu_stage2_453.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_453C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_453D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_455C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_455D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_460C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_460D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_465C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_465D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_466C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_470C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_470D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_475C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_475D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_476C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_476D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_478C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_478D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_480C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_480D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_481C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_481D.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_482C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_483C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_484C.bin
Binary file not shown.
Binary file added MGZ/data/ps2hwemu_stage2_484D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2netemu_stage2_421D.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_425C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_425D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2netemu_stage2_430D.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_431C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_431D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2netemu_stage2_440D.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_441C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_441D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2netemu_stage2_446D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2netemu_stage2_450D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2netemu_stage2_453D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2netemu_stage2_455D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2netemu_stage2_460D.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_465C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_465D.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_466C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_470C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_470D.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_475C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_475D.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_476C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_476D.bin
Binary file not shown.
File renamed without changes.
Binary file added MGZ/data/ps2netemu_stage2_478D.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_480C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_480D.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_481C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_481D.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_482C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_483C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_484C.bin
Binary file not shown.
Binary file added MGZ/data/ps2netemu_stage2_484D.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion MGZ/source/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -655,4 +655,4 @@
#define OFFSET_1_IDPS_484D 0x8000000000409A30ULL
#define OFFSET_2_IDPS_484D 0x800000000049CAF4ULL

#endif /* __COMMON_H__ */
#endif /* __COMMON_H__ */
187 changes: 187 additions & 0 deletions MGZ/source/data.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@
#ifndef __DATA_H__
#define __DATA_H__

#include <ppu-types.h>

#include "payload_sky_421C_bin.h"
#include "umount_421C_bin.h"
#include "mamba_421C_lz_bin.h"
#include "mamba_loader_421C_bin.h"

#include "payload_sky_421D_bin.h"
#include "umount_421D_bin.h"
#include "mamba_421D_lz_bin.h"
#include "mamba_loader_421D_bin.h"

#include "payload_sky_430C_bin.h"
#include "umount_430C_bin.h"
#include "mamba_430C_lz_bin.h"
#include "mamba_loader_430C_bin.h"

#include "payload_sky_430D_bin.h"
#include "umount_430D_bin.h"
#include "mamba_430D_lz_bin.h"
#include "mamba_loader_430D_bin.h"

#include "payload_sky_431C_bin.h"
#include "umount_431C_bin.h"
#include "mamba_431C_lz_bin.h"
#include "mamba_loader_431C_bin.h"

#include "payload_sky_440C_bin.h"
#include "umount_440C_bin.h"
#include "mamba_440C_lz_bin.h"
#include "mamba_loader_440C_bin.h"

#include "payload_sky_441C_bin.h"
#include "umount_441C_bin.h"
#include "mamba_441C_lz_bin.h"
#include "mamba_loader_441C_bin.h"

#include "payload_sky_441D_bin.h"
#include "umount_441D_bin.h"
#include "mamba_441D_lz_bin.h"
#include "mamba_loader_441D_bin.h"

#include "payload_sky_446C_bin.h"
#include "umount_446C_bin.h"
#include "mamba_446C_lz_bin.h"
#include "mamba_loader_446C_bin.h"

#include "payload_sky_446D_bin.h"
#include "umount_446D_bin.h"
#include "mamba_446D_lz_bin.h"
#include "mamba_loader_446D_bin.h"

#include "payload_sky_450C_bin.h"
#include "umount_450C_bin.h"
#include "mamba_450C_lz_bin.h"
#include "mamba_loader_450C_bin.h"

#include "payload_sky_450D_bin.h"
#include "umount_450D_bin.h"
#include "mamba_450D_lz_bin.h"
#include "mamba_loader_450D_bin.h"

#include "payload_sky_453C_bin.h"
#include "umount_453C_bin.h"
#include "mamba_453C_lz_bin.h"
#include "mamba_loader_453C_bin.h"

#include "payload_sky_453D_bin.h"
#include "umount_453D_bin.h"
#include "mamba_453D_lz_bin.h"
#include "mamba_loader_453D_bin.h"

#include "payload_sky_455C_bin.h"
#include "umount_455C_bin.h"
#include "mamba_455C_lz_bin.h"
#include "mamba_loader_455C_bin.h"

#include "payload_sky_455D_bin.h"
#include "umount_455D_bin.h"
#include "mamba_455D_lz_bin.h"
#include "mamba_loader_455D_bin.h"

#include "payload_sky_460C_bin.h"
#include "umount_460C_bin.h"
#include "mamba_460C_lz_bin.h"
#include "mamba_loader_460C_bin.h"

#include "payload_sky_465C_bin.h"
#include "umount_465C_bin.h"
#include "mamba_465C_lz_bin.h"
#include "mamba_loader_465C_bin.h"

#include "payload_sky_465D_bin.h"
#include "umount_465D_bin.h"
#include "mamba_465D_lz_bin.h"
#include "mamba_loader_465D_bin.h"

#include "payload_sky_470C_bin.h"
#include "umount_470C_bin.h"
#include "mamba_470C_lz_bin.h"
#include "mamba_loader_470C_bin.h"

#include "payload_sky_470D_bin.h"
#include "umount_470D_bin.h"
#include "mamba_470D_lz_bin.h"
#include "mamba_loader_470D_bin.h"

#include "payload_sky_475C_bin.h"
#include "umount_475C_bin.h"
#include "mamba_475C_lz_bin.h"
#include "mamba_loader_475C_bin.h"

#include "payload_sky_475D_bin.h"
#include "umount_475D_bin.h"
#include "mamba_475D_lz_bin.h"
#include "mamba_loader_475D_bin.h"

#include "payload_sky_476C_bin.h"
#include "umount_476C_bin.h"
#include "mamba_476C_lz_bin.h"
#include "mamba_loader_476C_bin.h"

#include "payload_sky_476D_bin.h"
#include "umount_476D_bin.h"
#include "mamba_476D_lz_bin.h"
#include "mamba_loader_476D_bin.h"

#include "payload_sky_478C_bin.h"
#include "umount_478C_bin.h"
#include "mamba_478C_lz_bin.h"
#include "mamba_loader_478C_bin.h"

#include "payload_sky_478D_bin.h"
#include "umount_478D_bin.h"
#include "mamba_478D_lz_bin.h"
#include "mamba_loader_478D_bin.h"

#include "payload_sky_480C_bin.h"
#include "umount_480C_bin.h"
#include "mamba_480C_lz_bin.h"
#include "mamba_loader_480C_bin.h"

#include "payload_sky_480D_bin.h"
#include "umount_480D_bin.h"
#include "mamba_480D_lz_bin.h"
#include "mamba_loader_480D_bin.h"

#include "payload_sky_481C_bin.h"
#include "umount_481C_bin.h"
#include "mamba_481C_lz_bin.h"
#include "mamba_loader_481C_bin.h"

#include "payload_sky_481D_bin.h"
#include "umount_481D_bin.h"
#include "mamba_481D_lz_bin.h"
#include "mamba_loader_481D_bin.h"

#include "payload_sky_482C_bin.h"
#include "umount_482C_bin.h"
#include "mamba_482C_lz_bin.h"
#include "mamba_loader_482C_bin.h"

#include "payload_sky_482D_bin.h"
#include "umount_482D_bin.h"
#include "mamba_482D_lz_bin.h"
#include "mamba_loader_482D_bin.h"

#include "payload_sky_483C_bin.h"
#include "umount_483C_bin.h"
#include "mamba_483C_lz_bin.h"
#include "mamba_loader_483C_bin.h"

#include "payload_sky_484C_bin.h"
#include "umount_484C_bin.h"
#include "mamba_484C_lz_bin.h"
#include "mamba_loader_484C_bin.h"

#include "payload_sky_484D_bin.h"
#include "umount_484D_bin.h"
#include "mamba_484D_lz_bin.h"
#include "mamba_loader_484D_bin.h"


#endif /* __DATA_H__ */
Loading

0 comments on commit f820e92

Please sign in to comment.