- Aug 11, 2018
-
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
-
- Aug 10, 2018
- Aug 09, 2018
-
-
bunnei authored
-
Khangaroo authored
* Implement BC5/DXN2 (#996) - Used by Kirby Star Allies. * Implement BC5/DXN2 SNORM UNORM for Kirby Star Allies SNORM for Super Mario Odyssey
-
Lioncash authored
Avoids potentially perfoming multiple reallocations when we know the total amount of memory we need beforehand.
-
Lioncash authored
A range-based for loop can't be used when the container being iterated is also being erased from.
-
Khangaroo authored
- Used by Kirby Star Allies.
-
Lioncash authored
This is simply copied by value, so there's no need to make it a modifiable reference. While we're at it, make the names of the parameters match its definition.
-
Lioncash authored
This function doesn't modify anything within the reference Thread instance.
-
Lioncash authored
It's generally easier to follow code using conditionals that operate in terms of the true case followed by the false case (no chance of overlooking the exclamation mark).
-
Lioncash authored
resize() causes the vector to expand and zero out the added members to the vector, however we can avoid this zeroing by using assign(). Given we have the pointer to the data we want to copy, we can calculate the end pointer and directly copy the range of data without the need to perform the resize() beforehand.
-
David Marcec authored
-
bunnei authored
- Used by Super Mario Odyssey (in game).
-
bunnei authored
- Used by Super Mario Odyssey (in game).
-
bunnei authored
- Used by Super Mario Odyssey (when going in game).
-
bunnei authored
- Used by Super Mario Odyssey (in game).
-
Lioncash authored
This is only ever read from, so we can make the data it's pointing to const.
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-