From d44c2609e73c0a9f6030b62a6b39399bf1db1fd4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 25 Nov 2023 09:46:29 +0100 Subject: Add --mpv-profile option, force libmpv (fixes custom system profile option) --- include/mpv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mpv.hpp b/include/mpv.hpp index 09ba2c1..29817c8 100644 --- a/include/mpv.hpp +++ b/include/mpv.hpp @@ -11,7 +11,7 @@ public: Mpv() = default; ~Mpv(); - bool create(bool use_system_mpv_config); + bool create(bool use_system_mpv_config, const char *profile = "gpu-hq"); bool destroy(); bool load_file(const char *path); -- cgit v1.2.3