Skip to content

Commit

Permalink
SPU: Disable advanced SPU toggle
Browse files Browse the repository at this point in the history
The UI still presents the option, but does nothing
  • Loading branch information
Aikku93 committed Oct 5, 2022
1 parent ac17a7a commit 017c8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desmume/src/frontend/cocoa/cocoa_output.mm
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ - (void) setSpuAdvancedLogic:(BOOL)state
apple_unfairlock_unlock(_unfairlockSpuAdvancedLogic);

pthread_rwlock_wrlock(self.rwlockProducer);
CommonSettings.spu_advanced = state;
//CommonSettings.spu_advanced = state;
pthread_rwlock_unlock(self.rwlockProducer);
}

Expand Down

0 comments on commit 017c8eb

Please sign in to comment.