Dialog: Warn when ignoring the dialog language.

This commit is contained in:
Unknown W. Brackets 2023-02-08 19:04:18 -08:00
parent fcc1abc7c3
commit d7732f7fd7

View file

@ -41,6 +41,10 @@ PSPDialog::~PSPDialog() {
void PSPDialog::InitCommon() {
UpdateCommon();
if (GetCommonParam() && GetCommonParam()->language != g_Config.iLanguage) {
WARN_LOG(SCEUTILITY, "Game requested language %d, ignoring and using user language", GetCommonParam()->language);
}
}
void PSPDialog::UpdateCommon() {