mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Add CubebUtils namespace and hook up cubeb logging
This commit is contained in:
parent
34ad1eb547
commit
d416cbd9ed
11 changed files with 116 additions and 24 deletions
|
@ -96,6 +96,8 @@ public:
|
|||
static u32 GetMaxLevel() { return MAX_LOGLEVEL; }
|
||||
void Log(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char* file, int line,
|
||||
const char* fmt, va_list args);
|
||||
void LogWithFullPath(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char* file,
|
||||
int line, const char* fmt, va_list args);
|
||||
|
||||
void SetLogLevel(LogTypes::LOG_TYPE type, LogTypes::LOG_LEVELS level)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue