1 |
|
/* |
2 |
|
* user_strings.cpp - Common localizable strings |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2002 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2005 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
210 |
|
{STR_JIT_CACHE_SIZE_8MB_LAB, "8192"}, |
211 |
|
{STR_JIT_CACHE_SIZE_16MB_LAB, "16384"}, |
212 |
|
{STR_JIT_LAZY_CINV_CTRL, "Enable lazy invalidation of translation cache"}, |
213 |
+ |
{STR_JIT_FOLLOW_CONST_JUMPS, "Translate through constant jumps (inline blocks)"}, |
214 |
|
|
215 |
|
{STR_WINDOW_TITLE, "Basilisk II"}, |
216 |
|
{STR_WINDOW_TITLE_FROZEN, "Basilisk II *** FROZEN ***"}, |