Prepare configurable registry path

This commit is contained in:
momo5502
2024-11-03 15:57:52 +01:00
parent e32624ba1f
commit 0a81280796
7 changed files with 39 additions and 27 deletions

View File

@@ -255,6 +255,8 @@ namespace
{
setup_gdt(emu);
context.registry = registry_manager(settings.registry_directory);
context.kusd = setup_kusd(emu);
context.base_allocator = create_allocator(emu, PEB_SEGMENT_SIZE);