Another memstick ioctl, minor fixes
This commit is contained in:
parent
8e5fb74c12
commit
1b90a8b327
5 changed files with 30 additions and 6 deletions
|
@ -22,4 +22,9 @@ u64 MemoryStick_SectorSize()
|
|||
u64 MemoryStick_FreeSpace()
|
||||
{
|
||||
return 1ULL * 1024 * 1024 * 1024; // 1GB
|
||||
}
|
||||
}
|
||||
|
||||
void MemoryStick_SetFatState(MemStickFatState state)
|
||||
{
|
||||
memStickFatState = state;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue