Core: In deterministic mode, build SD cards with a consistent filename order and dummy timestamps.

This commit is contained in:
Admiral H. Curtiss
2022-06-16 03:59:14 +02:00
parent 1d12e95404
commit a621fdf857
3 changed files with 22 additions and 4 deletions

View File

@ -7,6 +7,6 @@
namespace Common
{
bool SyncSDFolderToSDImage();
bool SyncSDFolderToSDImage(bool deterministic);
bool SyncSDImageToSDFolder();
} // namespace Common