DolphinQt: Rename the pack/unpack SD Card buttons.

This commit is contained in:
Jordan Woyak
2025-02-07 21:11:59 -06:00
parent c770e7c276
commit adc5b81c31
4 changed files with 17 additions and 13 deletions

View File

@ -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);