Unmark EffectiveFirmwarePath as inline

This commit is contained in:
Jesse Talavera-Greenberg 2023-08-27 23:30:58 -04:00
parent ae6d26f63f
commit e62bf07504

View File

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