htcs: fixes, echo server is now fully functional
This commit is contained in:
@@ -70,11 +70,11 @@ namespace ams::sf::cmif {
|
||||
|
||||
/* Boolean operators. */
|
||||
explicit constexpr operator bool() const {
|
||||
return this->dispatch_meta != nullptr;
|
||||
return this->srv != nullptr;
|
||||
}
|
||||
|
||||
constexpr bool operator!() const {
|
||||
return this->dispatch_meta == nullptr;
|
||||
return this->srv == nullptr;
|
||||
}
|
||||
|
||||
/* Getters. */
|
||||
|
||||
Reference in New Issue
Block a user