FileHandle refactor

This commit is contained in:
Jack Andersen
2017-01-23 21:40:47 -10:00
parent b5f5104877
commit 408ac735b4
7 changed files with 229 additions and 196 deletions

View File

@@ -8,7 +8,7 @@ int main()
uint64_t a = 0;
mc.getSerial(a);
std::unique_ptr<kabufuda::IFileHandle> f;
kabufuda::FileHandle f;
mc.openFile("MetroidPrime A", f);
for (uint32_t i = 0; i < 127; i++)
{