index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
platform.h
Age
Commit message (
Collapse
)
Author
2015-05-07
Common: Move SSE detection ifdefs to platform.h
Yuri Kunde Schlesner
2015-05-06
Common: Remove many unnecessary cross-platform compatibility macros
Yuri Kunde Schlesner
2015-03-16
Common: Make a #else more apparent.
Emmanuel Gil Peyrot
2015-01-06
Common: Remove dead platform #ifdefs to make the code more readable.
Emmanuel Gil Peyrot
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.
2014-12-29
Fix MSVC-related #defines and add CMakeLists comment
darkf
2014-12-29
Fix merge conflicts
darkf
2014-12-03
Change NULLs to nullptrs.
Rohit Nirmal
2014-11-28
Fix MinGW build
darkf
2014-08-17
Common: Move header guards over to pragma once
Lioncash
Also replaced C headers with the C++ equivalent ones
2014-06-12
Preprocessor: #if's out OSX-specific GL changes on other platforms
archshift
2014-06-12
Common: Removed duplicate "LONG" and "MAX_PATH" definitions.
bunnei
2014-04-22
removed duplicate rotl/rotr functions
ShizZy
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei