1
0
mirror of synced 2024-11-14 23:07:36 +01:00

Fix nesica popup error when launching

This commit is contained in:
Aaron M 2021-08-11 17:15:29 +12:00
parent fab461afd3
commit 3709f2b6dc

View File

@ -392,7 +392,7 @@ LSTATUS __stdcall RegQueryValueExAWrap(
*lpData = FillDwordInformation("NESiCA", "SystemType", SystemType); // UNK *lpData = FillDwordInformation("NESiCA", "SystemType", SystemType); // UNK
*lpcbData = 4; *lpcbData = 4;
} }
if (stricmp(lpValueName, "ConditionTime") == 0) // REG_DWORD else if (stricmp(lpValueName, "ConditionTime") == 0) // REG_DWORD
{ {
*lpData = FillDwordInformation("NESiCA", "ConditionTime", 300); // UNK *lpData = FillDwordInformation("NESiCA", "ConditionTime", 300); // UNK
*lpcbData = 4; *lpcbData = 4;