From e3da734ace2873c9ccf9b01f466d07437d26b2bc Mon Sep 17 00:00:00 2001 From: BobbyJones Date: Sat, 2 Jan 2016 18:56:23 -0500 Subject: [PATCH] clean up --- src/modules/filesystem/Filesystem.cpp | 1 - src/scripts/boot.lua | 2 +- src/scripts/boot.lua.h | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/modules/filesystem/Filesystem.cpp b/src/modules/filesystem/Filesystem.cpp index f62748638..c0357968b 100644 --- a/src/modules/filesystem/Filesystem.cpp +++ b/src/modules/filesystem/Filesystem.cpp @@ -60,7 +60,6 @@ bool Filesystem::isAndroidSaveExternal() const return useExternal; } - bool Filesystem::isRealDirectory(const std::string &path) const { #ifdef LOVE_WINDOWS diff --git a/src/scripts/boot.lua b/src/scripts/boot.lua index 6598e8530..2a9c40955 100644 --- a/src/scripts/boot.lua +++ b/src/scripts/boot.lua @@ -494,7 +494,7 @@ function love.init() end if love.filesystem then - love.filesystem.setAndroidSaveExternal(c.useexternalstoragee) + love.filesystem.setAndroidSaveExternal(c.useexternalstorage) love.filesystem.setIdentity(c.identity or love.filesystem.getIdentity(), c.appendidentity) if love.filesystem.isFile("main.lua") then require("main") diff --git a/src/scripts/boot.lua.h b/src/scripts/boot.lua.h index e2020df06..c00dc1e67 100644 --- a/src/scripts/boot.lua.h +++ b/src/scripts/boot.lua.h @@ -915,7 +915,7 @@ const unsigned char boot_lua[] = 0x09, 0x09, 0x6c, 0x6f, 0x76, 0x65, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x73, 0x65, 0x74, 0x41, 0x6e, 0x64, 0x72, 0x6f, 0x69, 0x64, 0x53, 0x61, 0x76, 0x65, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x28, 0x63, 0x2e, 0x75, 0x73, 0x65, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, - 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x65, 0x29, 0x0a, + 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x29, 0x0a, 0x09, 0x09, 0x6c, 0x6f, 0x76, 0x65, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x2e, 0x73, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x28, 0x63, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x20, 0x6f, 0x72, 0x20, 0x6c, 0x6f, 0x76, 0x65, 0x2e, 0x66, 0x69, 0x6c, 0x65, 0x73,