mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Disable Trap Test on icicle
This commit is contained in:
@@ -108,6 +108,13 @@ namespace
|
||||
}
|
||||
|
||||
env_map[u"EMULATOR"] = u"1";
|
||||
|
||||
const auto* env = getenv("EMULATOR_ICICLE");
|
||||
if (env && (env == "1"sv || env == "true"sv))
|
||||
{
|
||||
env_map[u"EMULATOR_ICICLE"] = u"1";
|
||||
}
|
||||
|
||||
env_map[u"COMPUTERNAME"] = u"momo";
|
||||
env_map[u"USERNAME"] = u"momo";
|
||||
env_map[u"SystemDrive"] = u"C:";
|
||||
|
||||
Reference in New Issue
Block a user