htc: fixes, can now enter ReadyState with wip starlink code
This commit is contained in:
@@ -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; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user