mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
fix format string
This commit is contained in:
parent
b8b09bc86f
commit
9270e2213e
@ -439,7 +439,7 @@ int PS4_SYSV_ABI sceGnmComputeWaitSemaphore() {
|
|||||||
|
|
||||||
int PS4_SYSV_ABI sceGnmCreateWorkloadStream(u32* stream, const char* name) {
|
int PS4_SYSV_ABI sceGnmCreateWorkloadStream(u32* stream, const char* name) {
|
||||||
if (name) {
|
if (name) {
|
||||||
LOG_ERROR(Lib_GnmDriver, "(STUBBED) sceGnmCreateWorkloadStream called with name: %s", name);
|
LOG_ERROR(Lib_GnmDriver, "(STUBBED) sceGnmCreateWorkloadStream called with name: {}", name);
|
||||||
} else {
|
} else {
|
||||||
LOG_ERROR(Lib_GnmDriver, "(STUBBED) sceGnmCreateWorkloadStream called with NULL name");
|
LOG_ERROR(Lib_GnmDriver, "(STUBBED) sceGnmCreateWorkloadStream called with NULL name");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user