aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-10-12 02:38:08 +0200
committerdec05eba <dec05eba@protonmail.com>2022-10-12 02:38:08 +0200
commit40c62b43a29732bc795a7b7b990b5bec4688802f (patch)
tree0edcf35983062e73e90a87919f03c8f4db786842 /include
parent31ad480c826ce5bea27a5a38420d27646d4f6bc2 (diff)
Add --use-system-mpv-config
Diffstat (limited to 'include')
-rw-r--r--include/mpv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mpv.hpp b/include/mpv.hpp
index 6f3b559..b4e22b3 100644
--- a/include/mpv.hpp
+++ b/include/mpv.hpp
@@ -11,7 +11,7 @@ public:
Mpv() = default;
~Mpv();
- bool create();
+ bool create(bool use_system_mpv_config);
bool destroy();
bool load_file(const char *path);