From b2f662fb006b32fb88ea9536f7f589e15ca085e4 Mon Sep 17 00:00:00 2001 From: flb Date: Wed, 24 Feb 2021 20:56:21 +0100 Subject: [PATCH] change way to identify cfw --- include/current_cfw.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/current_cfw.hpp b/include/current_cfw.hpp index 488747e..9818266 100644 --- a/include/current_cfw.hpp +++ b/include/current_cfw.hpp @@ -3,6 +3,5 @@ #include "constants.hpp" bool isServiceRunning(const char *serviceName); -Result smAtmosphereHasService(bool *out, SmServiceName name); CFW getCFW(); const extern CFW running_cfw; \ No newline at end of file