mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-08 13:14:49 +12:00
Started work on services
This commit is contained in:
parent
3259c5c7a6
commit
208c18356b
9 changed files with 169 additions and 18 deletions
include
|
@ -74,4 +74,6 @@ public:
|
|||
static constexpr bool isAligned(u32 addr) {
|
||||
return (addr & pageMask) == 0;
|
||||
}
|
||||
|
||||
std::string readString(u32 vaddr, u32 maxCharacters);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue