mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
vfsDir usage fixed
This commit is contained in:
parent
31a41b795e
commit
9cfdce91a1
6 changed files with 32 additions and 32 deletions
|
@ -327,6 +327,11 @@ namespace loader
|
|||
|
||||
for (const auto module : lle_dir)
|
||||
{
|
||||
if (module->flags & DirEntry_TypeDir)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
elf64 sprx_handler;
|
||||
|
||||
vfsFile fsprx(lle_dir.GetPath() + "/" + module->name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue