From 6c6b4f317473b728d8a6c0cc64d0644b445bd355 Mon Sep 17 00:00:00 2001 From: Ange Yaghi Date: Sat, 27 Aug 2022 14:05:27 -0400 Subject: [PATCH] Set Piranha support default to ON --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48afe90b..23ae8eb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10) option(DTV "Enable video output" OFF) -option(PIRANHA_ENABLED "Enable scripting input" OFF) +option(PIRANHA_ENABLED "Enable scripting input" ON) option(DISCORD_ENABLED "Enable Discord Rich Presence" ON) if (DTV)