

* multiMAN "minimal"/"bare" version available (read below) Option Files Options FileĭEFAULT options included in the install/update packages: options_default.ini * Some other improvements related to copying/scanning/verifying/etc * Installing PKG files will not reboot the PS3 * Fixed problem with split games in stealthMAN * Fixed copying folders with 0 byte files * Improved copying folders (double progress bar and faster speed) * Added support for AVCHD HDD movies to lastGAME * Improved background scanning/verifying of USB games * When moving files on the same drive mmOS won't check for available free space * Fixed access to AVCHD/Blu-ray Movie Discs and DVD Video Discs * Added [installable packages in the WEB column * Reworked some core functions and improved mM's performance even more * Fixed some minor issues (rename/delete) when using "Game Settings" menu (after using L1/R1 to switch games) * Added support for downloadable packages/files in the Web column I put all the changelog here because it's very long. * Try to launch multiMAN and load a game - all should be okay now. * Start the tool and wait for it to finish its job - it will return you back to XMB screen * Download and install "FIX PERMISSIONS" package file () * Check options.ini/options_default.ini and edit it properly if you store your games in different than defined locationĪll your games give you black screen after installing on 3.55 firmware? It was reported numerous times that such problem may arise after installing KMEAW 3.55 CFW on a new PS3 system or after updating from 3.41. * Press "SELECT+元" to refresh the list (or use the REFRESH option in system menu or XMMB Game column) Your Games are not detected? * Proper structure: Self explanitory launch_self((char*)"/dev_hdd0/game/XXXX12345/USRDIR/BROWSER.SELF", Launch launch_self(browser_self, start_page)

Launchargv = (char*)malloc(strlen(_param) + 1) strcpy(launchargv, _param) Įxitspawn((const char*)self, (char* const*)launchargv, NULL, NULL, 0, 64, SYS_PROCESS_PRIMARY_STACK_SIZE_512K) Memset(launchargv, 0, sizeof(launchargv)) Void launch_self(char *_self, char *_param) The proper way would be to create your own EBOOT.BIN, which will call the BROWSER.SELF with any parameter/URL you wish. Other devs are free to use it in their apps. If present in multiMAN's USRDIR folder - it will be used instead of the build-in mM browser. Downloaded files are saved under the current folder +.On exit it will return to the caller application (if RELOAD.SELF is present in the same folder).

