mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
sm: Fix atmosphere-extension interaction with official JIT sysmodule usage
This commit is contained in:
parent
211a828730
commit
909397233c
4 changed files with 39 additions and 0 deletions
|
@ -26,6 +26,8 @@ namespace ams::sm {
|
|||
bool has_initialized = false;
|
||||
private:
|
||||
Result EnsureInitialized();
|
||||
public:
|
||||
virtual ~UserService();
|
||||
public:
|
||||
/* Official commands. */
|
||||
Result RegisterClient(const sf::ClientProcessId &client_process_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue