mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-02-24 06:21:58 +00:00
Updater: Clarify the error message when the program being runs directly
This commit is contained in:
parent
3278856764
commit
10d5261153
@ -445,7 +445,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLi
|
||||
if (argc != 5)
|
||||
{
|
||||
progress.ModalError("Expected 4 arguments: parent process id, output directory, update zip, program to "
|
||||
"launch.\n\nThis program is not intended to be run manually, please use the Qt frontend and "
|
||||
"launch.\n\nThis program is not intended to be run manually, please use the main PCSX2 application and "
|
||||
"click Help->Check for Updates.");
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user