remove nop-placeholder code

This commit is contained in:
martin 2024-09-05 12:25:51 -05:00
parent 0a368282e5
commit 06171971e7

View file

@ -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;
}