- Jul 19, 2018
- Jul 07, 2018
-
-
fearlessTobi authored
-
- Apr 02, 2018
-
-
Daniel Lim Wee Soong authored
swap{16,32,64} are defined as macros on the two, but client code tries to invoke them as Common::swap{16,32,64}, which naturally doesn't work. This hack redefines the macros as inline functions in the Common namespace: the bodies of the functions are the same as the original macros, but relying on OS-specific implementation details like this is of course brittle.
-
- Oct 27, 2016
-
-
Jan Beich authored
-
- Sep 21, 2016
-
-
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
-
- May 09, 2016
-
-
Lioncash authored
These shouldn't haphazardly convert types
-
Lioncash authored
This isn't well-defined in C++.
-
Lioncash authored
Also gets rid of pointer data variants as this prevents the use of the regular swapping routines as unary predicates in std lib functions. They also cast to stricter alignment types, which is undefined behavior.
-
- Sep 11, 2015
-
-
Lioncash authored
-
- Jun 27, 2015
-
-
Emmanuel Gil Peyrot authored
-
- May 29, 2015
-
-
Emmanuel Gil Peyrot authored
-
- Mar 06, 2015
-
-
archshift authored
-
- Jan 06, 2015
-
-
Emmanuel Gil Peyrot authored
Symbian, Xbox, Blackberry and iOS got removed. FreeBSD and Android kept due to them potentially being able to run Citra in the future. The iOS specific part also got removed from PPSSPP in order to fix a bug there.
-
- Oct 26, 2014
-
-
Yuri Kunde Schlesner authored
-
- Apr 23, 2014
-
-
bunnei authored
-
- Apr 08, 2014
-
-
bunnei authored
-
- Apr 01, 2014
-
-
bunnei authored
-
- Sep 19, 2013
-
-
ShizZy authored
-