diff options
author | 2022-05-20 18:26:14 +1000 | |
---|---|---|
committer | 2022-05-20 18:26:14 +1000 | |
commit | ffab5b98fae1b86b198ccca26a82ebaad2274f7b (patch) | |
tree | c9b2b9e6e4f4d4e9a6b320bc0c8980d54f841b17 /docs/source/usingmame/defaultkeys.rst | |
parent | 56702e42172274b6f7a869a958935139311376f5 (diff) |
ui/viewgfx.cpp: Added ability to restrict tiles to integer scale factors. (#9783)
Also encapsulated things a bit more and made the UI manager hold onto the storage rather than keeping it in file statics.
Diffstat (limited to 'docs/source/usingmame/defaultkeys.rst')
-rw-r--r-- | docs/source/usingmame/defaultkeys.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/source/usingmame/defaultkeys.rst b/docs/source/usingmame/defaultkeys.rst index d66c6556a4a..08cf7b30184 100644 --- a/docs/source/usingmame/defaultkeys.rst +++ b/docs/source/usingmame/defaultkeys.rst @@ -35,8 +35,8 @@ and saving/loading save states. If you are running with -debug, this key sends a ‘break’ in emulation. - When the on-screen display is visible, you can use the following - keys to control it: + When a slider control is visible, you can use the following keys to control + it: * **Up** - select previous parameter to modify. * **Down** - select next parameter to modify. @@ -115,8 +115,10 @@ and saving/loading save states. * **Home**/**End** - move to top/bottom of list. * **Left**/**Right** - change color displayed. * **R** - rotate tiles 90 degrees clockwise. - * **-**/**+** - increase/decrease the number of tiles per row. - * **0** - restore the default number of tiles per row. + * **-**/**+** - increase/decrease the number of tiles per row (hold Shift to + restrict to integer scale factors). + * **0** - restore the default number of tiles per row (hold Shift to + restrict to integer scale factors). * **Enter** - switch to tilemap viewer. Tilemap mode: |