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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-2
/
+2
*
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-16
1
-1
/
+1
*
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
2015-08-16
1
-1
/
+1
*
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
bunnei
2015-08-15
1
-1
/
+1
*
Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.
Emmanuel Gil Peyrot
2015-06-27
1
-30
/
+0
*
Common: Remove unused SSE version checking and a GCC macro.
Emmanuel Gil Peyrot
2015-06-27
1
-25
/
+0
*
Common: Add proper macros to test for architecture pointer size
Yuri Kunde Schlesner
2015-05-07
1
-4
/
+4
*
Common: Move SSE detection ifdefs to platform.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+19
*
Common: Remove many unnecessary cross-platform compatibility macros
Yuri Kunde Schlesner
2015-05-07
1
-40
/
+0
*
Common: Make a #else more apparent.
Emmanuel Gil Peyrot
2015-03-16
1
-5
/
+1
*
Common: Remove dead platform #ifdefs to make the code more readable.
Emmanuel Gil Peyrot
2015-01-06
1
-1
/
+0
*
Fix MSVC-related #defines and add CMakeLists comment
darkf
2014-12-30
1
-1
/
+1
*
Fix merge conflicts
darkf
2014-12-30
1
-1
/
+1
|
\
|
*
Change NULLs to nullptrs.
Rohit Nirmal
2014-12-03
1
-1
/
+1
*
|
Fix MinGW build
darkf
2014-11-29
1
-0
/
+4
|
/
*
Common: Move header guards over to pragma once
Lioncash
2014-08-17
1
-4
/
+1
*
Preprocessor: #if's out OSX-specific GL changes on other platforms
archshift
2014-06-12
1
-1
/
+1
*
Common: Removed duplicate "LONG" and "MAX_PATH" definitions.
bunnei
2014-06-12
1
-2
/
+0
*
removed duplicate rotl/rotr functions
ShizZy
2014-04-23
1
-26
/
+0
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-1
/
+1
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+142