|
|
@ -218,7 +218,7 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
private:
|
|
|
|
void Submit(HLERequestContext& ctx) {
|
|
|
|
void Submit(HLERequestContext& ctx) {
|
|
|
|
LOG_WARNING(Service_NIFM, "(STUBBED) called");
|
|
|
|
LOG_DEBUG(Service_NIFM, "(STUBBED) called");
|
|
|
|
|
|
|
|
|
|
|
|
if (state == RequestState::NotSubmitted) {
|
|
|
|
if (state == RequestState::NotSubmitted) {
|
|
|
|
UpdateState(RequestState::OnHold);
|
|
|
|
UpdateState(RequestState::OnHold);
|
|
|
@ -229,7 +229,7 @@ private:
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void GetRequestState(HLERequestContext& ctx) {
|
|
|
|
void GetRequestState(HLERequestContext& ctx) {
|
|
|
|
LOG_WARNING(Service_NIFM, "(STUBBED) called");
|
|
|
|
LOG_DEBUG(Service_NIFM, "(STUBBED) called");
|
|
|
|
|
|
|
|
|
|
|
|
IPC::ResponseBuilder rb{ctx, 3};
|
|
|
|
IPC::ResponseBuilder rb{ctx, 3};
|
|
|
|
rb.Push(ResultSuccess);
|
|
|
|
rb.Push(ResultSuccess);
|
|
|
@ -237,7 +237,7 @@ private:
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void GetResult(HLERequestContext& ctx) {
|
|
|
|
void GetResult(HLERequestContext& ctx) {
|
|
|
|
LOG_WARNING(Service_NIFM, "(STUBBED) called");
|
|
|
|
LOG_DEBUG(Service_NIFM, "(STUBBED) called");
|
|
|
|
|
|
|
|
|
|
|
|
const auto result = [this] {
|
|
|
|
const auto result = [this] {
|
|
|
|
const auto has_connection = Network::GetHostIPv4Address().has_value();
|
|
|
|
const auto has_connection = Network::GetHostIPv4Address().has_value();
|
|
|
|