mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
DolphinQt: Rename the pack/unpack SD Card buttons.
This commit is contained in:
parent
c770e7c276
commit
adc5b81c31
4 changed files with 17 additions and 13 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue