1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 10:54:16 +01:00

[dxso] Don't warn about Phase opcode

This commit is contained in:
Joshua Ashton 2021-02-27 21:17:01 +00:00
parent eadfa94f8e
commit 375f8323e2
No known key found for this signature in database
GPG Key ID: C85A08669126BE8D

View File

@ -195,6 +195,7 @@ namespace dxvk {
case DxsoOpcode::End:
case DxsoOpcode::Comment:
case DxsoOpcode::Phase:
break;
default: