mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +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
|
@ -27,7 +27,7 @@
|
|||
|
||||
namespace UICommon
|
||||
{
|
||||
static constexpr u32 CACHE_REVISION = 18; // Last changed in PR 8891
|
||||
static constexpr u32 CACHE_REVISION = 19; // Last changed in PR 9135
|
||||
|
||||
std::vector<std::string> FindAllGamePaths(const std::vector<std::string>& directories_to_scan,
|
||||
bool recursive_scan)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue