mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-09 21:07:23 +00:00
9 lines
209 B
C
9 lines
209 B
C
// SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin <stenzek@gmail.com>
|
|
// SPDX-License-Identifier: CC-BY-NC-ND-4.0
|
|
|
|
#pragma once
|
|
|
|
#include "common/types.h"
|
|
|
|
static constexpr u32 SHADER_CACHE_VERSION = 25;
|