mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-25 14:41:02 +00:00
Update module_load_count when unmapping
This commit is contained in:
@@ -35,7 +35,7 @@ struct emulator_settings;
|
||||
struct application_settings;
|
||||
|
||||
using knowndlls_map = std::map<std::u16string, section>;
|
||||
using apiset_map = std::unordered_map<std::u16string, std::u16string>;
|
||||
using apiset_map = std::map<std::u16string, std::u16string>;
|
||||
struct process_context
|
||||
{
|
||||
struct callbacks
|
||||
|
||||
Reference in New Issue
Block a user