mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-23 20:05:01 +00:00
some fs work for openorbis (WIP)
This commit is contained in:
parent
57ddf939d4
commit
ff43fec76a
6 changed files with 225 additions and 6 deletions
|
@ -4,6 +4,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "common/fs_file.h"
|
||||
#include <common/io_file.h>
|
||||
|
||||
namespace Core::FileSys {
|
||||
|
||||
|
@ -32,7 +33,7 @@ struct File {
|
|||
std::atomic_bool isDirectory;
|
||||
std::string m_host_name;
|
||||
std::string m_guest_name;
|
||||
Common::FS::File f;
|
||||
IOFile f;
|
||||
//std::vector<Common::FS::DirEntry> dirents;
|
||||
u32 dirents_index;
|
||||
std::mutex m_mutex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue