From 0bb7990c4919b466658c8d75927ae92a76e86877 Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Sun, 1 Oct 2023 13:00:30 -0600 Subject: service: Stub multiple functions to increase stability of album applet --- src/core/hle/service/nifm/nifm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/nifm/nifm.h') diff --git a/src/core/hle/service/nifm/nifm.h b/src/core/hle/service/nifm/nifm.h index ae99c4695..b74b66438 100644 --- a/src/core/hle/service/nifm/nifm.h +++ b/src/core/hle/service/nifm/nifm.h @@ -35,6 +35,7 @@ private: void GetInternetConnectionStatus(HLERequestContext& ctx); void IsEthernetCommunicationEnabled(HLERequestContext& ctx); void IsAnyInternetRequestAccepted(HLERequestContext& ctx); + void IsAnyForegroundRequestAccepted(HLERequestContext& ctx); Network::RoomNetwork& network; }; -- cgit v1.2.3