mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14:45 +00:00
remove nop-placeholder code
This commit is contained in:
parent
0a368282e5
commit
06171971e7
1 changed files with 0 additions and 5 deletions
|
@ -447,11 +447,6 @@ int PS4_SYSV_ABI sceGnmCreateWorkloadStream(u32* stream, const char* name) {
|
|||
LOG_ERROR(Lib_GnmDriver, "(STUBBED) sceGnmCreateWorkloadStream called with NULL name");
|
||||
}
|
||||
|
||||
// TODO: Implement proper functionality. For now, we stub it.
|
||||
if (stream) {
|
||||
*stream = 1; // Set stream to 1 as in Rust code
|
||||
}
|
||||
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue