mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-06 04:04:49 +12:00
Add svcOutputDebugString, booting our first test ROM
This commit is contained in:
parent
91356f1de9
commit
36453629d5
3 changed files with 14 additions and 1 deletions
include/kernel
|
@ -71,6 +71,7 @@ class Kernel {
|
|||
void sendSyncRequest();
|
||||
void svcCloseHandle();
|
||||
void connectToPort();
|
||||
void outputDebugString();
|
||||
|
||||
public:
|
||||
Kernel(std::array<u32, 16>& regs, Memory& mem) : regs(regs), mem(mem), handleCounter(0), serviceManager(regs, mem) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue