Pass file_system to process_context::setup

This commit is contained in:
ahm3dgg
2026-01-06 09:16:45 +02:00
parent b642486bc4
commit 725c7e3e9c
3 changed files with 7 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ struct process_context
{
}
void setup(x86_64_emulator& emu, memory_manager& memory, registry_manager& registry, const application_settings& app_settings,
void setup(x86_64_emulator& emu, memory_manager& memory, registry_manager& registry, const file_system& file_system, const application_settings& app_settings,
const mapped_module& executable, const mapped_module& ntdll, const apiset::container& apiset_container,
const mapped_module* ntdll32 = nullptr);