mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
OGL: Add Top-and-Bottom stereoscopy mode.
This commit is contained in:
parent
1261bd02ca
commit
f74d1b16ed
5 changed files with 47 additions and 26 deletions
|
@ -83,6 +83,8 @@ public:
|
|||
static const TargetRectangle& GetTargetRectangle() { return target_rc; }
|
||||
static void UpdateDrawRectangle(int backbuffer_width, int backbuffer_height);
|
||||
|
||||
// Use this to convert a single target rectangle to two stereo rectangles
|
||||
static void ConvertStereoRectangle(const TargetRectangle& rc, TargetRectangle& leftRc, TargetRectangle& rightRc);
|
||||
|
||||
// Use this to upscale native EFB coordinates to IDEAL internal resolution
|
||||
static int EFBToScaledX(int x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue