usbloadergx/source/usbloader/wbfs/wbfs_ntfs.cpp
dimok321 64744ce20d *Fixed booting games from FAT/NTFS (thx r-win)
*Fixed Toy Story 3 boot bug
*Changed IOS limits. Now allowing all IOSs from 200-255 to support more Waninkoko cIOS slots. You will get a warning if you don't have an IOS installed and try to choose it.
2010-11-07 12:16:34 +00:00

15 lines
226 B
C++

#include "wbfs_ntfs.h"
#include "fatmounter.h"
#include "libs/libntfs/ntfs.h"
s32 Wbfs_Ntfs::Open()
{
strcpy(wbfs_fs_drive, "NTFS:");
return MountNTFS(lba);
}
bool Wbfs_Ntfs::ShowFreeSpace(void)
{
return true;
}