ISO: Remove psf hack

This commit is contained in:
Megamouse
2026-01-10 12:35:19 +01:00
parent a8624682a7
commit f712de0c91
2 changed files with 3 additions and 4 deletions
+2
View File
@@ -257,6 +257,8 @@ namespace fs
// Open file with specified mode
explicit file(const std::string& path, bs_t<open_mode> mode = ::fs::read);
file(std::unique_ptr<file_base>&& ptr) : m_file(std::move(ptr)) {}
static file from_native_handle(native_handle handle);
// Open memory for read