Skip to content
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

Any way to have correct aspect ration in fullscreen? #546

Open
daninthemix opened this issue Jun 1, 2018 · 3 comments
Open

Any way to have correct aspect ration in fullscreen? #546

daninthemix opened this issue Jun 1, 2018 · 3 comments

Comments

@daninthemix
Copy link

Just wondering if there's any way to get the correct aspect ratio in full-screen, as all available options are (stretched) widescreen (e.g. 3840x2160).

@Aris-t2
Copy link

Aris-t2 commented Jun 2, 2018

Edit your yabause.ini and try to set

Video\FullscreenWidth=2880
Video\FullscreenHeight=2160

Saturn content should be displayed in 4:3 within a 3840x2160 resolution with black vertical lines on the left and right that way.

@eadmaster
Copy link

eadmaster commented Sep 17, 2019

can you add some sort of widescreen hack and avoid the black vertical lines?

(i know there are patches for that, but they are game-specific)

@natelawrence
Copy link

natelawrence commented Sep 17, 2019

Game engines were all custom in the Saturn era, so there's no such thing as a universal widescreen hack, since each game used the Saturn's hardware in unique ways.

The solution would, by necessity, need to be game-specific and would require both

  • modification of the game code (either by patching the game image or by applying GameShark-style modifications at run time) and
  • modification of the emulated hardware
    if you truly want a flawless experience.

Take a look at the bsnes/Higan community working toward widescreen support. Modification of the emulator to support widescreen is important but not sufficient. You need game-specific mods/ROM-hacks to complete the experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants