htc: ReadDirectoryLarge/data channel support

This commit is contained in:
Michael Scire 2021-02-13 10:01:19 -08:00 committed by SciresM
parent 9daec3a66a
commit 1961cb1034
4 changed files with 100 additions and 5 deletions

View file

@ -305,7 +305,7 @@ namespace ams::htclow::mux {
auto it = m_channel_impl_map.GetMap().find(channel);
R_UNLESS(it != m_channel_impl_map.GetMap().end(), htclow::ResultChannelNotExist());
/* Perform the RECEIVE. */
/* Perform the receive. */
return m_channel_impl_map[it->second].DoReceiveEnd(out, dst, dst_size);
} else {
*out = 0;