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

@@ -24,7 +24,8 @@ namespace ams::htcfs {
public:
HeaderFactory() : m_version() { /* ... */ }
public:
/* ... */
s16 GetVersion() const { return m_version; }
void SetVersion(s16 version) { m_version = version; }
};
}