early-access version 3401
This commit is contained in:
parent
e2c898b050
commit
c2eefbe6b7
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 3400.
|
||||
This is the source code for early-access 3401.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -186,6 +186,7 @@ bool Maxwell3D::IsMethodExecutable(u32 method) {
|
|||
case MAXWELL3D_REG_INDEX(launch_dma):
|
||||
case MAXWELL3D_REG_INDEX(inline_data):
|
||||
case MAXWELL3D_REG_INDEX(fragment_barrier):
|
||||
case MAXWELL3D_REG_INDEX(invalidate_texture_data_cache):
|
||||
case MAXWELL3D_REG_INDEX(tiled_cache_barrier):
|
||||
return true;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue