index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the stub code of NDM service!
JamePeng
2016-04-21
3
-27
/
+420
*
Merge pull request #1672 from wwylele/win-driver-fix
bunnei
2016-04-19
1
-3
/
+12
|
\
|
*
fix driver root identification on Windows
wwylele
2016-04-15
1
-3
/
+12
*
|
Merge pull request #1612 from ObsidianX/get-set-sockopt
bunnei
2016-04-18
1
-3
/
+97
|
\
\
|
*
|
Rework sockopt translation to match the error translation code already in place
Ryan Loebs
2016-04-01
1
-22
/
+30
|
*
|
Code style
Ryan Loebs
2016-03-30
1
-2
/
+2
|
*
|
Added GetSockOptName
Ryan Loebs
2016-03-30
1
-15
/
+58
|
*
|
Derp: win32: typedef int socklen_t;
Ryan Loebs
2016-03-29
1
-4
/
+0
|
*
|
But of course, Windows uses 'int' while Linux uses 'socklen_t'
Ryan Loebs
2016-03-29
1
-0
/
+4
|
*
|
Compiling on Windows now
Ryan Loebs
2016-03-29
1
-3
/
+3
|
*
|
Formatting...
Ryan Loebs
2016-03-29
1
-1
/
+1
|
*
|
Addressing PR comments
Ryan Loebs
2016-03-29
1
-4
/
+4
|
*
|
SOC Updates
Ryan Loebs
2016-03-28
1
-3
/
+46
*
|
|
Merge pull request #1625 from JayFoxRox/sw-blend-func
bunnei
2016-04-17
1
-57
/
+42
|
\
\
\
|
*
|
|
Rasterizer: Allow all blend factors for alpha blend-func
Jannik Vogel
2016-04-17
1
-57
/
+42
*
|
|
|
core: Clean out some unnecessary header includes
Lioncash
2016-04-16
3
-14
/
+1
*
|
|
|
Merge pull request #1667 from wwylele/ncch-loader-fix
bunnei
2016-04-15
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
ncch:only decompress .code section
wwylele
2016-04-14
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #1673 from MerryMage/config-minimumSize
bunnei
2016-04-15
1
-12
/
+0
|
\
\
\
\
|
*
|
|
|
Configure Dialog: Remove minimumSize property
MerryMage
2016-04-15
1
-12
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #1671 from lioncash/mem
Mathew Maidment
2016-04-15
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
debug_utils: use std::make_unique for initializing PicaTrace
Lioncash
2016-04-14
1
-1
/
+1
*
|
|
|
|
Y2R: num_tiles should be allowed when its value is 128 (#1669)
JamePeng
2016-04-14
1
-1
/
+1
*
|
|
|
|
Merge pull request #1666 from MerryMage/barrier
bunnei
2016-04-14
1
-24
/
+22
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Thread: Make Barrier reusable
MerryMage
2016-04-14
1
-5
/
+5
|
*
|
|
|
common/thread: Correct code style
MerryMage
2016-04-14
1
-21
/
+19
|
|
/
/
/
*
|
|
|
Merge pull request #1665 from lioncash/file
bunnei
2016-04-14
3
-48
/
+38
|
\
\
\
\
|
*
|
|
|
file_util: In-class initialize data members
Lioncash
2016-04-13
2
-6
/
+4
|
*
|
|
|
file_util: const qualify IOFile's Tell and GetSize functions
Lioncash
2016-04-13
2
-8
/
+8
|
*
|
|
|
file_util: Don't expose IOFile internals through the API
Lioncash
2016-04-13
3
-31
/
+20
|
*
|
|
|
file_util: Check for is_trivially_copyable
Lioncash
2016-04-13
1
-3
/
+5
|
*
|
|
|
file_util: Make IOFile data members private
Lioncash
2016-04-13
1
-0
/
+1
|
|
/
/
/
*
|
|
|
shader_jit_x64: Rename RuntimeAssert to Compile_Assert.
bunnei
2016-04-13
2
-5
/
+5
*
|
|
|
shader_jit_x64.cpp: Rename JitCompiler to JitShader.
bunnei
2016-04-13
3
-92
/
+92
*
|
|
|
shader_jit_x64: Free memory that's no longer needed after compilation.
bunnei
2016-04-13
1
-0
/
+6
*
|
|
|
shader_jit_x64: Use a sorted vector instead of a set for keeping track of ret...
bunnei
2016-04-13
2
-5
/
+8
*
|
|
|
shader_jit_x64: Use CALL/RET instead of JMP for subroutines.
bunnei
2016-04-13
1
-17
/
+7
*
|
|
|
emitter: Add CALL that can be fixed up.
bunnei
2016-04-13
2
-0
/
+13
*
|
|
|
shader_jit_x64: Separate initialization and code generation for readability.
bunnei
2016-04-13
1
-9
/
+8
*
|
|
|
shader_jit_x64: Get rid of unnecessary last_program_counter variable.
bunnei
2016-04-13
2
-6
/
+2
*
|
|
|
shader_jit_x64: Execute certain asserts at runtime.
bunnei
2016-04-13
2
-5
/
+19
*
|
|
|
shader: Remove unused 'state' argument from 'Setup' function.
bunnei
2016-04-13
3
-5
/
+4
*
|
|
|
shader_jit_x64: Specify shader main offset at runtime.
bunnei
2016-04-13
3
-10
/
+6
*
|
|
|
shader_jit_x64: Allocate each program independently and persist for emu session.
bunnei
2016-04-13
3
-38
/
+28
*
|
|
|
shader_jit_x64: Rewrite flow control to support arbitrary CALL and JMP instru...
bunnei
2016-04-13
2
-35
/
+119
*
|
|
|
shader_jit_x64: Fix strict memory aliasing issues.
bunnei
2016-04-13
1
-1
/
+3
*
|
|
|
emitter: Support arbitrary FixupBranch targets.
bunnei
2016-04-13
2
-0
/
+17
|
/
/
/
*
|
|
FileUtil: Missing #include, Add const to IOFile methods
MerryMage
2016-04-12
1
-6
/
+7
*
|
|
Merge pull request #1613 from mailwl/anp
bunnei
2016-04-11
2
-2
/
+7
|
\
\
\
|
*
|
|
Set Kernel config "Unknown Value" to 0x1
mailwl
2016-04-11
2
-2
/
+7
|
|
/
/
[next]