Remove endless loop
This commit is contained in:
parent
23733abc2b
commit
cf38a28107
|
@ -84,6 +84,5 @@ namespace SPU {
|
||||||
|
|
||||||
// Enable SPU DMA
|
// Enable SPU DMA
|
||||||
DPCR.write(DPCR.read() | DMAControlRegister::SPUEnable);
|
DPCR.write(DPCR.read() | DMAControlRegister::SPUEnable);
|
||||||
while(!DPCR.read().is_bit_set(DMAControlRegister::SPUEnable));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue