mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Update pspiofilemgr_devctl.h
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user