mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-06 04:04:49 +12:00
[Kernel] Make File::GetSize panic
This commit is contained in:
parent
deaf7d518c
commit
c16bf5c8aa
3 changed files with 22 additions and 1 deletions
include/kernel
|
@ -120,6 +120,7 @@ private:
|
|||
void handleFileOperation(u32 messagePointer, Handle file);
|
||||
void closeFile(u32 messagePointer, Handle file);
|
||||
void readFile(u32 messagePointer, Handle file);
|
||||
void getFileSize(u32 messagePointer, Handle file);
|
||||
|
||||
public:
|
||||
Kernel(CPU& cpu, Memory& mem, GPU& gpu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue