feat: Durango Lib parity + remove stubs
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user