mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Common/FatFsUtil: Add callback for cancelling SD card conversion.
This commit is contained in:
@ -9,8 +9,8 @@
|
||||
|
||||
namespace Common
|
||||
{
|
||||
bool SyncSDFolderToSDImage(bool deterministic);
|
||||
bool SyncSDImageToSDFolder();
|
||||
bool SyncSDFolderToSDImage(const std::function<bool()>& cancelled, bool deterministic);
|
||||
bool SyncSDImageToSDFolder(const std::function<bool()>& cancelled);
|
||||
|
||||
class FatFsCallbacks
|
||||
{
|
||||
|
Reference in New Issue
Block a user