1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-20 05:53:38 +01:00

change way to identify cfw

This commit is contained in:
flb 2021-02-24 20:56:21 +01:00
parent d01eab304b
commit b2f662fb00

View file

@ -3,6 +3,5 @@
#include "constants.hpp" #include "constants.hpp"
bool isServiceRunning(const char *serviceName); bool isServiceRunning(const char *serviceName);
Result smAtmosphereHasService(bool *out, SmServiceName name);
CFW getCFW(); CFW getCFW();
const extern CFW running_cfw; const extern CFW running_cfw;