Fix key names not lining up correctly, bump prefs version since new key specials don't match old prefs

This commit is contained in:
elasota
2021-08-02 01:19:20 -04:00
parent eac270670d
commit 2c90110668
2 changed files with 3 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
#include <atomic>
#define kPrefsVersion 0x0039
#define kPrefsVersion 0x003a
void ReadInPrefs (void);