mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 03:36:52 -04:00
set.mitm: mitm everything
We still only lie about firmware version to qlaunch/maintenance. This is to prepare for loading settings off of the SD card.
This commit is contained in:
parent
f61f5feaf4
commit
4711d0565d
7 changed files with 222 additions and 37 deletions
|
@ -85,7 +85,7 @@ int main(int argc, char **argv)
|
|||
auto server_manager = new SetMitmManager(1);
|
||||
|
||||
/* Create set:sys mitm. */
|
||||
AddMitmServerToManager<SetSysMitmService>(server_manager, "set:sys", 4);
|
||||
AddMitmServerToManager<SetSysMitmService>(server_manager, "set:sys", 60);
|
||||
|
||||
/* Connect to set:sys. */
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue