#3146 closed defect (fixed)
PSP: 435x272 resolution cursor misalignement
Reported by: | hkzlab | Owned by: | joostp |
---|---|---|---|
Priority: | normal | Component: | Port: PSP |
Version: | Keywords: | ||
Cc: | Game: |
Description
As of svn revision 26451, if you try to use resolution 353x272 centered (which looking at the code really is 435X272) on the PSP port, you get weird cursor misalignement problem on games with "non standard" resolutions.
I verified that the bug shows itself with scaled down games like "COMI" or FMTOWNS games like Indiana Jones and the last crusade (where the resolution isn't standard 320x200): the screen is shown correctly but if you try to select an answer from a dialogue, or an action/item from the inventory you can see that the cursor has an offset of about 1,5cm. The uploaded patch solves the problem for me... as it calculates the cursor position in another way.
Ticket imported from: #1698312. Ticket imported from: bugs/3146.
Attachments (1)
Change History (8)
by , 18 years ago
Attachment: | scummvm-PSP-svn25451-435x271.patch added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|
comment:2 by , 18 years ago
Resolution: | fixed |
---|
comment:3 by , 18 years ago
Owner: | set to |
---|
comment:4 by , 18 years ago
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 18 years ago
Thanks for finding and fixing this bug, the patch looks fine and is now committed to SVN.
Also, apologies for the late response. =)
comment:7 by , 6 years ago
Component: | → Port: PSP |
---|
The patch looks all correct to me.