The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.27 (Linux)
|
![]() |
Booting VSH in Jpcsp - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191) +--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51) +---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56) +---- Thread: Booting VSH in Jpcsp (/showthread.php?tid=175293) |
Booting VSH in Jpcsp - gid15 - 09-23-2016 Hi Jpcsp community! with the last commits, Jpcsp is now able to boot the official PSP VSH interface. The menus are not yet working properly, it is currently only an alpha release. I continue to work on it ![]() Attached is a screenshot showing it in x2 resolution. To try it by yourself, you will need to copy some files from a PSARDUMP on your real PSP: Code: flash0/kd/mgr.prx RE: Booting VSH in Jpcsp - shadow - 09-23-2016 amazing ![]() RE: Booting VSH in Jpcsp - sum2012 - 09-25-2016 Copy the files to which directory ? RE: Booting VSH in Jpcsp - onelight - 09-25-2016 (09-25-2016, 12:31 AM)sum2012 Wrote: Copy the files to which directory ? copy to flash0 RE: Booting VSH in Jpcsp - onelight - 09-25-2016 amazing boot animation debug settings !? It was the first time a know PSP has the debug settings Microsoft KM-TEST Loopback Adapter showing on network steeings ! It that will make Multiplayer between jpcsp with PSP work ? Actually I install Microsoft KM-TEST Loopback Adapter for PSP online Multiplayer(using XLinkKai, MHPTunnel or psptunnel) can view picture but play mp3,mp4 not work Homebrew not boot offical DEMO GAME can start but jpcsp not boot it. PSP model must be 1000 or it will get error like that RE: Booting VSH in Jpcsp - sum2012 - 09-25-2016 I don't have flash0/kd/mesg_led_01g.prx flash0/kd/mesg_led_02g.prx instread have memlmd_09g.prx and mesg_led_09g.prx but jpcsp don't start with --vsh RE: Booting VSH in Jpcsp - DragonNeos - 09-25-2016 Do you get an error message when you start JPCSP with those files (memlmd_09g.prx & mesg_led_09g.prx) in the kd directory or is the emulator not opening when you click on the .bat file after you added --vsh into the file? RE: Booting VSH in Jpcsp - gid15 - 09-26-2016 (09-25-2016, 01:17 PM)onelight Wrote: debug settings !? It was the first time a know PSP has the debug settingsI don't know yet which call is enabling the menu, it was just there by chance ![]() There was a registry entry named "/TOOL/CONFIG/np_debug" but it doesn't control this menu entry... (09-25-2016, 01:17 PM)onelight Wrote: Microsoft KM-TEST Loopback Adapter showing on network steeings ! It that will make Multiplayer between jpcsp with PSP work ?The name displayed there is retrieved from your network configuration, but it has no real impact. It is just to display a meaningful name instead of "Dummy SSID"... (09-25-2016, 01:17 PM)onelight Wrote: Homebrew not bootI will need to apply the same patches as CFW to enable running unsigned PRX's (i.e. homebrews) from the VSH. It currently acts like a normal PSP without CFW. What does the message from the official DEMO say? (09-25-2016, 07:31 PM)sum2012 Wrote: I don't haveIf you take the output of PSARDUMP, you will have all variants of "mesg_led_XXg.prx". RE: Booting VSH in Jpcsp - onelight - 09-26-2016 (09-26-2016, 07:37 AM)gid15 Wrote: I will need to apply the same patches as CFW to enable running unsigned PRX's (i.e. homebrews) from the VSH. It currently acts like a normal PSP without CFW. Not message from the official DEMO. when I run DEMO, it looks as real PSP: after those 2 screen the DEMO should be boot, but JPCSP Stay in the 2ND screen. Code: 0x0885F7BC 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 >................< RE: Booting VSH in Jpcsp - gid15 - 09-26-2016 (09-26-2016, 07:37 AM)gid15 Wrote:Starting with ee50860, some homebrews can be started from the VSH, but not of them are working yet...(09-25-2016, 01:17 PM)onelight Wrote: Homebrew not bootI will need to apply the same patches as CFW to enable running unsigned PRX's (i.e. homebrews) from the VSH. It currently acts like a normal PSP without CFW. |