SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 0b0abce956d775a6c7826a0fdabd61f9934a9f27 parent 60d77a6931ee174adc2ea789be5e2bd9fdcfc478 Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 31 Mar 2024 14:18:34 +0300 Merge pull request #598 from max-m/GBViewController-patch-1 Remove duplicate observer for the `GBInterferenceVolume` setting Diffstat:
| M | iOS/GBViewController.m | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/iOS/GBViewController.m b/iOS/GBViewController.m @@ -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) {
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.