aboutsummaryrefslogtreecommitdiff
path: root/include/mpv.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mpv.hpp')
-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);