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
*
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
*
|
Use Settings::Apply in SDL frontend
Jannik Vogel
2016-04-11
1
-5
/
+4
*
|
CitraQt: Apply config at startup
Jannik Vogel
2016-04-11
6
-12
/
+19
|
/
*
Merge pull request #1657 from JayFoxRox/remove-dump-geometry
Yuri Kunde Schlesner
2016-04-10
4
-71
/
+0
|
\
|
*
Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)
Jannik Vogel
2016-04-10
4
-71
/
+0
*
|
Merge pull request #1368 from LittleWhite-tb/configure-widget
bunnei
2016-04-10
21
-262
/
+807
|
\
\
|
|
/
|
/
|
|
*
Add more stuff to configure.
LittleWhite
2016-03-22
15
-120
/
+211
|
*
Whole config is handled by Config class.
LittleWhite
2016-03-21
8
-118
/
+181
|
*
Add Configure widget
LittleWhite
2016-03-21
18
-142
/
+533
*
|
Merge pull request #1653 from mailwl/blx-lr
Mathew Maidment
2016-04-09
1
-2
/
+3
|
\
\
|
*
|
Fix BLX LR opcode interpretation
mailwl
2016-04-09
1
-2
/
+3
*
|
|
Merge pull request #1624 from JayFoxRox/buffer-allow-write
bunnei
2016-04-09
4
-12
/
+78
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
OpenGL: Respect buffer-write allow registers
Jannik Vogel
2016-04-08
1
-6
/
+28
|
*
|
OpenGL: Split buffer-write mask sync into seperate functions
Jannik Vogel
2016-04-08
2
-8
/
+39
|
*
|
Rasterizer: Respect buffer-write allow registers
Jannik Vogel
2016-04-08
2
-4
/
+16
|
*
|
OpenGL: Keep stencil-test and framebuffer.depth_format in sync
Jannik Vogel
2016-04-08
1
-0
/
+1
*
|
|
Merge pull request #1644 from polaris-/gdb-fixes
bunnei
2016-04-08
2
-28
/
+107
|
\
\
\
[next]