mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
prevent first start crash due to missing isle.ini
dont force require gles3 (vulkan & software are options)
This commit is contained in:
parent
82dbc26c30
commit
bb3c4a2acf
@ -20,6 +20,7 @@ void Android_SetupDefaultConfigOverrides(dictionary* p_dictionary)
|
||||
|
||||
iniparser_set(p_dictionary, "isle:diskpath", data);
|
||||
iniparser_set(p_dictionary, "isle:cdpath", data);
|
||||
iniparser_set(p_dictionary, "isle:mediapath", data);
|
||||
|
||||
iniparser_set(p_dictionary, "isle:savepath", savedata);
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<!-- OpenGL ES 3.0 -->
|
||||
<uses-feature
|
||||
android:glEsVersion="0x00030000"
|
||||
android:required="true" />
|
||||
android:required="false" />
|
||||
|
||||
<!-- Touchscreen support -->
|
||||
<uses-feature
|
||||
|
||||
Loading…
Reference in New Issue
Block a user