schedule pi dma (now works)

This commit is contained in:
SimoneN64
2023-06-06 10:12:18 +02:00
parent 2a99afbb08
commit 537ab446ba
4 changed files with 42 additions and 26 deletions

View File

@@ -95,7 +95,7 @@ struct Mem {
free(temp);
fclose(fp);
}
uintptr_t writePages[PAGE_COUNT], readPages[PAGE_COUNT];
uintptr_t writePages[PAGE_COUNT]{}, readPages[PAGE_COUNT]{};
ROM rom;
SaveType saveType;
private: