service: Stub mcu::HWC

This commit is contained in:
GPUCode
2024-02-09 01:57:52 +02:00
parent 2766118e33
commit bac61d012c
6 changed files with 94 additions and 1 deletions

View File

@ -0,0 +1,15 @@
// Copyright 2024 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
namespace Core {
class System;
}
namespace Service::MCU {
void InstallInterfaces(Core::System& system);
} // namespace Service::MCU