Quellcode durchsuchen

Add AlienBlueHD (iPad) support

master
lint vor 3 Jahren
Ursprung
Commit
a35dd98193
2 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. BIN
      tfdidthatsay.plist
  2. +1
    -1
      tweak/AlienBlue.xm

BIN
tfdidthatsay.plist Datei anzeigen


+ 1
- 1
tweak/AlienBlue.xm Datei anzeigen

@@ -139,7 +139,7 @@ static void prefsChanged(CFNotificationCenterRef center, void *observer, CFStrin

NSString* processName = [[NSProcessInfo processInfo] processName];

if ([processName isEqualToString:@"AlienBlue"]){
if ([processName isEqualToString:@"AlienBlue"] || [processName isEqualToString:@"AlienBlueHD"]){
if (isAlienBlueEnabled && isEnabled){

CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), NULL, (CFNotificationCallback)prefsChanged, CFSTR("com.lint.undelete.prefs.changed"), NULL, CFNotificationSuspensionBehaviorCoalesce);

Laden…
Abbrechen
Speichern