From 4e7dec550077bc37cf254311aefb621cdeebbdfe Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Tue, 31 May 2016 20:54:41 +0600 Subject: CLOUD: Add DropboxCreateDirectoryRequest Also add CloudManager::testFeature(), because syncSaves() now works fine and I don't want to break it again and again with my testing requests. --- base/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index f629eb98d8..36dd8c6f18 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -480,6 +480,7 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) { #ifdef USE_CLOUD system.getCloudManager()->init(); system.getCloudManager()->syncSaves(); + system.getCloudManager()->testFeature(); //TODO: remove later #endif // Unless a game was specified, show the launcher dialog -- cgit v1.2.3