diff --git a/src/core/hle/service/soc_u.cpp b/src/core/hle/service/soc_u.cpp index 21136772a..0309c51e3 100644 --- a/src/core/hle/service/soc_u.cpp +++ b/src/core/hle/service/soc_u.cpp @@ -94,7 +94,9 @@ static const std::unordered_map error_map = {{ {ERRNO(EMFILE), 33}, {EMLINK, 34}, {ERRNO(EMSGSIZE), 35}, +#ifdef EMULTIHOP {ERRNO(EMULTIHOP), 36}, +#endif {ERRNO(ENAMETOOLONG), 37}, {ERRNO(ENETDOWN), 38}, {ERRNO(ENETRESET), 39},