// SPDX-FileCopyrightText: Copyright 2026 shadPS4 Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #include namespace Common { std::string GetCurrentThreadName() { return "shadPS4::Test"; } } // namespace Common