mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-07-05 09:02:15 +02:00
IMitmServiceObject: add default implementation for ShouldMitm
This commit is contained in:
parent
4bcea4ed5e
commit
a40958e19c
@ -39,7 +39,9 @@ class IMitmServiceObject : public IServiceObject {
|
|||||||
return this->process_id;
|
return this->process_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool ShouldMitm(u64 pid, u64 tid);
|
static bool ShouldMitm(u64 pid, u64 tid) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual ~IMitmServiceObject() = default;
|
virtual ~IMitmServiceObject() = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user