idle skipping works!

This commit is contained in:
2026-05-22 00:20:17 +02:00
parent 5fbda03ceb
commit c9a0307878
8 changed files with 26 additions and 41 deletions
-1
View File
@@ -24,7 +24,6 @@ auto SI::Read(u32 addr) const -> u32 {
return 0;
case 0x04800018:
{
Core::SetIdleSkippingStatus(true);
u32 val = 0;
val |= status.dmaBusy;
val |= (0 << 1);