mirror of https://github.com/PCSX2/pcsx2.git
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)
|
if (argc != 5)
|
||||||
{
|
{
|
||||||
progress.ModalError("Expected 4 arguments: parent process id, output directory, update zip, program to "
|
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.");
|
"click Help->Check for Updates.");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue