shadPS4/tests/stubs/common_stub.cpp
Niram7777 854b291c63
Spdlog migration (#4069)
* spdlog migration

* gitmodule instead of cmake
2026-04-19 00:57:05 +03:00

11 lines
238 B
C++

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