mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 17:55:46 +00:00
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
This commit is contained in:
parent
a64bd36ba7
commit
44d2f427d4
3 changed files with 4 additions and 6 deletions
|
@ -187,7 +187,7 @@ public:
|
|||
void RefreshMemoryBlockMappings(const std::vector<u8>* block);
|
||||
|
||||
/// Dumps the address space layout to the log, for debugging
|
||||
void LogLayout(Log::Level log_level) const;
|
||||
void LogLayout() const;
|
||||
|
||||
/// Gets the total memory usage, used by svcGetInfo
|
||||
u64 GetTotalMemoryUsage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue