HLE: Updated various handle debug assertions to be more clear.

This commit is contained in:
bunnei 2014-06-06 00:19:40 -04:00
parent 780a443b08
commit d7363322c7
4 changed files with 10 additions and 10 deletions

View file

@ -104,7 +104,7 @@ void RegisterInterruptRelayQueue(Service::Interface* self) {
u32 flags = cmd_buff[1];
u32 event_handle = cmd_buff[3];
_assert_msg_(GSP, event_handle, "called, but event is NULL!");
_assert_msg_(GSP, (event_handle != 0), "called, but event is NULL!");
g_event_handle = event_handle;