mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-07 14:39:02 +01:00
Increased the size of the applicatoin name and current directory to 2K characters for Windows (KMetalMind).
This commit is contained in:
parent
4107cd50e0
commit
2502607a04
@ -137,8 +137,8 @@ bool Launcher::execute(std::string executable, std::string args, std::string cur
|
||||
#ifdef WIN32
|
||||
STARTUPINFO startupInfo;
|
||||
PROCESS_INFORMATION processInfo;
|
||||
char applicationName[256];
|
||||
char currDir[256];
|
||||
char applicationName[2048];
|
||||
char currDir[2048];
|
||||
memset(&applicationName, 0, sizeof(applicationName));
|
||||
memset(&startupInfo, 0, sizeof(startupInfo));
|
||||
memset(&processInfo, 0, sizeof(processInfo));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user