mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-25 06:31:02 +00:00
Prepare configurable registry path
This commit is contained in:
@@ -363,7 +363,7 @@ struct process_context
|
||||
{
|
||||
}
|
||||
|
||||
registry_manager registry{R"(C:\Users\mauri\Desktop\windows\win-x64\registry)"}; // TODO: Fix
|
||||
registry_manager registry{};
|
||||
|
||||
uint64_t executed_instructions{0};
|
||||
uint64_t current_ip{0};
|
||||
|
||||
Reference in New Issue
Block a user