some fs work for openorbis (WIP)

This commit is contained in:
georgemoralis 2024-01-26 18:01:27 +02:00
parent 57ddf939d4
commit ff43fec76a
6 changed files with 225 additions and 6 deletions

View file

@ -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;