mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-25 14:41:02 +00:00
Use std::map instead of std::unordered_map for data that will be serialized
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
struct emulator_settings;
|
||||
struct application_settings;
|
||||
|
||||
using knowndlls_map = std::unordered_map<std::u16string, section>;
|
||||
using knowndlls_map = std::map<std::u16string, section>;
|
||||
struct process_context
|
||||
{
|
||||
struct callbacks
|
||||
|
||||
Reference in New Issue
Block a user