feat: Durango Lib parity + remove stubs

This commit is contained in:
2026-09-12 17:31:48 -04:00
parent 0440f9974b
commit 0ef661392f
5 changed files with 59 additions and 6 deletions
+10
View File
@@ -90,3 +90,13 @@ void C_4JProfile::SetDebugFullOverride(bool bVal)
{
InternalProfileManager.m_Sys.SetDebugFullOverride(bVal);
}
bool C_4JProfile::LocaleIsUSorCanada()
{
return InternalProfileManager.m_Sys.LocaleIsUSorCanada();
}
bool C_4JProfile::LocaleIsChina()
{
return InternalProfileManager.m_Sys.LocaleIsChina();
}