1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00

fs.mitm: Fix sm^H^Hfshax

This commit is contained in:
Michael Scire 2018-06-10 03:12:34 -06:00
parent 3cbdf0b2b9
commit 931e38742b

View file

@ -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();