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
*
hash: Get rid of unused functions
Lioncash
2015-09-16
1
-16
/
+0
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-2
/
+2
*
memory_util: Remove unnecessary assignment in FreeMemoryPages
Lioncash
2015-09-11
1
-3
/
+0
*
memory_util: Remove commented out printf statements
Lioncash
2015-09-11
1
-10
/
+0
*
general: Replace 0 literals with nullptr where applicable
Lioncash
2015-09-11
2
-6
/
+6
*
synchronized_wrapper: Add missing return in SynchronizedRef move assignment o...
Lioncash
2015-09-11
1
-0
/
+1
*
Merge pull request #1144 from lioncash/remove
bunnei
2015-09-11
4
-176
/
+0
|
\
|
*
common: Get rid of debug_interface.h
Lioncash
2015-09-11
4
-176
/
+0
*
|
common: Get rid of a cast in swap.h
Lioncash
2015-09-11
1
-2
/
+2
|
/
*
x64: Proper stack alignment in shader JIT function calls
aroulin
2015-09-01
3
-424
/
+90
*
Common: Import BitSet from Dolphin
aroulin
2015-09-01
2
-0
/
+190
*
Common: Fix MicroProfile compilation in MSVC2015
Yuri Kunde Schlesner
2015-08-28
1
-0
/
+5
*
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-24
4
-0
/
+51
*
x64-emitter: add RCPSS SSE instruction
aroulin
2015-08-23
2
-0
/
+2
*
Merge pull request #1058 from lioncash/ptr
Lioncash
2015-08-22
2
-4
/
+27
|
\
|
*
emitter: Remove pointer casts
Lioncash
2015-08-21
2
-4
/
+27
*
|
Merge pull request #1025 from yuriks/heap-management
Yuri Kunde Schlesner
2015-08-22
1
-8
/
+7
|
\
\
|
|
/
|
/
|
|
*
VMManager: Make LogLayout log level configurable as a parameter
Yuri Kunde Schlesner
2015-08-16
1
-8
/
+7
*
|
emitter: Remove unnecessary defines
Lioncash
2015-08-20
1
-5
/
+1
*
|
emitter: Remove unnecessary else keywords
Lioncash
2015-08-20
1
-7
/
+7
*
|
emitter: Remove unused code
Lioncash
2015-08-20
2
-44
/
+0
*
|
emitter: Remove unimplemented JMP prototype
Lioncash
2015-08-20
1
-1
/
+0
*
|
emitter: Pass OpArg by reference where possible
Lioncash
2015-08-20
2
-763
/
+763
*
|
emitter: Remove unnecessary inline specifiers
Lioncash
2015-08-20
1
-33
/
+33
*
|
Merge pull request #1035 from darkf/mingw-fix
bunnei
2015-08-19
2
-4
/
+10
|
\
\
|
*
|
Fix building under MinGW
darkf
2015-08-17
2
-4
/
+10
|
|
/
*
/
videocore: Added RG8 texture support
Patrick Martin
2015-08-16
1
-0
/
+18
|
/
*
Merge pull request #1031 from bbarenblat/master
Yuri Kunde Schlesner
2015-08-15
1
-1
/
+2
|
\
|
*
Handle invalid `Log::Class`
Benjamin Barenblat
2015-08-15
1
-1
/
+2
*
|
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-15
8
-14
/
+14
*
|
Common: Cleanup CPU capability detection code.
bunnei
2015-08-15
4
-198
/
+141
*
|
Common: Move cpu_detect to x64 directory.
bunnei
2015-08-15
4
-5
/
+5
*
|
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
2015-08-15
10
-516
/
+26
*
|
Common: Added MurmurHash3 hash function for general-purpose use.
bunnei
2015-08-15
5
-2
/
+158
*
|
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
bunnei
2015-08-15
9
-4
/
+4380
*
|
Common: Ported over Dolphin's code for x86 CPU capability detection.
bunnei
2015-08-15
4
-17
/
+273
|
/
*
Stop defining GCC always_inline attributes as __forceinline
archshift
2015-08-11
2
-7
/
+8
*
Merge pull request #1018 from bbarenblat/master
bunnei
2015-08-05
2
-1
/
+8
|
\
|
*
Use UNREACHABLE macro for impossible cases in previous commit
Benjamin Barenblat
2015-08-02
2
-4
/
+3
|
*
Handle invalid `Log::Level::Count`
Benjamin Barenblat
2015-08-02
2
-1
/
+9
*
|
Common: Work around bug in MSVC2015 standard library
Yuri Kunde Schlesner
2015-08-02
1
-0
/
+14
|
/
*
Common : Fix Conversion Warnings
zawata
2015-07-19
1
-1
/
+1
*
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
[next]