mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 04:06:32 +00: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:
parent
dcaf2b9625
commit
d64fc67b04
7 changed files with 22 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue