index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Common: Remove the unused and commented GetThemeDir prototype from FileUtil.
Emmanuel Gil Peyrot
2015-07-18
1
-3
/
+0
*
Pica: Implement stencil testing.
Tony Wasserka
2015-07-13
1
-1
/
+26
*
FileUtil: Add a WriteObject method for writing a single, POD-type object.
Tony Wasserka
2015-07-13
1
-0
/
+10
*
don“t define snprintf on Visual Studio 2015
Apology11
2015-07-12
1
-2
/
+4
*
Merge pull request #914 from yuriks/bitfield-mask
Yuri Kunde Schlesner
2015-07-11
1
-2
/
+2
|
\
|
*
Common: Remove redundant masking in BitField
Yuri Kunde Schlesner
2015-07-10
1
-1
/
+1
|
*
Common: Fix mask generation in BitField
Yuri Kunde Schlesner
2015-07-10
1
-1
/
+1
*
|
Common: Remove thunk.h
Lioncash
2015-07-10
2
-43
/
+0
*
|
Merge pull request #876 from linkmauve/include-cleanups
Yuri Kunde Schlesner
2015-07-10
26
-236
/
+86
|
\
\
|
|
/
|
/
|
|
*
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+1
|
*
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-06-28
1
-1
/
+2
|
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
2
-1
/
+1
|
*
Common: Cleanup emu_window includes.
Emmanuel Gil Peyrot
2015-06-28
2
-3
/
+15
|
*
Common: Remove unused ROUND_UP_POW2 macro.
Emmanuel Gil Peyrot
2015-06-28
1
-7
/
+0
|
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+1
|
*
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
2015-06-28
7
-22
/
+18
|
*
Common: Cleanup profiler includes.
Emmanuel Gil Peyrot
2015-06-28
4
-7
/
+10
|
*
Common: Cleanup thread includes.
Emmanuel Gil Peyrot
2015-06-28
2
-18
/
+15
|
*
Common: Fix string_util includes.
Emmanuel Gil Peyrot
2015-06-28
2
-3
/
+9
|
*
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-06-28
3
-7
/
+14
|
*
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: Remove unused fifo_queue.h.
Emmanuel Gil Peyrot
2015-06-27
2
-112
/
+0
*
|
Common: Remove unused type unions breaking aliasing rules in horrible ways.
Emmanuel Gil Peyrot
2015-06-28
1
-26
/
+0
|
/
*
Merge pull request #855 from purpasmart96/service_rearrangment
bunnei
2015-06-21
2
-2
/
+4
|
\
|
*
Services: Continue separation of services into their own folders
purpasmart96
2015-06-11
2
-2
/
+4
*
|
Render-to-texture flush, interval math fix
tfarley
2015-06-08
1
-1
/
+1
|
/
*
Move video_core/color.h to common/color.h
archshift
2015-05-30
2
-0
/
+215
*
Move video_core/math.h to common/vector_math.h
archshift
2015-05-30
2
-0
/
+641
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
3
-3
/
+3
*
OpenGL renderer
tfarley
2015-05-22
1
-0
/
+4
*
Service::Y2R: Support for grayscale decoding of specific formats
Yuri Kunde Schlesner
2015-05-22
2
-0
/
+2
*
Merge pull request #758 from yuriks/sync-logging
Yuri Kunde Schlesner
2015-05-15
10
-381
/
+35
|
\
|
*
Remove unused concurrent_ring_buffer.h
Yuri Kunde Schlesner
2015-05-15
2
-164
/
+0
|
*
Common: Use the log system to print assert messages
Yuri Kunde Schlesner
2015-05-12
1
-7
/
+3
|
*
Common: Remove async logging
Yuri Kunde Schlesner
2015-05-12
7
-210
/
+32
*
|
Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...
Emmanuel Gil Peyrot
2015-05-14
4
-409
/
+3
|
/
*
Common: Remove the BIT macro
Yuri Kunde Schlesner
2015-05-09
1
-2
/
+0
*
Common: Add BIT macro
Yuri Kunde Schlesner
2015-05-08
1
-0
/
+2
*
Common: Add StringFromFixedZeroTerminatedBuffer
Yuri Kunde Schlesner
2015-05-08
2
-0
/
+14
*
Merge pull request #725 from yuriks/remove-common-crap
Yuri Kunde Schlesner
2015-05-07
5
-1009
/
+0
|
\
|
*
Common: Remove mem_arena.cpp/h
Yuri Kunde Schlesner
2015-05-07
3
-466
/
+0
|
*
Common: Remove hash.cpp/h
Yuri Kunde Schlesner
2015-05-07
3
-543
/
+0
*
|
Merge pull request #723 from lioncash/commonstr
bunnei
2015-05-07
2
-127
/
+0
|
\
\
|
*
|
string_util: Get rid of UriDecode/UriEncode
Lioncash
2015-05-07
2
-127
/
+0
*
|
|
Profiler: Fix off-by-one error when computing average.
Yuri Kunde Schlesner
2015-05-07
1
-2
/
+1
|
|
/
|
/
|
*
|
Common: Add proper macros to test for architecture pointer size
Yuri Kunde Schlesner
2015-05-07
5
-17
/
+11
|
/
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
29
-56
/
+43
*
Common: Move alignment macros to common_funcs.h
Yuri Kunde Schlesner
2015-05-07
2
-21
/
+21
*
Common: Move SSE detection ifdefs to platform.h
Yuri Kunde Schlesner
2015-05-07
3
-16
/
+21
[next]