Remove endless loop

This commit is contained in:
jaby 2022-09-05 21:05:51 +02:00
parent 1510e27b00
commit 907a04bc9a
1 changed files with 0 additions and 1 deletions

View File

@ -84,6 +84,5 @@ namespace SPU {
// Enable SPU DMA
DPCR.write(DPCR.read() | DMAControlRegister::SPUEnable);
while(!DPCR.read().is_bit_set(DMAControlRegister::SPUEnable));
}
}