mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinQt: Rename the pack/unpack SD Card buttons.
This commit is contained in:
@ -9,6 +9,9 @@
|
||||
|
||||
namespace Common
|
||||
{
|
||||
static constexpr auto SD_PACK_TEXT = "Pack SD Card Now";
|
||||
static constexpr auto SD_UNPACK_TEXT = "Unpack SD Card Now";
|
||||
|
||||
bool SyncSDFolderToSDImage(const std::function<bool()>& cancelled, bool deterministic);
|
||||
bool SyncSDImageToSDFolder(const std::function<bool()>& cancelled);
|
||||
|
||||
|
Reference in New Issue
Block a user