mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-03 09:48:27 +00:00
connectToPort stub, acknowledge configuration memory
This commit is contained in:
parent
8bb494229d
commit
aa643c44bb
5 changed files with 27 additions and 1 deletions
|
@ -59,6 +59,7 @@ class Kernel {
|
|||
void getResourceLimitLimitValues();
|
||||
void getResourceLimitCurrentValues();
|
||||
void svcCloseHandle();
|
||||
void connectToPort();
|
||||
|
||||
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