mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-17 09:13:57 +12:00
[FS] Done with CreateFile
This commit is contained in:
parent
93d2d300b9
commit
49dcc25795
15 changed files with 85 additions and 3 deletions
include/kernel
|
@ -124,6 +124,7 @@ private:
|
|||
|
||||
public:
|
||||
Kernel(CPU& cpu, Memory& mem, GPU& gpu);
|
||||
void initializeFS() { return serviceManager.initializeFS(); }
|
||||
void setVersion(u8 major, u8 minor);
|
||||
void serviceSVC(u32 svc);
|
||||
void reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue