Update pspiofilemgr_devctl.h

This commit is contained in:
Damián Parrino
2023-09-19 11:03:47 -03:00
committed by GitHub
parent b3a6694d46
commit 70678dd078

View File

@@ -24,9 +24,9 @@ typedef struct SceDevInf {
/* cluster of empty logical block */
uint32_t maxSectors;
/* bytes x logical sector */
int sectorSize;
int32_t sectorSize;
/* sector x cluster */
int sectorCount;
int32_t sectorCount;
} SceDevInf;
typedef struct SceDevctlCmd {