mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-06-08 00:55:03 -06:00
Fixed missing void return type
This commit is contained in:
parent
14eb312678
commit
6d28737856
@ -10,7 +10,7 @@ SERIALIZE_EXPORT_IMPL(Service::NWM::NWM_INF)
|
|||||||
|
|
||||||
namespace Service::NWM {
|
namespace Service::NWM {
|
||||||
|
|
||||||
NWM_INF::RecvBeaconBroadcastData(Kernel::HLERequestContext& ctx) {
|
void NWM_INF::RecvBeaconBroadcastData(Kernel::HLERequestContext& ctx) {
|
||||||
// TODO(PTR) Update implementation to cover differences between NWM_INF and NWM_UDS
|
// TODO(PTR) Update implementation to cover differences between NWM_INF and NWM_UDS
|
||||||
auto nwm_uds = Core::System::GetInstance().ServiceManager().GetService<Service::NWM::NWM_UDS>("nwm::UDS");
|
auto nwm_uds = Core::System::GetInstance().ServiceManager().GetService<Service::NWM::NWM_UDS>("nwm::UDS");
|
||||||
nwm_uds->HandleSyncRequest(ctx);
|
nwm_uds->HandleSyncRequest(ctx);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user