Skip to content

Commit

Permalink
[DO NOT MERGE] Noexes uses a reserved program ID which will eventuall…
Browse files Browse the repository at this point in the history
…y conflict with Atmosphere

See mdbell#37

Noexes is currently using program ID 0100000000000038; this is the program ID of the official profiler sysmodule, which provides the `banana` service used for profiling games.

In the future, Atmosphere will re-implement this system module, using its ID.

This will break noexes and cause atmosphere to fail to launch when noexes is installed.

Noexes probably wants to change its program ID to not use one that's used by an official hos program, since it's not reimplementing the program in question.
  • Loading branch information
SciresM authored Jun 18, 2020
1 parent 54c5f6b commit 01e50ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/source/noexs/noexs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "TCPGecko",
"title_id": "0x0100000000000038",
"title_id_range_min": "0x0100000000000038",
"title_id_range_max": "0x0100000000000038",
"title_id": "0x????????????????",
"title_id_range_min": "0x????????????????",
"title_id_range_max": "0x????????????????",
"main_thread_stack_size": "0x00004000",
"main_thread_priority": 49,
"default_cpu_id": 3,
Expand Down Expand Up @@ -144,4 +144,4 @@
"force_debug": true
}
}
}
}

0 comments on commit 01e50ac

Please sign in to comment.