mirror of
https://github.com/PabloMK7/citra.git
synced 2025-10-11 12:00:03 +00:00
Add missing FS:USER functions (#7051)
This commit is contained in:
parent
b231a22ea5
commit
597a2e8ead
5 changed files with 232 additions and 21 deletions
|
@ -221,6 +221,13 @@ public:
|
|||
return session;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the client thread that made the service request.
|
||||
*/
|
||||
std::shared_ptr<Thread> ClientThread() const {
|
||||
return thread;
|
||||
}
|
||||
|
||||
class WakeupCallback {
|
||||
public:
|
||||
virtual ~WakeupCallback() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue