mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-24 06:59:40 +00:00
Unmark EffectiveFirmwarePath as inline
This commit is contained in:
parent
ae6d26f63f
commit
e62bf07504
@ -241,9 +241,7 @@ namespace melonds {
|
||||
[[nodiscard]] std::string_view DsiFirmwarePath() noexcept;
|
||||
[[nodiscard]] std::string_view DsiNandPath() noexcept;
|
||||
[[nodiscard]] std::string_view GeneratedFirmwareSettingsPath() noexcept;
|
||||
[[nodiscard]] inline std::string_view EffectiveFirmwarePath() noexcept {
|
||||
return (ConsoleType() == ConsoleType::DSi) ? DsiFirmwarePath() : FirmwarePath();
|
||||
}
|
||||
[[nodiscard]] inline std::string_view EffectiveFirmwarePath() noexcept;
|
||||
|
||||
[[nodiscard]] bool RandomizeMac() noexcept;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user