shadPS4/tests/stubs/core_stub.cpp
kalaposfos13 9e6ed97ed7 fix tests
2026-06-07 14:25:00 +02:00

13 lines
253 B
C++

// SPDX-FileCopyrightText: Copyright 2026 shadPS4 Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include "emulator.h"
namespace Core {
Emulator::Emulator() {}
Emulator::~Emulator() {}
void Emulator::Shutdown() {}
} // namespace Core