STFS loading... xex's load, but files seem broken. Ugh.

This commit is contained in:
Ben Vanik
2014-01-18 22:23:26 -08:00
parent 69320ed94b
commit 6b633e4e28
24 changed files with 1049 additions and 29 deletions

View File

@@ -60,8 +60,11 @@ public:
virtual X_STATUS QueryInfo(XFileInfo* out_info) = 0;
virtual bool can_map() { return false; }
virtual MemoryMapping* CreateMemoryMapping(
xe_file_mode file_mode, const size_t offset, const size_t length) = 0;
xe_file_mode file_mode, const size_t offset, const size_t length) {
return NULL;
}
virtual X_STATUS Open(
KernelState* kernel_state,