common: Add more robust ZSTD handling. (#7071)

This commit is contained in:
Steveice10
2023-10-15 14:08:29 -07:00
committed by GitHub
parent 07839fb3ce
commit 4c59443ed2
3 changed files with 35 additions and 8 deletions

View File

@@ -10,10 +10,11 @@
namespace Pica::Shader::Generator {
// NOTE: Changing the order impacts shader transferable and precompiled cache loading.
enum ProgramType : u32 {
VS = 0,
GS = 2,
FS = 1,
GS = 2,
};
enum Attributes {