-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video Output bug outside screen #62
Comments
Are you using a handheld device like PSP? That looks a non-power-of-2 pitch bug with the physical hardware.
We'd have to round up to 2048, but also need someone for testing. |
Tagging #69 |
max_width should probably set this to the aligned width as well beetle-pce-libretro/libretro.cpp Line 1690 in 6f17ebf
Who are still having this issue? based on vce.cpp references, each scanline has a max of 2048 pixel, so a max buffer width of 2048 should be fine here and got back to use mdfn provided pitch (DisplayRect->pitch), with expected maximum lines to be 264. |
pce fast and supergrafx cores are ok
only @LibretroAdmin updated this pce core with this bug
screenshot tool: RetroArch
The text was updated successfully, but these errors were encountered: