mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 13:08:04 -05:00
VMManager: Make LogLayout log level configurable as a parameter
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user