mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-01-09 11:17:30 -03: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())
|
||||
continue;
|
||||
|
||||
if (!fs::exists(entry))
|
||||
if (!fs::exists(_utf8ToPath(entry)))
|
||||
continue;
|
||||
|
||||
if (recentFileIndex == 0)
|
||||
|
|
Loading…
Reference in a new issue