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:
parent
675e7a6ed1
commit
4e7dec5500
11 changed files with 196 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue