mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 00:59:18 +01:00
Fix nfc menu list of recent nfc files (#996)
This commit is contained in:
parent
63861bf812
commit
9ec50b865d
@ -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 New Issue
Block a user