cellFsSdataOpenByFd fixed

This commit is contained in:
Nekotekina 2017-04-23 01:07:41 +03:00
parent 634f353ed4
commit 19fd8c109e

View File

@ -238,6 +238,7 @@ struct lv2_file_op_09 : lv2_file_op
be_t<u32> arg_size; // 6th arg
be_t<u32> arg_ptr; // 5th arg
be_t<u32> _x34;
be_t<s32> out_code;
be_t<u32> out_fd;
};