mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 10:27:57 -05:00
HLE: Updated various handle debug assertions to be more clear.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user