diff --git a/include/stratosphere/servers.hpp b/include/stratosphere/servers.hpp index 1afcfa49..3ed59653 100644 --- a/include/stratosphere/servers.hpp +++ b/include/stratosphere/servers.hpp @@ -84,7 +84,7 @@ class ManagedPortServer : public IServer { public: ManagedPortServer(const char *service_name, unsigned int max_s) : IServer(max_s) { if (R_FAILED(svcManageNamedPort(&this->port_handle, service_name, this->max_sessions))) { - /* TODO: panic */ + std::abort(); } } }; \ No newline at end of file