Open djleone1 opened 3 years ago
Can you post a native-res screenshot of a game this would be applied to? It will be necessary for testing if I decide to attempt it.
The two games I'm interested in using this for with mame2003-plus are balonfgt and vstennis. My system is down at the moment (doing a bunch of soldering work) but if you need me to send screenshots I will do that as soon as I get it back up and running.
Also, I was thinking - the normal cocktail_portrait shader almost does exactly what I want, but instead of copying the whole image to the bottom and top of the screen, if it could copy the left half of the image to the bottom and the right half of the image to the top, that would be exactly what is needed for these 2 games.
The first 3 images below are a few examples (Vs. Balloon Fight, Vs. Baseball, and Vs. Tennis). They are all screenshots I took with my selected 9:16 aspect ratio (due to my rotated screen, I select an aspect ratio that gives me the appropriate dimensions for the image so it doesn't look stretched).
Next, I've included a screenshot of Vs. Tennis with "Core provided" aspect ratio, in case you need that.
Finally, a photoshop mock-up of the desired shader result.
Thanks for your help!
Love all the work here! I looked at some of the GLSL shader code and am not really understanding how to create my own, so I thought I'd ask if someone here could help me with this request.
Could someone create a shader that will take a dual screen side-by-side image and make it cocktail (or let me know if one already exists and I've missed it)? This would involve taking the left half of the image and centering it on the lower (P1 side) of the screen, and taking the right half of the image, rotating it 180 degrees, and centering it on the upper (P2 side) of the screen. Example...
How the original looks on my cocktail screen:
Desired Shader Output:
Thanks in advance!