4 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
ae72f62025 Bump version to 0.1.1 2024-11-10 03:43:46 +05:00
22f3e44ad9 Revert "cursor ai garbage tuning"
This reverts commit b88f0b7151.
2024-11-10 03:39:37 +05:00
b88f0b7151 cursor ai garbage tuning 2024-11-08 02:15:45 +05:00
07296e74cb small fix 2024-11-08 01:30:55 +05:00
3 changed files with 3 additions and 4 deletions

View File

@@ -67,8 +67,7 @@
[self stopFrameLoop]; [self stopFrameLoop];
_updatingFrames = YES; _updatingFrames = YES;
dispatch_async(dispatch_get_main_queue(), ^(void){ dispatch_async(dispatch_get_main_queue(), ^(void){
// TODO: can we make VSync happen here? _updateFrameTimer = [NSTimer scheduledTimerWithTimeInterval:1/400 target:self selector:@selector(_updateFrame) userInfo:nil repeats:YES];
_updateFrameTimer = [NSTimer scheduledTimerWithTimeInterval:1/500 target:self selector:@selector(_updateFrame) userInfo:nil repeats:YES];
}); });
} }

View File

@@ -114,7 +114,7 @@
_staticBuffer = IOSurfaceCreate((CFDictionaryRef) [NSDictionary dictionaryWithObjectsAndKeys: _staticBuffer = IOSurfaceCreate((CFDictionaryRef) [NSDictionary dictionaryWithObjectsAndKeys:
@"PurpleEDRAM", kIOSurfaceMemoryRegion, @"PurpleEDRAM", kIOSurfaceMemoryRegion,
[NSNumber numberWithBool:YES], kIOSurfaceIsGlobal, // [NSNumber numberWithBool:YES], kIOSurfaceIsGlobal,
[NSNumber numberWithInt:bytesPerPixel*_width], kIOSurfaceBytesPerRow, [NSNumber numberWithInt:bytesPerPixel*_width], kIOSurfaceBytesPerRow,
[NSNumber numberWithInt:bytesPerPixel], kIOSurfaceBytesPerElement, [NSNumber numberWithInt:bytesPerPixel], kIOSurfaceBytesPerElement,
[NSNumber numberWithInt:_width], kIOSurfaceWidth, [NSNumber numberWithInt:_width], kIOSurfaceWidth,

View File

@@ -8,4 +8,4 @@ Section: Tweaks
Conflicts: ru.mostmodest.screendump.lowframe Conflicts: ru.mostmodest.screendump.lowframe
Depends: mobilesubstrate, preferenceloader Depends: mobilesubstrate, preferenceloader
Icon: file:///Library/PreferenceLoader/Preferences/screendump/ScreenDump@2x.png Icon: file:///Library/PreferenceLoader/Preferences/screendump/ScreenDump@2x.png
Version: 0.1.0 Version: 0.1.1