Archive for 'Console'

PMP Mod M4g3 + Network Support

Moved my network code to the M4g3 version. Also added configfile support so that you are able to make your WIFI settings via the configfile pmp.ini. Since i had to move the main thread to userspace the HOME button isn’t working, so you have to use TRIANGLE to quit the player. Picture 1 Source Binary

PSP Video Encoder with PMP support

Added support for the PMP Container format used by PMP_MOD. The perl based muxer is included in this package. To use the PMP Container format you have to define this variables in the python script. PSPPMPPATH = “/psp/video” PMPMUX = “pmpmuxer.pl” Encode video: python psp.py -m pmp -i file.mpg Encode video and cleanup: python psp.py [...]

Stella 2.0 Update

Updated PSP build to reflect lastest changes of the of the Stella project. This build is done with revison 1654 of pspsdk and libsdl. Changelog libsdl links against GL Loader menu has simplified naviagtion Building To build for the PSP, make sure psp-config is in the path and run: ./configure –host=psp make make psp-layout make [...]

New Stella Build

Updated PSP build to reflect lastest changes of the of the Stella project. Currently the PSP build only works when not disabling the Debugger Console during compile time. So this time configure option –disable-developer will leed to a broken build, even when the debugger is not useable on the PSP. This build is done with [...]