Stub CloseHandle

This commit is contained in:
wheremyfoodat 2022-09-16 16:18:12 +03:00
parent 0fbc5f210f
commit 6219abd17a
2 changed files with 8 additions and 1 deletions

View file

@ -57,6 +57,7 @@ class Kernel {
void getResourceLimit();
void getResourceLimitLimitValues();
void getResourceLimitCurrentValues();
void svcCloseHandle();
public:
Kernel(std::array<u32, 16>& regs, Memory& mem) : regs(regs), mem(mem), handleCounter(0) {