""Fix"" locale issue caused by steam
just make the popup not appear lol
This commit is contained in:
parent
181b53e69f
commit
d07c1b3efd
@ -305,6 +305,13 @@ free(logname);*/
|
|||||||
logging::Info("Initializing...");
|
logging::Info("Initializing...");
|
||||||
InitRandom();
|
InitRandom();
|
||||||
sharedobj::LoadEarlyObjects();
|
sharedobj::LoadEarlyObjects();
|
||||||
|
|
||||||
|
// Fix locale issues caused by steam update
|
||||||
|
#if ENABLE_TEXTMODE
|
||||||
|
static BytePatch patch(gSignatures.GetEngineSignature, "74 ? 89 5C 24 ? 8D 9D ? ? ? ? 89 74 24", 0, { 0x71 });
|
||||||
|
patch.Patch();
|
||||||
|
#endif
|
||||||
|
|
||||||
CreateEarlyInterfaces();
|
CreateEarlyInterfaces();
|
||||||
logging::Info("Clearing Early initializer stack");
|
logging::Info("Clearing Early initializer stack");
|
||||||
while (!init_stack_early().empty())
|
while (!init_stack_early().empty())
|
||||||
|
Reference in New Issue
Block a user