EmuNewz Network
Princess Maker 5 Portable -Japan -ULJM05337 - 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: Commercial Game Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=54)
+----- Forum: JPCSP - Intro Games (https://www.emunewz.net/forum/forumdisplay.php?fid=67)
+----- Thread: Princess Maker 5 Portable -Japan -ULJM05337 (/showthread.php?tid=243006)



Princess Maker 5 Portable -Japan -ULJM05337 - sum2012 - 01-05-2021

version 81bb815

   
edit:Add compiler debug log


RE: Princess Maker 5 Portable -Japan -ULJM05337 - gid15 - 01-07-2021

Code:
20:30:33 DEBUG       ge - GUI - fbp fbp=0x04000000, fbw=1024
20:30:33 DEBUG       ge - GUI - base 0x09000000
20:30:33 DEBUG       ge - GUI - jump old PC: 0x09B30914, new PC: 0x09B3092C
20:30:33 DEBUG       ge - GUI - Reloading GE Memory (0x04000000-0x04088000) to screen (480x272)
20:30:33 DEBUG       ge - GUI - GETexture.copyTextureToScreen GETexture[0x04000000-0x04110000, 480x272 (texture 1024x512), bufferWidth=1024, pixelFormat=3(PSM_8888)] at 0x0
It seems this is because the game is rendering its screen at a high resolution (1024x512) and then resizing to the PSP resolution. It doesn't work with the current implementation. Does it render properly using the external software renderer?


RE: Princess Maker 5 Portable -Japan -ULJM05337 - sum2012 - 01-10-2021

Yes,Render correctly in external software renderer

(01-07-2021, 08:40 PM)gid15 Wrote:
Code:
20:30:33 DEBUG       ge - GUI - fbp fbp=0x04000000, fbw=1024
20:30:33 DEBUG       ge - GUI - base 0x09000000
20:30:33 DEBUG       ge - GUI - jump old PC: 0x09B30914, new PC: 0x09B3092C
20:30:33 DEBUG       ge - GUI - Reloading GE Memory (0x04000000-0x04088000) to screen (480x272)
20:30:33 DEBUG       ge - GUI - GETexture.copyTextureToScreen GETexture[0x04000000-0x04110000, 480x272 (texture 1024x512), bufferWidth=1024, pixelFormat=3(PSM_8888)] at 0x0
It seems this is because the game is rendering its screen at a high resolution (1024x512) and then resizing to the PSP resolution. It doesn't work with the current implementation. Does it render properly using the external software renderer?