mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
More debug text fixes
Also a few small non-debug text changes.
This commit is contained in:
@ -173,9 +173,14 @@ void JitBlockList::Init()
|
||||
InsertColumn(COLUMN_ADDRESS, _("Address"));
|
||||
InsertColumn(COLUMN_PPCSIZE, _("PPC Size"));
|
||||
InsertColumn(COLUMN_X86SIZE, _("x86 Size"));
|
||||
// i18n: The symbolic name of a code block
|
||||
InsertColumn(COLUMN_NAME, _("Symbol"));
|
||||
// i18n: These are the kinds of flags that a CPU uses (e.g. carry),
|
||||
// not the kinds of flags that represent e.g. countries
|
||||
InsertColumn(COLUMN_FLAGS, _("Flags"));
|
||||
// i18n: The number of times a code block has been executed
|
||||
InsertColumn(COLUMN_NUMEXEC, _("NumExec"));
|
||||
// i18n: Performance cost, not monetary cost
|
||||
InsertColumn(COLUMN_COST, _("Cost"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user