schedule pi dma (now works)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user