mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Convert XFMemory to BitField and enum class
Additionally a new ClipDisable union has been added (though it is not currently used by Dolphin).
This commit is contained in:
parent
953e09428f
commit
aab81d5aa0
12 changed files with 299 additions and 202 deletions
|
@ -45,7 +45,7 @@ void GeometryShaderManager::SetConstants()
|
|||
{
|
||||
s_projection_changed = false;
|
||||
|
||||
if (xfmem.projection.type == GX_PERSPECTIVE)
|
||||
if (xfmem.projection.type == ProjectionType::Perspective)
|
||||
{
|
||||
float offset = (g_ActiveConfig.iStereoDepth / 1000.0f) *
|
||||
(g_ActiveConfig.iStereoDepthPercentage / 100.0f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue