mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-14 10:37:55 +03:00
Fix depthClampDisable register offset in Maxwell 3D
This commit is contained in:
parent
7fd9d347e3
commit
dbb684835f
@ -564,7 +564,7 @@ namespace skyline::soc::gm20b::engine::maxwell3d::type {
|
||||
u8 _unk0_ : 2;
|
||||
bool depthClampNear : 1;
|
||||
bool depthClampFar : 1;
|
||||
u8 _unk1_ : 7;
|
||||
u8 _unk1_ : 6;
|
||||
bool depthClampDisable : 1;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user