Fixed x64 compilation errors & cellFsGetFreeSize

This commit is contained in:
Alexandro Sánchez Bach 2014-03-03 14:16:42 +01:00
parent 4770e5af08
commit 05db17b2b0
4 changed files with 23 additions and 2 deletions

View file

@ -294,5 +294,6 @@ void sys_fs_init()
sys_fs.AddFunc(0xdb869f20, cellFsAioInit);
sys_fs.AddFunc(0x9f951810, cellFsAioFinish);
sys_fs.AddFunc(0x1a108ab7, cellFsGetBlockSize);
sys_fs.AddFunc(0xaa3b4bcd, cellFsGetFreeSize);
aio_init = false;
}