mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
7 lines
275 B
C
7 lines
275 B
C
// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team
|
|
// SPDX-License-Identifier: LGPL-3.0+
|
|
|
|
/// Version number for GS and other shaders. Increment whenever any of the contents of the
|
|
/// shaders change, to invalidate the cache.
|
|
static constexpr u32 SHADER_CACHE_VERSION = 48;
|