mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Core: In deterministic mode, build SD cards with a consistent filename order and dummy timestamps.
This commit is contained in:
parent
1d12e95404
commit
a621fdf857
3 changed files with 22 additions and 4 deletions
|
@ -7,6 +7,6 @@
|
|||
|
||||
namespace Common
|
||||
{
|
||||
bool SyncSDFolderToSDImage();
|
||||
bool SyncSDFolderToSDImage(bool deterministic);
|
||||
bool SyncSDImageToSDFolder();
|
||||
} // namespace Common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue