1
0
mirror of https://github.com/pumpitupdev/pumptools.git synced 2024-11-13 18:20:46 +01:00

asset/nxa: Add sizes of usbprofile files

This commit is contained in:
icex2 2021-04-07 08:40:35 +02:00
parent b4587985f6
commit 7d03f6b7dc
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#include <stdint.h>
#include <stdlib.h>
#define ASSET_NXA_USB_RANK_SIZE 24648
enum asset_nxa_usb_rank_sizes {
ASSET_NXA_USB_RANK_MAX_STAGES = 3,
ASSET_NXA_USB_RANK_MAX_RANK_ENTRIES = 256,

View File

@ -4,6 +4,8 @@
#include <stdint.h>
#include <stdlib.h>
#define ASSET_NXA_USB_SAVE_SIZE 90868
enum asset_nxa_usb_save_limits {
ASSET_NXA_USB_SAVE_SERIAL_ID_MAX = 64,
ASSET_NXA_USB_SAVE_PLAYER_ID_MAX = 12,