15 lines
253 B
C++
Raw Normal View History

2022-06-26 18:48:12 -05:00
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
namespace Core {
class System;
}
namespace Service::PTM {
void LoopProcess(Core::System& system);
2022-06-26 18:48:12 -05:00
} // namespace Service::PTM