mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 05:31:03 +00:00
Prepare filesystem support
This commit is contained in:
@@ -529,12 +529,12 @@ class emulator_thread : ref_counted_object
|
||||
|
||||
struct process_context
|
||||
{
|
||||
process_context(x64_emulator& emu)
|
||||
process_context(x64_emulator& emu, file_system& file_sys)
|
||||
: base_allocator(emu),
|
||||
peb(emu),
|
||||
process_params(emu),
|
||||
kusd(emu, *this),
|
||||
mod_manager(emu)
|
||||
mod_manager(emu, file_sys)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user