index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
platform.h
Age
Commit message (
Expand
)
Author
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-08-15
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-15
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
2015-08-15
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
bunnei
2015-06-27
Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.
Emmanuel Gil Peyrot
2015-06-27
Common: Remove unused SSE version checking and a GCC macro.
Emmanuel Gil Peyrot
2015-05-07
Common: Add proper macros to test for architecture pointer size
Yuri Kunde Schlesner
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
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
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