mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Show NKitness in file format string
To make people more aware that they're not using a normal disc image.
This commit is contained in:
@ -145,6 +145,7 @@ private:
|
||||
u64 m_volume_size{};
|
||||
bool m_volume_size_is_accurate{};
|
||||
bool m_is_datel_disc{};
|
||||
bool m_is_nkit{};
|
||||
|
||||
std::map<DiscIO::Language, std::string> m_short_names;
|
||||
std::map<DiscIO::Language, std::string> m_long_names;
|
||||
|
Reference in New Issue
Block a user