FS: Updated the Directory Entry structure to match the Switch.

This commit is contained in:
Subv
2018-03-19 22:58:55 -05:00
parent fc44261dd1
commit a9ba2c2000
5 changed files with 84 additions and 30 deletions

View File

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