Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds docs for the
qUUID
type. So far this has only been seen in WATCH_DOGS on the Wii U, but since Ubisoft uses it for their Uplay profile IDs in that game it's likely that this exist in at least other Ubisoft gamesThis doesn't document the red-black tree usage also seen in WATCH_DOGS when using
qUUID
types, as I have no idea what that's all about. It seems like WATCH_DOGS creates a red-black tree for eachqUUID
, but it's not clear what purpose this has. The game only seems to do this when extracting theqUUID
from an RMC message, as it does not do this when creating aqUUID
from a string for example. It also seems to not do anything with the tree when encoding the type?