From 4875cec9ec03e572be3070fd3a34b92750bf7995 Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Sat, 5 Jul 2025 11:11:44 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20chore:=20draw=20cursor=20by=20de?= =?UTF-8?q?fault?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ISLE/xbox_one_series/config.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ISLE/xbox_one_series/config.cpp b/ISLE/xbox_one_series/config.cpp index 0b6b0fc6..72ea32af 100644 --- a/ISLE/xbox_one_series/config.cpp +++ b/ISLE/xbox_one_series/config.cpp @@ -12,4 +12,7 @@ void XBONE_SetupDefaultConfigOverrides(dictionary* p_dictionary) // connect through SMB and copy the files iniparser_set(p_dictionary, "isle:diskpath", "D:\\DevelopmentFiles\\isle\\"); iniparser_set(p_dictionary, "isle:cdpath", "D:\\DevelopmentFiles\\isle\\"); + + // Enable cursor by default + iniparser_set(p_dictionary, "isle:Draw Cursor", "true"); }