mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 19:05:45 +00:00
VMManager: Make LogLayout log level configurable as a parameter
This commit is contained in:
parent
785407d06f
commit
b9a9ad9742
4 changed files with 22 additions and 13 deletions
|
@ -170,7 +170,7 @@ public:
|
|||
void Reprotect(VMAHandle vma, VMAPermission new_perms);
|
||||
|
||||
/// Dumps the address space layout to the log, for debugging
|
||||
void LogLayout() const;
|
||||
void LogLayout(Log::Level log_level) const;
|
||||
|
||||
private:
|
||||
using VMAIter = decltype(vma_map)::iterator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue