Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Hardcoded window size and display resolution #27

Open
sbercx opened this issue Feb 20, 2017 · 1 comment
Open

Hardcoded window size and display resolution #27

sbercx opened this issue Feb 20, 2017 · 1 comment

Comments

@sbercx
Copy link

sbercx commented Feb 20, 2017

I made a side by side stereoscopy middleware that renders the left and right frame buffer side by side, so that you can view them with crossed eyes to achieve stereoscopy. This works great, but currently requires you to double the hardcoded width of both the window and the display resolution.

How should this problem be tackled?

@yupferris
Copy link
Member

Nice one!

I've thought a bit about this, and I think generalizing a bit over frame data and adding width/height info to the frames as they go through the sinks is probably a good option, but I'm not 100% sure yet. I'd like to know what our libretro options look like first to see if changing this dynamically makes sense or not.

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

No branches or pull requests

2 participants