unflip bars by default
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user