mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 22:25:42 +00:00
4 lines
79 B
C
4 lines
79 B
C
|
#pragma once
|
||
|
#include "types.h"
|
||
|
|
||
|
static constexpr u32 SHADER_CACHE_VERSION = 1;
|