mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-02 20:11:15 +00:00
🚸 chore: draw cursor by default
This commit is contained in:
parent
527d5fa9f9
commit
4875cec9ec
@ -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");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user