mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Adjust cellMic log levels
This commit is contained in:
parent
ce4c4696dd
commit
5e556a87ff
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ void mic_thread::on_task()
|
|||
|
||||
s32 cellMicInit()
|
||||
{
|
||||
cellMic.trace("cellMicInit()");
|
||||
cellMic.notice("cellMicInit()");
|
||||
const auto micThread = fxm::make<mic_thread>();
|
||||
micInited = true;
|
||||
if (!micThread)
|
||||
|
@ -57,7 +57,7 @@ s32 cellMicInit()
|
|||
|
||||
s32 cellMicEnd()
|
||||
{
|
||||
cellMic.trace("cellMicEnd()");
|
||||
cellMic.notice("cellMicEnd()");
|
||||
micInited = false;
|
||||
const auto micThread = fxm::withdraw<mic_thread>();
|
||||
if (!micThread)
|
||||
|
|
Loading…
Add table
Reference in a new issue