mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Minor changes
* Removed old lv2Process* functions * Function name is displayed again in unimplemented syscalls * Minor changes that won't affect the emulator.
This commit is contained in:
parent
bf6507e9be
commit
f131f134a5
4 changed files with 14 additions and 19 deletions
|
@ -1780,7 +1780,7 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, mem32_ptr_t& args, const u3
|
|||
|
||||
case NV3089_SET_CONTEXT_SURFACE:
|
||||
{
|
||||
if(ARGS(0) != 0x313371C3)
|
||||
if (ARGS(0) != CELL_GCM_CONTEXT_SURFACE2D)
|
||||
{
|
||||
ConLog.Warning("NV3089_SET_CONTEXT_SURFACE: Unsupported surface (0x%x)", ARGS(0));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue