aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/ROMManager.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2024-04-09 11:38:38 +0200
committerArisotura <thetotalworm@gmail.com>2024-04-09 11:38:38 +0200
commit968bd26d854f71faf19d9de3ba454e62f1f13f58 (patch)
treeb740c2261664ddead5f8675fbcf8be6f25635446 /src/frontend/qt_sdl/ROMManager.h
parent6e26559cd2a225437072a67b4a55f7fd5831057d (diff)
fix generation of instance-unique MAC address when using an external firmware
Diffstat (limited to 'src/frontend/qt_sdl/ROMManager.h')
-rw-r--r--src/frontend/qt_sdl/ROMManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/qt_sdl/ROMManager.h b/src/frontend/qt_sdl/ROMManager.h
index 6d0b81d..ae85461 100644
--- a/src/frontend/qt_sdl/ROMManager.h
+++ b/src/frontend/qt_sdl/ROMManager.h
@@ -67,7 +67,7 @@ std::optional<FATStorageArgs> GetDSiSDCardArgs() noexcept;
std::optional<FATStorage> LoadDSiSDCard() noexcept;
std::optional<FATStorageArgs> GetDLDISDCardArgs() noexcept;
std::optional<FATStorage> LoadDLDISDCard() noexcept;
-void CustomizeFirmware(Firmware& firmware) noexcept;
+void CustomizeFirmware(Firmware& firmware, bool overridesettings) noexcept;
Firmware GenerateFirmware(int type) noexcept;
/// Loads and customizes a firmware image based on the values in Config
std::optional<Firmware> LoadFirmware(int type) noexcept;