CLOUD: Add USE_CLOUD feature
Adds USE_CLOUD in both configure and create_project.
This commit is contained in:
parent
6c83930126
commit
fade746f37
8 changed files with 69 additions and 31 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue