Skip to content

Commit

Permalink
Only run precise volume adjustment, if ROM read LED isn't set
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Aug 23, 2018
1 parent 746e6a8 commit 8a81932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardengine/arm7/source/cardengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ void myIrqHandlerVBlank(void) {
REG_MASTER_VOLUME = volLevel;
}

if (consoleModel < 2) {
if (consoleModel < 2 && romread_LED == 0) {
// Precise volume adjustment (for DSi)
if (volumeAdjustActivated) {
volumeAdjustDelay++;
Expand Down

0 comments on commit 8a81932

Please sign in to comment.