mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Fix nfc menu list of recent nfc files (#996)
This commit is contained in:
parent
63861bf812
commit
9ec50b865d
1 changed files with 1 additions and 1 deletions
|
@ -1751,7 +1751,7 @@ void MainWindow::UpdateNFCMenu()
|
||||||
if (entry.empty())
|
if (entry.empty())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (!fs::exists(entry))
|
if (!fs::exists(_utf8ToPath(entry)))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (recentFileIndex == 0)
|
if (recentFileIndex == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue