early-access version 2054
This commit is contained in:
parent
6720dcdd2d
commit
c563c0559c
2 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 2053.
|
||||
This is the source code for early-access 2054.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -110,10 +110,6 @@ public:
|
|||
return Exchange(Dirty::DepthTestEnable, false);
|
||||
}
|
||||
|
||||
bool TouchDepthBoundsEnable() {
|
||||
return Exchange(Dirty::DepthBoundsEnable, false);
|
||||
}
|
||||
|
||||
bool TouchDepthWriteEnable() {
|
||||
return Exchange(Dirty::DepthWriteEnable, false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue