diff options
| author | 2023-02-24 19:31:12 +1100 | |
|---|---|---|
| committer | 2023-02-24 19:31:12 +1100 | |
| commit | 65aeb63a2a1f4f65a6fa0dedabba1b852a189f96 (patch) | |
| tree | 42a56bcf4d22b624dbb117946e376981e691a5f0 /language | |
| parent | 3b5dbeea3bad50ad04c966de4afffb864a9856d0 (diff) | |
Update accumulating relative inputs exactly once per frame.
This fixes "amplification" effects that would happen if the frame rate
rose above 100 Hz (whether by unthrottling or otherwise).
Synchronise with wall clock any time inputs are read. Not doing this
has weird effects on relative inputs with frame skipping and contributes
to unresponsiveness of menus.
Reduce visual latency for mouse movement on menus when paused or
skipping frames. The rest of the code changes to menus won't provide
benefits until draw can happen after event handling.
Diffstat (limited to 'language')
| -rw-r--r-- | language/Vietnamese/strings.po | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/language/Vietnamese/strings.po b/language/Vietnamese/strings.po index 2cf7c83bd38..2ba9ed917e9 100644 --- a/language/Vietnamese/strings.po +++ b/language/Vietnamese/strings.po @@ -294,7 +294,7 @@ msgstr "" #: src/frontend/mame/ui/optsmenu.cpp:85 msgid "Input Devices" -msgstr "" +msgstr "Thiết bị đưa vào" #: src/frontend/mame/ui/optsmenu.cpp:87 msgid "Save Settings" @@ -340,11 +340,11 @@ msgstr "" #: src/frontend/mame/ui/filesel.cpp:520 msgid "Read-only" -msgstr "" +msgstr "Chỉ đọc" #: src/frontend/mame/ui/filesel.cpp:522 msgid "Read-write" -msgstr "" +msgstr "Đọc/ghi" #: src/frontend/mame/ui/filesel.cpp:523 msgid "Read this image, write to another image" @@ -524,11 +524,11 @@ msgstr "" #: src/frontend/mame/ui/submenu.cpp:84 msgid "Mouse" -msgstr "" +msgstr "Chuột" #: src/frontend/mame/ui/submenu.cpp:85 msgid "Joystick" -msgstr "" +msgstr "Cần điều khiển" #: src/frontend/mame/ui/submenu.cpp:86 msgid "Lightgun" @@ -688,7 +688,7 @@ msgstr "" #: src/frontend/mame/ui/analogipt.cpp:527 plugins/cheatfind/init.lua:766 #: plugins/cheatfind/init.lua:777 plugins/cheat/init.lua:679 msgid "On" -msgstr "" +msgstr "Bật" #: src/frontend/mame/ui/menu.cpp:372 src/frontend/mame/ui/menu.cpp:741 #: src/frontend/mame/ui/videoopt.cpp:185 @@ -697,11 +697,11 @@ msgstr "" #: plugins/cheatfind/init.lua:774 plugins/cheat/init.lua:682 #: plugins/cheat/init.lua:691 msgid "Off" -msgstr "" +msgstr "Tắt" #: src/frontend/mame/ui/menu.cpp:744 msgid "Auto" -msgstr "" +msgstr "Tự động" #: src/frontend/mame/ui/menu.cpp:1272 #: src/frontend/mame/ui/simpleselgame.cpp:283 @@ -1243,7 +1243,7 @@ msgstr "" #: src/frontend/mame/ui/utils.cpp:88 msgctxt "machine-filter" msgid "Not Working" -msgstr "" +msgstr "Không hoạt động" #: src/frontend/mame/ui/utils.cpp:89 msgctxt "machine-filter" |
