service: move hle_ipc from kernel

This commit is contained in:
Liam 2023-02-19 14:42:12 -05:00
parent 6ac62cfbe1
commit d7e9461b71
148 changed files with 1668 additions and 1733 deletions

View file

@ -17,11 +17,11 @@ NVMEMP::NVMEMP(Core::System& system_) : ServiceFramework{system_, "nvmemp"} {
NVMEMP::~NVMEMP() = default;
void NVMEMP::Open(Kernel::HLERequestContext& ctx) {
void NVMEMP::Open(HLERequestContext& ctx) {
UNIMPLEMENTED();
}
void NVMEMP::GetAruid(Kernel::HLERequestContext& ctx) {
void NVMEMP::GetAruid(HLERequestContext& ctx) {
UNIMPLEMENTED();
}