index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
platform.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-2
/
+2
2015-08-16
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
1
-1
/
+1
2015-08-16
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
1
-1
/
+1
2015-08-15
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
bunnei
1
-1
/
+1
2015-06-27
Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.
Emmanuel Gil Peyrot
1
-30
/
+0
2015-06-27
Common: Remove unused SSE version checking and a GCC macro.
Emmanuel Gil Peyrot
1
-25
/
+0
2015-05-07
Common: Add proper macros to test for architecture pointer size
Yuri Kunde Schlesner
1
-4
/
+4
2015-05-07
Common: Move SSE detection ifdefs to platform.h
Yuri Kunde Schlesner
1
-0
/
+19
2015-05-07
Common: Remove many unnecessary cross-platform compatibility macros
Yuri Kunde Schlesner
1
-40
/
+0
2015-03-16
Common: Make a #else more apparent.
Emmanuel Gil Peyrot
1
-5
/
+1
2015-01-06
Common: Remove dead platform #ifdefs to make the code more readable.
Emmanuel Gil Peyrot
1
-1
/
+0
2014-12-30
Fix MSVC-related #defines and add CMakeLists comment
darkf
1
-1
/
+1
2014-12-03
Change NULLs to nullptrs.
Rohit Nirmal
1
-1
/
+1
2014-11-29
Fix MinGW build
darkf
1
-0
/
+4
2014-08-17
Common: Move header guards over to pragma once
Lioncash
1
-4
/
+1
2014-06-12
Preprocessor: #if's out OSX-specific GL changes on other platforms
archshift
1
-1
/
+1
2014-06-12
Common: Removed duplicate "LONG" and "MAX_PATH" definitions.
bunnei
1
-2
/
+0
2014-04-23
removed duplicate rotl/rotr functions
ShizZy
1
-26
/
+0
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-1
/
+1
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-02
convert tabs to spaces
bunnei
1
-3
/
+3
2013-09-24
added localtime_r for use on windows
ShizZy
1
-0
/
+8
2013-09-16
added file platform.h
ShizZy
1
-0
/
+134
2013-09-04
deleted gekko's common files
ShizZy
1
-135
/
+0
2013-08-30
adding initial project layout
ShizZy
1
-0
/
+135