unflip bars by default

This commit is contained in:
Jarcode
2019-08-27 00:18:29 -07:00
parent 9d4674d680
commit 7fcf288a5b

View File

@@ -25,7 +25,7 @@
/* Whether to switch left/right audio buffers */ /* Whether to switch left/right audio buffers */
#define INVERT 0 #define INVERT 0
/* Whether to flip the output vertically */ /* Whether to flip the output vertically */
#define FLIP 1 #define FLIP 0
/* Whether to mirror output along `Y = X`, causing output to render on the left side of the window */ /* Whether to mirror output along `Y = X`, causing output to render on the left side of the window */
/* Use with `FLIP 1` to render on the right side */ /* Use with `FLIP 1` to render on the right side */
#define MIRROR_YX 0 #define MIRROR_YX 0