mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 21:30:05 +00:00
common: Add more robust ZSTD handling. (#7071)
This commit is contained in:
parent
07839fb3ce
commit
4c59443ed2
3 changed files with 35 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue