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.
This commit is contained in:
Alexander Tkachev 2016-05-31 20:54:41 +06:00
parent 675e7a6ed1
commit 4e7dec5500
11 changed files with 196 additions and 12 deletions

View file

@ -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