Skip to content

Commit

Permalink
Merge branch 'kevinbentley:main' into rawinput
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanityBringer authored Apr 17, 2024
2 parents 991fa75 + ac41e9a commit 9bf9866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/windata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ oeWin32AppDatabase::oeWin32AppDatabase() {

hCurKey = 0;

hBaseKey = (unsigned)HKEY_LOCAL_MACHINE;
hBaseKey = (unsigned)HKEY_CURRENT_USER;

// create outrage entertainment key
lstrcpy(m_Basepath, "SOFTWARE\\Outrage");
Expand Down

0 comments on commit 9bf9866

Please sign in to comment.