mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 07:21:02 +00:00
Move more logging into callbacks
This commit is contained in:
@@ -40,6 +40,11 @@ struct registry_key : ref_counted_object
|
||||
buffer.read(this->hive);
|
||||
buffer.read(this->path);
|
||||
}
|
||||
|
||||
std::u16string to_string() const
|
||||
{
|
||||
return this->hive.get().u16string() + u"\\" + this->path.get().u16string();
|
||||
}
|
||||
};
|
||||
|
||||
struct registry_value
|
||||
|
||||
Reference in New Issue
Block a user