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

DS hybrid view - options to align screen #84

Open
Papermanzero opened this issue Feb 7, 2019 · 2 comments
Open

DS hybrid view - options to align screen #84

Papermanzero opened this issue Feb 7, 2019 · 2 comments

Comments

@Papermanzero
Copy link

The DS hybrid shader needs some options to better align the screen.

  1. vertical alignment - top, centred, bottom
    Currently the two ds screens are only aligned on the top screen border. It would be nice to center the screen or to align the screen to the bottom border
  2. Side - right, left
    Currently the two ds screens are just on the right side. An option to bring them to the left side would be good
  3. screen gap - pixels
    The gap between the two ds screens. Some games rely on the gap size.
@hizzlekizzle
Copy link
Collaborator

hizzlekizzle commented Feb 8, 2019

1 is doable, 2 is possible but complicated, 3 isn't really possible (the way the current shader is structured) since it treats the whole screen as a single object. I think there's a core option for 3 that should handle it better.

@Papermanzero
Copy link
Author

For 3) Yes the cOre option is available. However the shader cuts the pixels from the borders.
Means if i would set a gap of 10 pixels, the hybrid filter would cut 5 pixels on top of the top screen and 5 pixels on the bottom of the bottom screen.

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

No branches or pull requests

2 participants