mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Merged in Bobbyjones/love/new-conf-flag-for-android-2 (pull request #53)
New conf flag for android 2
This commit is contained in:
@@ -50,6 +50,16 @@ Filesystem::~Filesystem()
|
||||
{
|
||||
}
|
||||
|
||||
void Filesystem::setAndroidSaveExternal(bool useExternal)
|
||||
{
|
||||
this->useExternal = useExternal;
|
||||
}
|
||||
|
||||
bool Filesystem::isAndroidSaveExternal() const
|
||||
{
|
||||
return useExternal;
|
||||
}
|
||||
|
||||
bool Filesystem::isRealDirectory(const std::string &path) const
|
||||
{
|
||||
#ifdef LOVE_WINDOWS
|
||||
|
||||
Reference in New Issue
Block a user