- Feb 25, 2019
-
-
Lioncash authored
The assignments here were performing an implicit truncation from int to s16. Make it explicit that this is desired behavior.
-
- Sep 15, 2018
-
-
fearlessTobi authored
-
- Aug 04, 2018
-
-
bunnei authored
-
- Jan 13, 2018
-
-
James Rowe authored
-
- Sep 25, 2017
-
-
Subv authored
The current code inserts and deletes elements from the beginning of the audio buffer, which is very inefficient in an std::vector. Profiling was done using VisualStudio2017's Performance Analyzer in Super Mario 3D Land. Before this change: AudioInterp::Linear had 14.14% of the runtime (inclusive) and most of that time was spent in std::vector's insert implementation. After this change: AudioInterp::Linear has 0.36% of the runtime (inclusive)
-
- Sep 21, 2016
-
-
Yuri Kunde Schlesner authored
-
Emmanuel Gil Peyrot authored
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
-
- Sep 19, 2016
-
-
Yuri Kunde Schlesner authored
-
- Sep 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Sep 03, 2016
-
-
fincs authored
Closes #2049. Signed-off-by:
MerryMage <MerryMage@users.noreply.github.com>
-
- Mar 24, 2016
-
-
MerryMage authored
-