mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-09-25 18:58:34 +00:00
Merge remote-tracking branch 'fork/martin/dreams' into martin/dreams
This commit is contained in:
commit
68e2ca15b4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue