diff --git a/src/Library/src/BootLoader/boot_spu.cpp b/src/Library/src/BootLoader/boot_spu.cpp index 833e94e8..9a45204a 100644 --- a/src/Library/src/BootLoader/boot_spu.cpp +++ b/src/Library/src/BootLoader/boot_spu.cpp @@ -84,6 +84,5 @@ namespace SPU { // Enable SPU DMA DPCR.write(DPCR.read() | DMAControlRegister::SPUEnable); - while(!DPCR.read().is_bit_set(DMAControlRegister::SPUEnable)); } } \ No newline at end of file