mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
Merge remote-tracking branch 'fork/martin/dreams' into martin/dreams
This commit is contained in:
commit
68e2ca15b4
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user