htc: fixes, can now enter ReadyState with wip starlink code

This commit is contained in:
Michael Scire
2021-02-12 06:08:16 -08:00
committed by SciresM
parent 5fc1981061
commit f28a410ba0
7 changed files with 182 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ namespace ams::htcfs {
static constexpr inline size_t NumServers = 1;
static constexpr inline size_t MaxSessions = 30;
static constexpr inline sm::ServiceName ServiceName = sm::ServiceName::Encode("htcfs");
static constexpr inline sm::ServiceName ServiceName = sm::ServiceName::Encode("file_io");
struct ServerOptions {
static constexpr size_t PointerBufferSize = 0x1000;