CLOUD: Add USE_CLOUD feature

Adds USE_CLOUD in both configure and create_project.
This commit is contained in:
Alexander Tkachev 2016-05-11 22:52:14 +06:00
parent 6c83930126
commit fade746f37
8 changed files with 69 additions and 31 deletions

View file

@ -476,11 +476,10 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
dlg.runModal();
}
#endif
//TODO: define USE_CLOUD
//#ifdef USE_CLOUD
#ifdef USE_CLOUD
system.getCloudManager()->syncSaves();
//#endif
#endif
// Unless a game was specified, show the launcher dialog
if (0 == ConfMan.getActiveDomain())