core: Replace usages of LOG_GENERIC with new fmt-capable equivalents

This commit is contained in:
Lioncash
2018-04-27 11:49:18 -04:00
parent acede1f1d3
commit 843dd62c81
3 changed files with 4 additions and 6 deletions

View File

@ -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();