git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 181a236fce105da48e122cc2a805bccc54b2e5ee
parent 6673427c54a15de42d621131b73ac44381cd6065
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 15 Jan 2023 22:07:28 +0200

Fix rumble

Diffstat:
MiOS/GBHapticManager.m2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iOS/GBHapticManager.m b/iOS/GBHapticManager.m @@ -44,7 +44,7 @@ intensity:(double)intensity duration:(NSTimeInterval)duration { - return [[CHHapticEvent alloc] initWithEventType:CHHapticEventTypeHapticTransient + return [[CHHapticEvent alloc] initWithEventType:type parameters:@[[[CHHapticEventParameter alloc] initWithParameterID:CHHapticEventParameterIDHapticSharpness value:sharpness], [[CHHapticEventParameter alloc] initWithParameterID:CHHapticEventParameterIDHapticIntensity

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.