[VFS] Rewrote STFS to use memory mapping

- Replaced old-style buffer, buffer_length with std::span
- Added STFS and SVOD specific Entry and File classes
- Other smaller improvements
This commit is contained in:
Gliniak
2025-05-13 21:05:46 +02:00
committed by Radosław Gliński
parent e85c2392ba
commit fe739208b6
36 changed files with 481 additions and 206 deletions

View File

@@ -11,6 +11,7 @@
#define XENIA_KERNEL_UTIL_XEX2_INFO_H_
#include <cstdint>
#include <string>
#include <unordered_map>
#include "xenia/base/byte_order.h"