Skip to content

Commit 4d3d1a3

Browse files
committed
stm: correctly set bits when shutting down to idle
1 parent 9d99fec commit 4d3d1a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libogc/stm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ s32 STM_ShutdownToIdle(void)
223223
case 1:
224224
case 2:
225225
__stm_immbufin[0] = 0xFCA08280;
226+
break;
226227
default:
227228
__stm_immbufin[0] = 0xFCE082C0;
228229
}

0 commit comments

Comments
 (0)