mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-10 11:45:00 -06:00
13 lines
253 B
C++
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
|