mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 23:55:08 +01: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…
Reference in New Issue
Block a user