mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Small fixes
This commit is contained in:
parent
3fdb50b0ea
commit
01f3763eb4
6 changed files with 24 additions and 23 deletions
|
@ -941,7 +941,7 @@ int cellSysCacheClear(void)
|
|||
Emu.GetVFS().GetDevice(wxString("/dev_hdd1/cache/"), localPath);
|
||||
if (wxDirExists(localPath)){
|
||||
WxDirDeleteTraverser deleter;
|
||||
wxString f = wxFindFirstFile(localPath+"\*",wxDIR);
|
||||
wxString f = wxFindFirstFile(localPath+"\\*",wxDIR);
|
||||
while (!f.empty())
|
||||
{
|
||||
wxDir dir(f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue