mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 12:17:52 -05:00
Fix some warnings (#2399)
This commit is contained in:
committed by
Yuri Kunde Schlesner
parent
159bcbfdbc
commit
c18cb1b192
@ -2,6 +2,7 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <cinttypes>
|
||||
#include "core/hle/service/boss/boss.h"
|
||||
#include "core/hle/service/boss/boss_p.h"
|
||||
#include "core/hle/service/boss/boss_u.h"
|
||||
@ -33,7 +34,8 @@ void InitializeSession(Service::Interface* self) {
|
||||
cmd_buff[0] = IPC::MakeHeader(0x1, 0x1, 0);
|
||||
cmd_buff[1] = RESULT_SUCCESS.raw;
|
||||
|
||||
LOG_WARNING(Service_BOSS, "(STUBBED) unk_param=0x%016X, translation=0x%08X, unk_param4=0x%08X",
|
||||
LOG_WARNING(Service_BOSS,
|
||||
"(STUBBED) unk_param=0x%016" PRIX64 ", translation=0x%08X, unk_param4=0x%08X",
|
||||
unk_param, translation, unk_param4);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user