mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 15:28:21 -04:00
fs.mitm: Use less path memory, fix source concat. (Fixes BotW, probably others)
This commit is contained in:
parent
8da27723fc
commit
a95836552e
4 changed files with 55 additions and 13 deletions
|
@ -130,7 +130,6 @@ class MitMSession final : public ISession<T> {
|
|||
|
||||
MitMSession<T> *new_sess = new MitMSession<T>((MitMServer<T> *)this->server, s_h, c_h, cur_out_r.Handles[0]);
|
||||
new_sess->service_object = this->service_object;
|
||||
IServiceObject *obj = this->service_object.get();
|
||||
|
||||
if (this->is_domain) {
|
||||
new_sess->is_domain = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue