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"); }