diff --git a/source/utils.cpp b/source/utils.cpp index 9284e54..4bde71d 100644 --- a/source/utils.cpp +++ b/source/utils.cpp @@ -9,9 +9,8 @@ static ContentRedirectionApiErrorType (*sCRAddFSLayer)(CRLayerHandle *, const ch static ContentRedirectionApiErrorType (*sCRRemoveFSLayer)(CRLayerHandle) = nullptr; static ContentRedirectionApiErrorType (*sCRSetActive)(CRLayerHandle) = nullptr; static ContentRedirectionApiErrorType (*sCRGetVersion)(ContentRedirectionVersion *) = nullptr; -static ContentRedirectionApiErrorType (*sCRAddDevice)(const devoptab_t *, int *) = nullptr; -static ContentRedirectionApiErrorType (*sCRRemoveDevice)(const char *) = nullptr; - +static int (*sCRAddDevice)(const devoptab_t *, int *) = nullptr; +static int (*sCRRemoveDevice)(const char *) = nullptr; static ContentRedirectionVersion sContentRedirectionVersion = CONTENT_REDIRECTION_MODULE_VERSION_ERROR;