mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
Add hello world test ROM
This commit is contained in:
parent
36453629d5
commit
7dc2b37c5a
3 changed files with 231 additions and 2 deletions
|
@ -88,8 +88,8 @@ void Kernel::svcCloseHandle() {
|
|||
regs[0] = SVCResult::Success;
|
||||
}
|
||||
|
||||
// OutputDebugString(const char* str, int size)
|
||||
// TODO: Does this actually write an error code in r0?
|
||||
// Result OutputDebugString(const char* str, s32 size)
|
||||
// TODO: Does this actually write an error code in r0 and is the above signature correct?
|
||||
void Kernel::outputDebugString() {
|
||||
const u32 pointer = regs[0];
|
||||
const u32 size = regs[1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue