mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Qt/overlays: Localize most rsx overlays
This commit is contained in:
parent
fe9c61fe73
commit
460a933267
21 changed files with 244 additions and 34 deletions
13
rpcs3/Emu/localized_string.cpp
Normal file
13
rpcs3/Emu/localized_string.cpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#include "stdafx.h"
|
||||
#include "localized_string.h"
|
||||
#include "System.h"
|
||||
|
||||
std::string get_localized_string(localized_string_id id)
|
||||
{
|
||||
return Emu.GetCallbacks().get_localized_string(id);
|
||||
}
|
||||
|
||||
std::u32string get_localized_u32string(localized_string_id id)
|
||||
{
|
||||
return Emu.GetCallbacks().get_localized_u32string(id);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue