Skip to content

Commit

Permalink
nyx: Add resized emuMMC creation
Browse files Browse the repository at this point in the history
  • Loading branch information
CTCaer committed Feb 6, 2021
1 parent b6e458e commit 3b9ab66
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 36 deletions.
3 changes: 2 additions & 1 deletion bdk/utils/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ typedef enum _nyx_ums_type
typedef enum _nyx_sept_type
{
NYX_SEPT_DUMP = 0,
NYX_SEPT_CAL0
NYX_SEPT_CAL0,
NYX_SEPT_EMUF
} nyx_sept_type;

typedef struct __attribute__((__packed__)) _boot_cfg_t
Expand Down
Loading

0 comments on commit 3b9ab66

Please sign in to comment.