aboutsummaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-03-31 02:39:25 +0200
committerkdx <kikoodx@paranoici.org>2023-03-31 02:45:03 +0200
commit7e53dff35a5fbc8b7ed5c81f19564d3941816de4 (patch)
treecbaa3836dc4c0dfa725bc80c49e031ccb7494314 /headers
parente46475cdd2e0a9cff9330ec88d08640f19164b42 (diff)
downloadtzr-7e53dff35a5fbc8b7ed5c81f19564d3941816de4.tar.gz
audio
Diffstat (limited to 'headers')
-rw-r--r--headers/TZR.h1
-rw-r--r--headers/TZR_types.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/headers/TZR.h b/headers/TZR.h
index 06e3714..730f74c 100644
--- a/headers/TZR.h
+++ b/headers/TZR.h
@@ -16,6 +16,7 @@
.target_fps=60, \
.pixel_perfect=true, \
.show_cursor=false, \
+ .mixer=true, \
.title="TZR", \
._=0, __VA_ARGS__ })
diff --git a/headers/TZR_types.h b/headers/TZR_types.h
index 183fe5d..c6a529e 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -43,6 +43,7 @@ struct TZR_Config {
int target_fps;
bool pixel_perfect;
bool show_cursor;
+ bool mixer;
const char *title;
};