diff options
author | qwx <devnull@localhost> | 2018-06-13 14:05:19 +0200 |
---|---|---|
committer | qwx <devnull@localhost> | 2018-06-13 14:05:19 +0200 |
commit | 09c61204440ea7d23015b09f908e4105b68cc7b6 (patch) | |
tree | 8ae66cd8a66317966b20b0765afd5ee11e4a3e8c /sys/src/games/eui.h | |
parent | 382c9ef92cf0830f5639906ffd5f363ecefd670a (diff) |
emulators ui: add option for fixed factor scaling and bound scale vertically
Diffstat (limited to 'sys/src/games/eui.h')
-rw-r--r-- | sys/src/games/eui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/games/eui.h b/sys/src/games/eui.h index 949cf7cb2..89d6fafbb 100644 --- a/sys/src/games/eui.h +++ b/sys/src/games/eui.h @@ -7,7 +7,7 @@ extern u64int keys, keys2; extern int trace, paused; extern int savereq, loadreq; extern QLock pauselock; -extern int scale, warp10; +extern int scale, fixscale, warp10; extern uchar *pic; void* emalloc(ulong); |