mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[FS] Implement ControlArchive
This commit is contained in:
parent
eaa7b4d55b
commit
3a674a1ba0
4 changed files with 41 additions and 2 deletions
|
@ -81,6 +81,7 @@ namespace PICAInternalRegs {
|
|||
CmdBufTrigger1 = 0x23D,
|
||||
|
||||
PrimitiveConfig = 0x25E,
|
||||
PrimitiveRestart = 0x25F,
|
||||
|
||||
// Vertex shader registers
|
||||
VertexShaderAttrNum = 0x242,
|
||||
|
|
|
@ -39,6 +39,7 @@ class FSService {
|
|||
// Service commands
|
||||
void createFile(u32 messagePointer);
|
||||
void closeArchive(u32 messagePointer);
|
||||
void controlArchive(u32 messagePointer);
|
||||
void deleteFile(u32 messagePointer);
|
||||
void formatSaveData(u32 messagePointer);
|
||||
void getFormatInfo(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue