Another memstick ioctl, minor fixes

This commit is contained in:
Henrik Rydgard 2012-11-09 10:01:54 +01:00
parent 8e5fb74c12
commit 1b90a8b327
5 changed files with 30 additions and 6 deletions

View file

@ -22,4 +22,9 @@ u64 MemoryStick_SectorSize()
u64 MemoryStick_FreeSpace()
{
return 1ULL * 1024 * 1024 * 1024; // 1GB
}
}
void MemoryStick_SetFatState(MemStickFatState state)
{
memStickFatState = state;
}