mirror of
https://github.com/AxioDL/kabufuda.git
synced 2025-12-10 22:17:40 +00:00
FileHandle refactor
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user