fixup! hle: kernel: Rename Process to KProcess.

This commit is contained in:
bunnei
2021-05-01 12:18:38 -07:00
parent 66d9f319ba
commit 4149670ee8
+1 -1
View File
@@ -197,7 +197,7 @@ private:
class [[nodiscard]] KScopedSchedulerLock : KScopedLock<GlobalSchedulerContext::LockType> {
public:
explicit KScopedSchedulerLock(KernelCore& kernel);
explicit KScopedSchedulerLock(KernelCore & kernel);
~KScopedSchedulerLock();
};