mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
Rename logging macro back to LOG_*
This commit is contained in:
parent
0b05c9abc8
commit
e159c550d8
105 changed files with 730 additions and 730 deletions
|
@ -10,7 +10,7 @@
|
|||
namespace Service::Audio {
|
||||
|
||||
void HwOpus::GetWorkBufferSize(Kernel::HLERequestContext& ctx) {
|
||||
NGLOG_WARNING(Service_Audio, "(STUBBED) called");
|
||||
LOG_WARNING(Service_Audio, "(STUBBED) called");
|
||||
IPC::ResponseBuilder rb{ctx, 3};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
rb.Push<u32>(0x4000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue