mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
remove nop-placeholder code
This commit is contained in:
parent
0a368282e5
commit
06171971e7
@ -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…
Reference in New Issue
Block a user