Stratosphere: Fix IPC rawdata out size, QueryPointerBufferSize works on hardware now.

This commit is contained in:
Michael Scire 2018-04-19 16:53:09 -06:00
parent eded273328
commit 271272e13b
3 changed files with 3 additions and 3 deletions

View file

@ -138,7 +138,7 @@ class ServiceSession : public IWaitable {
u64 retval;
} *raw;
raw = (decltype(raw))ipcPrepareHeader(&c, out_words);
raw = (decltype(raw))ipcPrepareHeader(&c, out_words * 4);
raw->magic = SFCO_MAGIC;
raw->retval = retval;