Updated plugin to add proper support for Monster Hunter Rise so now there is no need to go back to home menu.
To achieve this 4 functions were hooked:
nn::oe::GetNotificationMessageEvent()
nn::os::InitializeMultiWaitHolder(nn::os::MultiWaitHolderType*, nn::os::SystemEventType*)
nn::os::LinkMultiWaitHolder(nn::os::MultiWaitType*, nn::os::MultiWaitHolderType*)
nn::os::WaitAny(nn::os::MultiWaitType*)
- in case of detectingNotificationMessageEvent
included inMultiWaitType
argument it redirects call tonn::os::TimedWaitAny(nn::os::MultiWaitType*, nn::TimeSpan timeout)
with timeout set to 1ms.
Overlay was not updated.