mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 13:27:45 +00:00
FS: Updated the Directory Entry structure to match the Switch.
This commit is contained in:
parent
8144364cc2
commit
e4b4b765b6
5 changed files with 84 additions and 30 deletions
|
@ -70,7 +70,10 @@ private:
|
|||
|
||||
class ROMFSDirectory : public DirectoryBackend {
|
||||
public:
|
||||
u32 Read(const u32 count, Entry* entries) override {
|
||||
u64 Read(const u64 count, Entry* entries) override {
|
||||
return 0;
|
||||
}
|
||||
u64 GetEntryCount() const override {
|
||||
return 0;
|
||||
}
|
||||
bool Close() const override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue