mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
impr: Allow files to be switched between memory loaded and direct access
This commit is contained in:
@@ -55,8 +55,12 @@ namespace hex::plugin::builtin {
|
||||
|
||||
private:
|
||||
void convertToMemoryFile();
|
||||
void convertToDirectAccess();
|
||||
|
||||
void handleFileChange();
|
||||
|
||||
bool open(bool memoryMapped);
|
||||
|
||||
protected:
|
||||
std::fs::path m_path;
|
||||
wolv::io::File m_file;
|
||||
|
||||
Reference in New Issue
Block a user