User mode static ELF's are now starting to work. Tested with SNES TYL 0.3 (user mode version), PSPMaster and CPS2PSP 1.0 (user mode version). Kernel mode static ELF's are still not supported, they are a very odd case in 1.XX of kernel code loaded to user memory. Kernel Homebrew for 2.71 has to be written with a user main ELF/PRX that load kernel PRX's. Note that the homebrew must be in a true PBP, not KXploited!.
User mode PRX's could load other user mode PRX's, but kernel mode PRX's couldn't load user mode PRX's. This is fixed.
Patched the firmware to allow it to understand the old SFO format(avoiding the error of data is corrupted).
Added a small win32 binary that will give you a hint about if a homebrew can work or not in the current release. Note that this is only a hint.
At 14 years old (we have game consoles older than that!) Melterx12 already has two homebrew applications to his credit. His first was xflash and now comes the Homebrew Organizer.
Melterx12 says Homebrew Organizer (r9.9.06) is still in its early stages so expect bugs and glitches. But the good news is, Homebrew Organizer works with both 1.5 and 1.0 homebrews. So there's no need for conversion. Homebrew Organizer v1.0 requires .net framework 2.0 and Windows 2000 or later.
* Based on e-uae 0.8.29 WIP3 * Ditched harddrive support to gain speed as I still can’t get it to work with WIP3 * Removed support for serial ports to gain speed * Several optimizations to the e-uae code primarily removing stuff that doesn’t make a lot of sense on the PSP * Added cpu speed option - thanks to FOL * Added profiling support * Fixed memory issues - now allows 6MB for PSP V1.50 and 5.5MB for PSP V2.00+ * Should run using kxploit and the eloader (So V1.50 release works with all) * Switched middle and right mouse button * Fixed screenshot * only displays leds for 2 drives as only 2 are enabled (will not accept 4 drives as I have disabled the last 2 for performance reasons) * disabled debugging support (can be enabled again it doesnt really make a performance hit) * only possible to select valid memory configurations (up to 2 Mb chip, 1.5 Mb bogo and 2.5Mb fast) * Fixed keyboard mappings * when mapping keyboard keys to psp buttons the behaviour is to keep the key down until the psp button is released. * removed 2 drives from the disk menu * added msg box for when no kickstart rom is present and also for when changing kickstart roms while using PSPUAE * added msg box for when PSPUAE runs out of memory instead of crashing (makes it very hard to crash PSPUAE now) * added KickStart 2.04 & 2.05 to the Rom selection menu