early-access version 2054

main
pineappleEA 2021-09-13 01:17:22 +02:00
parent 6720dcdd2d
commit c563c0559c
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -110,10 +110,6 @@ public:
return Exchange(Dirty::DepthTestEnable, false);
}
bool TouchDepthBoundsEnable() {
return Exchange(Dirty::DepthBoundsEnable, false);
}
bool TouchDepthWriteEnable() {
return Exchange(Dirty::DepthWriteEnable, false);
}