mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +00:00
10 lines
No EOL
197 B
C++
10 lines
No EOL
197 B
C++
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
namespace Shader::Gcn {
|
|
|
|
void Translate();
|
|
|
|
} // namespace Shader::Gcn
|