Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
00fox authored Oct 25, 2021
1 parent eb23d09 commit 0455c2c
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion Ds2vjoy/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ void Settings::Load(int category)
int dstotalvalues_DS4 = 0;
int vjtotalvalues_DS4 = 0;
WCHAR* head = buf;
int ret = GetPrivateProfileSectionW(ViGEmtxt, buf, sizeof(buf), m_file);
int ret = GetPrivateProfileSectionW(ViGEmtxt, buf, n, m_file);
if (ret > 0 && ret - 2 != n)
{
WCHAR* key = head, * value;
Expand Down
2 changes: 1 addition & 1 deletion Ds2vjoy/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Settings
{
public:
const int VersionDate = 202110241;
const int VersionDate = 202110251;

WCHAR Settingstxt[20];
WCHAR Mappingtxt[20];
Expand Down
Loading

0 comments on commit 0455c2c

Please sign in to comment.