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 Apr 4, 2022
1 parent fb455ce commit 4e687d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Ds2vJoy/Ds2vJoy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
WriteToFile(L"WebView2Loader.dll", data, resourceSize, true, true);
if (LoadEmbeddedResource(IDR_DEVCON_EXE, &data, &resourceSize))
WriteToFile(L"Devcon.exe", data, resourceSize, true, true);
if (isFileExists("vJoyInterface.dll") && isFileExists("ViGEmClient.dll") && isFileExists("WebView2Loader.dll"))
if (isFileExists("vJoyInterface.dll") && isFileExists("ViGEmClient.dll") && isFileExists("vJoyInstall.dll") && isFileExists("WebView2Loader.dll"))
load_dll = true;

_log.Init(tape.Ds2hInst, hWnd, load_dll);
Expand Down
1 change: 1 addition & 0 deletions Ds2vJoy/Language.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ void LoadLanguage()
I18N.APP_TITLE = WCHARI(IDS_APP_TITLE, L"Ds2vJoy");
I18N.Fatal_Error1 = WCHARI(L"!!!! ERROR !!!!");
I18N.Fatal_Error2 = WCHARI(L" vJoyInterface.dll\r\n\
or vJoyInstall.dll\r\n\
or ViGEmClient.dll\r\n\
or WebView2Loader.dll\r\n\
cannot be uncompressed from memory,\r\n\
Expand Down

0 comments on commit 4e687d0

Please sign in to comment.