mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12: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
|
@ -98,6 +98,9 @@ void headless_application::InitializeCallbacks()
|
|||
callbacks.on_stop = []() {};
|
||||
callbacks.on_ready = []() {};
|
||||
|
||||
callbacks.get_localized_string = [](localized_string_id) -> std::string { return {}; };
|
||||
callbacks.get_localized_u32string = [](localized_string_id) -> std::u32string { return {}; };
|
||||
|
||||
Emu.SetCallbacks(std::move(callbacks));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue