SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit e582e38abc27b0c64d18fba1d9418fba51f3c3ae parent 1cc131227cb1c1ddc9620ef1e62bfe179c2bfcb6 Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 21 Jan 2023 15:11:22 +0200 This shouldn't have been the default Diffstat:
| M | Cocoa/GBApp.m | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cocoa/GBApp.m b/Cocoa/GBApp.m @@ -65,7 +65,7 @@ static uint32_t color_to_int(NSColor *color) @"GBFilter": @"NearestNeighbor", @"GBColorCorrection": @(GB_COLOR_CORRECTION_MODERN_BALANCED), - @"GBHighpassFilter": @(GB_HIGHPASS_REMOVE_DC_OFFSET), + @"GBHighpassFilter": @(GB_HIGHPASS_ACCURATE), @"GBRewindLength": @(10), @"GBFrameBlendingMode": @([defaults boolForKey:@"DisableFrameBlending"]? GB_FRAME_BLENDING_MODE_DISABLED : GB_FRAME_BLENDING_MODE_ACCURATE),
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.