Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hope this works ok
  • Loading branch information
Diatrus committed May 15, 2019
1 parent 5038e03 commit ea28135
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
.DS_Store
.theos
1 change: 0 additions & 1 deletion Tweak.xm
Expand Up @@ -31,7 +31,6 @@ static BOOL PreferencesValue(NSString* key, BOOL fallback)
}

static void PreferencesChangedCallback(CFNotificationCenterRef center, void *observer, CFStringRef name, const void *object, CFDictionaryRef userInfo) {
[preferences release];
CFStringRef appID = CFSTR("com.jacc.wiiprefs");
CFArrayRef keyList = CFPreferencesCopyKeyList(appID, kCFPreferencesCurrentUser, kCFPreferencesAnyHost);
if (!keyList) {
Expand Down

0 comments on commit ea28135

Please sign in to comment.