RSX: throw exception removal for user_command() (#1872)

This commit is contained in:
raven02 2016-07-09 00:22:10 +08:00 committed by GitHub
parent 71b21fe793
commit 70885ada67
1 changed files with 0 additions and 4 deletions

View File

@ -760,10 +760,6 @@ namespace rsx
func(ppu, arg);
});
}
else
{
throw EXCEPTION("User handler not set");
}
}
struct __rsx_methods_t