Skip to content

Commit 8a81932

Browse files
committed
Only run precise volume adjustment, if ROM read LED isn't set
1 parent 746e6a8 commit 8a81932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardengine/arm7/source/cardengine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ void myIrqHandlerVBlank(void) {
620620
REG_MASTER_VOLUME = volLevel;
621621
}
622622

623-
if (consoleModel < 2) {
623+
if (consoleModel < 2 && romread_LED == 0) {
624624
// Precise volume adjustment (for DSi)
625625
if (volumeAdjustActivated) {
626626
volumeAdjustDelay++;

0 commit comments

Comments
 (0)