service: add os types and multi wait API

This commit is contained in:
Liam
2024-02-06 23:09:43 -05:00
parent c10e720ba9
commit 9404633bfd
13 changed files with 287 additions and 9 deletions

View File

@@ -14,7 +14,7 @@
#include "common/thread.h"
#include "core/hle/result.h"
#include "core/hle/service/hle_ipc.h"
#include "core/hle/service/mutex.h"
#include "core/hle/service/os/mutex.h"
namespace Core {
class System;