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
*
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
*
Common: Remove more unused compatibility defines
Yuri Kunde Schlesner
2015-05-07
1
-45
/
+0
*
Common: Move IO-specific compatibility macros to file_util.cpp
Yuri Kunde Schlesner
2015-05-07
2
-26
/
+26
*
Common: Remove many unnecessary cross-platform compatibility macros
Yuri Kunde Schlesner
2015-05-06
5
-88
/
+10
*
Clean-up includes
Yuri Kunde Schlesner
2015-05-06
1
-0
/
+1
*
Move typedefs from kernel.h to more appropriate places
Yuri Kunde Schlesner
2015-05-06
1
-0
/
+5
*
Common: Move NonCopyable to common_types.h
Yuri Kunde Schlesner
2015-05-06
2
-10
/
+10
*
Common: Use C++11 deleted functions for NonCopyable
Yuri Kunde Schlesner
2015-05-06
1
-8
/
+6
*
Common: Remove unused enums
Yuri Kunde Schlesner
2015-05-06
1
-17
/
+0
*
EmuWindow: Clip mouse input coordinates to emulated screen dimensions.
Zaneo
2015-05-01
2
-6
/
+21
*
Common: thread.h cleanups
Yuri Kunde Schlesner
2015-04-16
1
-65
/
+16
*
Thread: Implement priority boost for starved threads.
bunnei
2015-04-09
1
-0
/
+18
*
Merge pull request #641 from purpasmart96/service_stubs
bunnei
2015-04-03
2
-0
/
+4
|
\
|
*
Services: Stubs and minor changes
purpasmart96
2015-04-02
2
-0
/
+4
*
|
disassembler: Get rid of a const_cast
Lioncash
2015-03-30
2
-4
/
+4
|
/
*
Common: Fix logic for setting EMU_DATA_DIR.
Emmanuel Gil Peyrot
2015-03-16
1
-6
/
+5
*
Common: Make a #else more apparent.
Emmanuel Gil Peyrot
2015-03-16
1
-5
/
+1
*
EmuWindow: Fixed a reference to a temporary variable
Subv
2015-03-14
1
-1
/
+1
*
Merge pull request #642 from bunnei/touchpad
bunnei
2015-03-11
2
-19
/
+101
|
\
|
*
HID: Complete refactor of pad/touch input to fix threading issues.
bunnei
2015-03-10
2
-68
/
+63
|
*
EmuWindow: Made pad/touch functions non-static.
bunnei
2015-03-10
2
-11
/
+6
|
*
EmuWindow: Added infrastructure code to enable touchpad support.
bunnei
2015-03-10
2
-1
/
+93
*
|
Merge pull request #629 from archshift/lcdfb
bunnei
2015-03-10
2
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Added LCD registers, and implementation for color filling in OGL code.
archshift
2015-03-09
2
-0
/
+2
*
|
Merge pull request #634 from linkmauve/logging-performances
bunnei
2015-03-09
5
-7
/
+17
|
\
\
|
*
|
Logging: check for filter before sending to the queue, to skip all heavy form...
Emmanuel Gil Peyrot
2015-03-06
5
-7
/
+17
*
|
|
Merge pull request #584 from yuriks/outline-asserts
bunnei
2015-03-08
1
-6
/
+25
|
\
\
\
|
*
|
|
Asserts: Use lambdas to keep assertion code away from the main code path
Yuri Kunde Schlesner
2015-02-18
1
-6
/
+25
*
|
|
|
Fixed EmuWindow typo (fixes OSX build)
bunnei
2015-03-07
2
-2
/
+2
*
|
|
|
Merge pull request #636 from bunnei/refactor-screen-win
bunnei
2015-03-07
2
-7
/
+75
|
\
\
\
\
|
*
|
|
|
Set framebuffer layout from EmuWindow.
bunnei
2015-03-07
2
-7
/
+75
|
|
|
_
|
/
|
|
/
|
|
[next]