ro: add separate ro service

This commit is contained in:
Liam
2023-12-08 21:10:42 -05:00
parent 5feda37688
commit 7ba4a8f4a3
9 changed files with 1147 additions and 634 deletions

View File

@@ -0,0 +1,14 @@
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
namespace Core {
class System;
}
namespace Service::RO {
void LoopProcess(Core::System& system);
} // namespace Service::RO