mirror of https://github.com/mgba-emu/mgba.git
GBA Memory: Initialize prefetch member
This commit is contained in:
parent
346e436b52
commit
8e8ca17ba3
|
@ -79,6 +79,7 @@ void GBAMemoryInit(struct GBA* gba) {
|
||||||
cpu->memory.activeNonseqCycles32 = 0;
|
cpu->memory.activeNonseqCycles32 = 0;
|
||||||
cpu->memory.activeNonseqCycles16 = 0;
|
cpu->memory.activeNonseqCycles16 = 0;
|
||||||
gba->memory.biosPrefetch = 0;
|
gba->memory.biosPrefetch = 0;
|
||||||
|
gba->memory.prefetch = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GBAMemoryDeinit(struct GBA* gba) {
|
void GBAMemoryDeinit(struct GBA* gba) {
|
||||||
|
|
Loading…
Reference in New Issue