RSX: throw exception removal for user_command() (#1872)
This commit is contained in:
@@ -760,10 +760,6 @@ namespace rsx
|
|||||||
func(ppu, arg);
|
func(ppu, arg);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
throw EXCEPTION("User handler not set");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct __rsx_methods_t
|
struct __rsx_methods_t
|
||||||
|
|||||||
Reference in New Issue
Block a user