Duckstation/src/core/shader_cache_version.h

7 lines
212 B
C
Raw Normal View History

// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin <stenzek@gmail.com>
// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
#pragma once
#include "types.h"
static constexpr u32 SHADER_CACHE_VERSION = 7;