mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-02 19:32:46 +02:00
Merge pull request #598 from max-m/GBViewController-patch-1
Remove duplicate observer for the `GBInterferenceVolume` setting
This commit is contained in:
@@ -120,9 +120,6 @@ static void rumbleCallback(GB_gameboy_t *gb, double amp)
|
||||
[self addDefaultObserver:^(id newValue) {
|
||||
GB_set_light_temperature(gb, [newValue doubleValue]);
|
||||
} forKey:@"GBLightTemperature"];
|
||||
[self addDefaultObserver:^(id newValue) {
|
||||
GB_set_interference_volume(gb, [newValue doubleValue]);
|
||||
} forKey:@"GBInterferenceVolume"];
|
||||
GB_set_border_mode(gb, GB_BORDER_NEVER);
|
||||
__weak typeof(self) weakSelf = self;
|
||||
[self addDefaultObserver:^(id newValue) {
|
||||
|
Reference in New Issue
Block a user