Skip to content

Commit

Permalink
Add missing FSARequest/FSAResponse structs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell authored and fincs committed Sep 17, 2022
1 parent 0edd2e9 commit 80de7e3
Show file tree
Hide file tree
Showing 2 changed files with 602 additions and 31 deletions.
4 changes: 2 additions & 2 deletions include/coreinit/filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ extern "C" {
#endif

#define FS_MAX_PATH (0x27F)
#define FS_MODE_LENGTH (0x10)

typedef uint32_t FSDirectoryHandle;
typedef uint32_t FSFileHandle;
Expand Down Expand Up @@ -393,8 +394,7 @@ WUT_CHECK_OFFSET(FSAsyncResult, 0x20, block);
WUT_CHECK_OFFSET(FSAsyncResult, 0x24, status);
WUT_CHECK_SIZE(FSAsyncResult, 0x28);

struct FSCmdBlockBody
{
struct FSCmdBlockBody {
WUT_UNKNOWN_BYTES(0x96C);
FSAsyncResult asyncResult;
WUT_UNKNOWN_BYTES(0x68);
Expand Down
Loading

0 comments on commit 80de7e3

Please sign in to comment.