fix format string

This commit is contained in:
martin 2024-09-04 03:30:00 -04:00
parent b8b09bc86f
commit 9270e2213e

View File

@ -439,7 +439,7 @@ int PS4_SYSV_ABI sceGnmComputeWaitSemaphore() {
int PS4_SYSV_ABI sceGnmCreateWorkloadStream(u32* stream, const char* 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 {
LOG_ERROR(Lib_GnmDriver, "(STUBBED) sceGnmCreateWorkloadStream called with NULL name");
}