debug-kit: Implement tma.stub

This commit is contained in:
Michael Scire
2018-11-03 11:52:04 -07:00
parent ef17dc16fa
commit 2708de3876
4 changed files with 365 additions and 2 deletions

View File

@@ -157,8 +157,9 @@ void EmbeddedBoot2::Main() {
/* Launch usb. */
LaunchTitle(Boot2KnownTitleId::usb, FsStorageId_NandSystem, 0, NULL);
/* Launch tma. */
LaunchTitle(Boot2KnownTitleId::tma, FsStorageId_NandSystem, 0, NULL);
/* Don't launch tma, because atmosphere replaces it with a KIP. */
/* LaunchTitle(Boot2KnownTitleId::tma, FsStorageId_NandSystem, 0, NULL); */
/* Launch default programs. */
bool maintenance = ShouldForceMaintenanceMode();