mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 11:13:57 +00:00
Add systemroot env
This commit is contained in:
@@ -293,6 +293,7 @@ namespace
|
||||
proc_params.Environment = allocator.copy_string(L"=::=::\\");
|
||||
allocator.copy_string(L"EMULATOR=1");
|
||||
allocator.copy_string(L"COMPUTERNAME=momo");
|
||||
allocator.copy_string(L"SystemRoot=C:\\WINDOWS");
|
||||
allocator.copy_string(L"");
|
||||
|
||||
std::wstring command_line = L"\"" + settings.application.wstring() + L"\"";
|
||||
|
||||
Reference in New Issue
Block a user