Lime3DS/src/citra_qt/debugger
fearlessTobi 494d86d083 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-27 00:33:31 +02:00
..
graphics graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function 2018-10-27 00:33:31 +02:00
console.cpp remove trailing space 2018-07-02 19:47:41 +03:00
console.h Logging: Add customizable logging backends and fmtlib based macros 2018-04-23 21:32:56 -06:00
lle_service_modules.cpp citra_qt: set object name for LLEServiceModulesWidget 2018-08-14 20:28:47 +08:00
lle_service_modules.h citra-qt: service: add convenient LLE service module configuration (#3967) 2018-08-09 21:10:11 +02:00
profiler.cpp citra_qt: Migrate to Qt 5 signal/slot connection syntax where applicable 2017-12-17 18:44:48 -05:00
profiler.h Remove built-in (non-Microprofile) profiler 2017-02-26 17:22:03 -08:00
registers.cpp core: Replace "AppCore" nomenclature with just "CPU". 2016-12-22 00:27:46 -05:00
registers.h citra-qt: Make constructors explicit where applicable 2016-12-11 14:18:06 +00:00
registers.ui Make letter cases consistent in menus and widgets 2015-01-01 18:52:39 +01:00
wait_tree.cpp Address review comments 2018-09-21 16:39:10 +02:00
wait_tree.h Merge pull request #4130 from FearlessTobi/port-942 2018-08-26 12:22:34 -06:00