mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
htc: fix htcfs sf definition
This commit is contained in:
parent
1bd0094bee
commit
5fc1981061
4 changed files with 13 additions and 13 deletions
|
@ -23,7 +23,7 @@ namespace ams::htcfs {
|
|||
private:
|
||||
ClientImpl m_impl;
|
||||
public:
|
||||
Client(htclow::HtclowManager *manager);
|
||||
Client(htclow::HtclowManager *manager) : m_impl(manager) { /* ... */ }
|
||||
};
|
||||
|
||||
void InitializeClient(htclow::HtclowManager *manager);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue