mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update lang
This commit is contained in:
parent
41a988774f
commit
8d1fce2935
2 changed files with 5 additions and 5 deletions
|
@ -1050,12 +1050,12 @@ int PSPOskDialog::Update()
|
||||||
|
|
||||||
int PSPOskDialog::Shutdown(bool force)
|
int PSPOskDialog::Shutdown(bool force)
|
||||||
{
|
{
|
||||||
if (status != SCE_UTILITY_STATUS_FINISHED && !force)
|
if (status != SCE_UTILITY_STATUS_FINISHED && !force)
|
||||||
return SCE_ERROR_UTILITY_INVALID_STATUS;
|
return SCE_ERROR_UTILITY_INVALID_STATUS;
|
||||||
|
|
||||||
PSPDialog::Shutdown();
|
PSPDialog::Shutdown();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PSPOskDialog::DoState(PointerWrap &p)
|
void PSPOskDialog::DoState(PointerWrap &p)
|
||||||
|
|
2
lang
2
lang
|
@ -1 +1 @@
|
||||||
Subproject commit 2c000fdc92450c49b1ad446740c31987419e67d6
|
Subproject commit a52257c30fb0739b828666359ed81763d1ec8fc9
|
Loading…
Add table
Reference in a new issue