1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 030847d5fa graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function
tr() will not function properly on static/global data like this, as the
object is only ever constructed once, so the strings won't translate if
the language is changed without restarting the program, which is
undesirable. Instead we can just turn the map into a plain old function
that maps the values to their equivalent strings. This is also lessens
the memory allocated, since it's only allocating memory for the strings
themselves, and not an encompassing map as well.
2018-10-24 11:01:23 -04:00
..
audio_core EffectOutStatus padding is now in hex 2018-10-09 11:20:54 +11:00
common common: Remove memory_util.cpp/.h 2018-10-23 12:21:34 -04:00
core Merge pull request #1468 from DarkLordZach/profile-manager-ui 2018-10-24 10:10:29 -04:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests kernel/thread: Use a regular pointer for the owner/current process 2018-10-10 02:04:55 -04:00
video_core Merge pull request #1519 from ReinUsesLisp/vsetp 2018-10-23 10:22:37 -04:00
web_service Merge pull request #1542 from lioncash/project 2018-10-23 18:44:08 -04:00
yuzu graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function 2018-10-24 11:01:23 -04:00
yuzu_cmd acc: Fix account UUID duplication error 2018-10-23 19:31:28 -04:00
.clang-format
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00