mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-04 10:18:28 +00:00
Stub CloseHandle
This commit is contained in:
parent
0fbc5f210f
commit
6219abd17a
2 changed files with 8 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue