diff --git a/include/stratosphere/mitm/imitmserviceobject.hpp b/include/stratosphere/mitm/imitmserviceobject.hpp index e13c4d5f..5f11fbd5 100644 --- a/include/stratosphere/mitm/imitmserviceobject.hpp +++ b/include/stratosphere/mitm/imitmserviceobject.hpp @@ -39,7 +39,9 @@ class IMitmServiceObject : public IServiceObject { return this->process_id; } - static bool ShouldMitm(u64 pid, u64 tid); + static bool ShouldMitm(u64 pid, u64 tid) { + return true; + } protected: virtual ~IMitmServiceObject() = default;