emoose
|
fbf9c4630f
|
[Kernel] Use XCONTENT_AGGREGATE_DATA in all ContentManager funcs
Since AGGREGATE_DATA contains extra info about title_id, and can be easily converted to/from XCONTENT_DATA.
|
2021-06-25 23:48:25 -05:00 |
|
emoose
|
13f30d3492
|
[Kernel] Merge Content*Data structs into XCONTENT*_DATA
Also moved XContentType to xbox.h so code can make use of it without needing to include STFS stuff
|
2021-06-25 23:48:25 -05:00 |
|
Joel Linn
|
a86d7173e1
|
Refactor FourCC magic uses
- Use new fourcc_t type
- Improves compiler compatibility by removing multi chars
|
2021-06-02 22:28:43 -05:00 |
|
Gliniak
|
93c97fdbda
|
[XAM/Content] Provide title ID for aggregate content
|
2021-05-13 23:08:02 -05:00 |
|
gibbed
|
319699130a
|
[XAM] Improvement rollup. Content, enumerators...
- [Kernel] Create guest object for XEnumerator.
- [XAM] Split content data into host/guest variants.
- [XAM] Correct message return type from RESULT to HRESULT.
- [XAM] Add a new dummy content device for ODD.
- [XAM] Implement XamContentAggregateCreateEnumerator.
- [XAM] Implement XamGetPrivateEnumStructureFromHandle.
- [XAM] Implement XMsgCompleteIORequest (sketchy).
- [XAM] Implement XamGetOverlappedResult (sketchy).
- [XAM] Implement XamTaskSchedule (sketchy).
|
2020-11-27 14:19:30 -06:00 |
|