aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/platform.h
Commit message (Collapse)AuthorAge
* Common: Make a #else more apparent.Gravatar Emmanuel Gil Peyrot2015-03-16
|
* Common: Remove dead platform #ifdefs to make the code more readable.Gravatar Emmanuel Gil Peyrot2015-01-06
| | | | | | 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.
* Fix MSVC-related #defines and add CMakeLists commentGravatar darkf2014-12-29
|
* Fix merge conflictsGravatar darkf2014-12-29
|\
| * Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
| |
* | Fix MinGW buildGravatar darkf2014-11-28
|/
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-17
| | | | Also replaced C headers with the C++ equivalent ones
* Preprocessor: #if's out OSX-specific GL changes on other platformsGravatar archshift2014-06-12
|
* Common: Removed duplicate "LONG" and "MAX_PATH" definitions.Gravatar bunnei2014-06-12
|
* removed duplicate rotl/rotr functionsGravatar ShizZy2014-04-22
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08