1
0
mirror of https://github.com/pumpitupdev/pumptools.git synced 2025-03-03 08:15:47 +01:00

asset/nxa: Add file sizes of usbprofile binary files

This commit is contained in:
icex2 2020-10-06 23:26:14 +02:00
parent 9c75c248a5
commit eb73174f0d
2 changed files with 4 additions and 0 deletions

View File

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

View File

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