mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
fs.mitm: Fix sm^H^Hfshax
This commit is contained in:
parent
3cbdf0b2b9
commit
931e38742b
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ class FsMitMService : public IMitMServiceObject {
|
|||
u64 process_id;
|
||||
u64 title_id;
|
||||
public:
|
||||
FsMitMService() : has_initialized(false), process_id(0), title_id(0) {
|
||||
/* ... */
|
||||
}
|
||||
virtual Result dispatch(IpcParsedCommand &r, IpcCommand &out_c, u64 cmd_id, u8 *pointer_buffer, size_t pointer_buffer_size);
|
||||
virtual Result postprocess(IpcParsedCommand &r, IpcCommand &out_c, u64 cmd_id, u8 *pointer_buffer, size_t pointer_buffer_size);
|
||||
virtual Result handle_deferred();
|
||||
|
|
Loading…
Reference in a new issue