Got lazy today added a completely hackish emulator for minifire (psp code inside have hacks to run minifire demo only). I am not sure if it will go further , i am just testing a few stuff (the recompiler is fast in win32 , you can enable it from MainWindow.cpp OnIdle function , still lazy enough to do a x64 version) https://github.com/georgemoralis/pcsp
Added few ioDevctl on device "mscmhc0:" used by flash0:/kd/utility.prx. Based on implementation from IoFileMgrForUser.java. Only 64bit Windows https://www.mediafire.com/file/ekig7n4nj...4.zip/file linux https://www.mediafire.com/file/a7np6tm9y...4.zip/file
Fixed module version when loading encrypted PSP modules on older firmware versions (important e.g. for sceMpeg which is testing the module version). Only 64bit Windows https://www.mediafire.com/file/nr8rv01os...4.zip/file linux https://www.mediafire.com/file/qkzpthm2h...4.zip/file
Fixed LLE reboot for PSP-3000 when not using pre-IPL file. Only 64bit Windows https://www.mediafire.com/file/jlrm0cd09...4.zip/file Linux https://www.mediafire.com/file/mp5s7ef27...4.zip/file
PRX: avoid warning due to duplicate tag 0x00000000 windows https://www.mediafire.com/file/nf8iox2xf...4.zip/file linux https://www.mediafire.com/file/ha4msf6sm...4.zip/file
mplemented sceNwman_9555D68D() windows https://www.mediafire.com/file/eb48shueb...4.zip/file linux https://www.mediafire.com/file/g4jj17kcl...4.zip/file
Improved screen resizing when rendering to a FBO. Windows https://www.mediafire.com/file/diewr3gmi...4.zip/file Linux https://www.mediafire.com/file/ay18o0x1y...4.zip/file
Updated README, mainly adding a new section on LLE emulation support. Windows https://www.mediafire.com/file/cvnd9qj7i...4.zip/file linux https://www.mediafire.com/file/4vehavt6i...4.zip/file
Multi-threaded OpenGL renderer: fixed scePowerRequestColdReset() when used by the PSP updater to reboot the PSP. Windows https://www.mediafire.com/file/iwhihz8ul...4.zip/file linux https://www.mediafire.com/file/ionuq65p2...4.zip/file
Trying to avoid null value returned by glXChooseVisual() on some Linux distributions Windows https://www.mediafire.com/file/9jh36p4t2...4.zip/file linux https://www.mediafire.com/file/mjccunlgc...4.zip/file