Emulator Issues #117
closedScreen off-center (Video Plugin)
0%
Description
What steps will reproduce the problem?
- Load MKDD or RE1
- See the video output is off-center
3.
What is the expected output? What do you see instead?
Some games like MKDD and RE1 do not display it's video in the center or the
screen, it's off to the left with a bunch of garbage on the right end.
Normally, the video display should be centered and not off to one side.
Please use labels and text to provide additional information.
Updated by hrydgard about 16 years ago
- Status changed from New to Accepted
Yup, games sometimes play with the video hardware registers to scale and move the
image into place. We don't take that into account yet.
Updated by Sonicadvance1 about 16 years ago
- Category set to logic
- Operating system N/A added
Updated by tommyhl2.SS about 16 years ago
MKDD and RE4 are starting to look great now, but the screen needs to be centered.
Updated by Sonicadvance1 about 16 years ago
I think instead of resizing the screen via stretching the XFB image around, we could
actually make the vertices stretch so it looks correct. But there is a good chance
this wouldn't work well, might be worth a look in to. Having a massive blurred look
over the screen in some games is kind of nasty ;p
Updated by alan almost 16 years ago
Don't imagine many people have a copy of the game to test it out with, as it was a
bit of a flop, but Casper Spirit Dimensions suffer from a similar problem with a
different appearance with both DX and OGL plugins. There's far worse problems in the
game too, but I believe this particular problem could be related to this issue.
With the DX plugin, the whole display seems to be shifted down. With OGL it appears
to be stretched. Also note Casper-DX2.png which shows an anomaly only present in the
DX plugin, which may also be relevant. See attached screenshots.
Updated by XTra.KrazzY almost 16 years ago
Not a dupe of issue 45, as this is not a fullscreen issue. I also have been getting
this in Shadow the Hedgehog.
Updated by XTra.KrazzY almost 16 years ago
- Status changed from Accepted to Fixed
The latest Copy EFB hack fixes this. Fixed until someone says otherwise