mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update native
This commit is contained in:
parent
bb30353ac3
commit
6b709a601d
2 changed files with 2 additions and 2 deletions
|
@ -269,7 +269,7 @@ std::string StoreScreen::GetTranslatedString(const json_value *json, std::string
|
|||
}
|
||||
const char *str = 0;
|
||||
if (dict) {
|
||||
str = dict->getString(key.c_str());
|
||||
str = dict->getString(key.c_str(), 0);
|
||||
}
|
||||
if (str) {
|
||||
return std::string(str);
|
||||
|
|
2
native
2
native
|
@ -1 +1 @@
|
|||
Subproject commit 7274b8b01e749157cb4737a8fc3f02e3bbc63b25
|
||||
Subproject commit d2029ed29a6f5e362e27b3b61f303c0481420034
|
Loading…
Add table
Reference in a new issue