Merge remote-tracking branch 'fork/martin/dreams' into martin/dreams

This commit is contained in:
martin 2024-09-04 03:01:39 -05:00
commit 68e2ca15b4

View File

@ -440,7 +440,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");
}