| 131 | } |
| 132 | |
| 133 | static bool html5_save_game_syncing() |
| 134 | { |
| 135 | // code-format off |
| 136 | return MAIN_THREAD_EM_ASM_INT({ |
| 137 | return Module.CrownSaveGame && Module.CrownSaveGame.syncing ? 1 : 0; |
| 138 | }) != 0; |
| 139 | // code-format on |
| 140 | } |
| 141 | |
| 142 | static bool html5_save_game_flush_ok() |
| 143 | { |