vfsDir usage fixed

This commit is contained in:
Nekotekina 2015-04-26 00:26:54 +03:00
parent 31a41b795e
commit 9cfdce91a1
6 changed files with 32 additions and 32 deletions

View file

@ -44,10 +44,9 @@ void LLEModulesManagerFrame::Refresh()
Emu.GetVFS().Init(path);
vfsDir dir(path);
loader::handlers::elf64 sprx_loader;
for (const auto info : dir)
for (const auto info : vfsDir(path))
{
if (info->flags & DirEntry_TypeFile)
{