EmuNewz Network

Full Version: Princess Maker 5 Portable -Japan -ULJM05337
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
version 81bb815

[attachment=34949]
edit:Add compiler debug log
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?
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?