mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Common/FatFsUtil: Add callback for cancelling SD card conversion.
This commit is contained in:
parent
73aaa01648
commit
435d8c39ee
5 changed files with 34 additions and 18 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue