NWM_UDS: Signal bind_node_event in Unbind (#4321)
This commit is contained in:
parent
ce823759cc
commit
d99b1f581f
|
@ -871,6 +871,8 @@ void NWM_UDS::Unbind(Kernel::HLERequestContext& ctx) {
|
|||
});
|
||||
|
||||
if (itr != channel_data.end()) {
|
||||
// TODO(B3N30): Check out what Unbind does if the bind_node_id wasn't in the map
|
||||
itr->second.event->Signal();
|
||||
channel_data.erase(itr);
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue