early-access version 3401

This commit is contained in:
pineappleEA
2023-02-14 22:48:35 +01:00
parent e2c898b050
commit c2eefbe6b7
2 changed files with 2 additions and 1 deletions

View File

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