BOSSU:GetNsDataIdList: Difference between revisions
| No edit summary | |||
| Line 3: | Line 3: | ||
| {{#vardefine:ipc_offset|0}} | {{#vardefine:ipc_offset|0}} | ||
| {{IPC/RequestEntry|Header code [0x00100102]}} | {{IPC/RequestEntry|Header code [0x00100102]}} | ||
| {{IPC/RequestEntry| | {{IPC/RequestEntry|u32 filter}} | ||
| {{IPC/RequestEntry|Buffer size in words(max entries).}} | {{IPC/RequestEntry|Buffer size in words(max entries).}} | ||
| {{IPC/RequestEntry|u16, unknown.}} | {{IPC/RequestEntry|u16, unknown.}} | ||
| Line 18: | Line 18: | ||
| {{IPC/RequestEntry|u16 Unknown}} | {{IPC/RequestEntry|u16 Unknown}} | ||
| {{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
| =Filter= | |||
| Content filtering is enabled when this word isn't 0xffffffff. This is only used for the following: <code>if(filterword_u16high!=contententryword_u16high || (filterword_u16low & contententryword_u16low) == 0)continue;</code> The contententryword is separate from NsDataId. The NsDataId for the content entry is only written to the output when these checks pass. | |||
| =Description= | =Description= | ||