mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
cleanup
This commit is contained in:
parent
bb3c4a2acf
commit
52fb0063c3
@ -24,7 +24,7 @@ void Android_SetupDefaultConfigOverrides(dictionary* p_dictionary)
|
||||
|
||||
iniparser_set(p_dictionary, "isle:savepath", savedata);
|
||||
|
||||
// Default to Virtal Mouse
|
||||
// Default to Virtual Mouse
|
||||
char buf[16];
|
||||
iniparser_set(p_dictionary, "isle:Touch Scheme", SDL_itoa(0, buf, 10));
|
||||
}
|
||||
|
||||
@ -1037,7 +1037,6 @@ bool IsleApp::LoadConfig()
|
||||
char* prefPath = new char[strlen(androidPath) + 2];
|
||||
strcpy(prefPath, androidPath);
|
||||
strcat(prefPath, "/");
|
||||
SDL_Log("%s", prefPath);
|
||||
#else
|
||||
char* prefPath = SDL_GetPrefPath("isledecomp", "isle");
|
||||
#endif
|
||||
|
||||
@ -47,7 +47,7 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register('downloadSDL3AndroidArchive', Exec) {
|
||||
tasks.register('compileSDL3AndroidArchive', Exec) {
|
||||
def rootDir = projectDir.parentFile.parentFile
|
||||
def sdl3Dir = "build/_deps/sdl3-src"
|
||||
def cmakeCommand = "cmake -B build -DANDROID_SDL=TRUE"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user