mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
Merge pull request #1766 from Armada651/enable-stereo
Enable stereoscopy settings.
This commit is contained in:
commit
15f074dd21
13 changed files with 70 additions and 55 deletions
|
@ -81,8 +81,8 @@ static const struct
|
|||
{ "FreelookZoomOut", 83 /* 'S' */, 4 /* wxMOD_SHIFT */ },
|
||||
{ "FreelookReset", 82 /* 'R' */, 4 /* wxMOD_SHIFT */ },
|
||||
|
||||
{ "IncreaseSeparation", 0, 0 /* wxMOD_NONE */ },
|
||||
{ "DecreaseSeparation", 0, 0 /* wxMOD_NONE */ },
|
||||
{ "IncreaseDepth", 0, 0 /* wxMOD_NONE */ },
|
||||
{ "DecreaseDepth", 0, 0 /* wxMOD_NONE */ },
|
||||
{ "IncreaseConvergence", 0, 0 /* wxMOD_NONE */ },
|
||||
{ "DecreaseConvergence", 0, 0 /* wxMOD_NONE */ },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue