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
...
|
*
|
|
|
|
|
|
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
|
\
\
\
\
\
|
*
|
|
|
|
Default to settings from ini for gdbstub
polaris-
2016-04-06
1
-6
/
+6
|
*
|
|
|
|
Adopted WinterMute's gdbstub changes
polaris-
2016-04-06
2
-27
/
+106
*
|
|
|
|
|
update the code of AM service! (#1623)
JamePeng
2016-04-08
6
-51
/
+289
*
|
|
|
|
|
cecd:u: stub GetCecStateAbbreviated (#1648)
mailwl
2016-04-08
4
-1
/
+29
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Update cpsr (T)humb bit while creating thread
mailwl
2016-04-08
1
-1
/
+1
*
|
|
|
|
Merge pull request #1639 from linkmauve/fix-double-framebuffer-check
bunnei
2016-04-07
1
-4
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
OpenGL: Fix a double framebuffer completeness checks.
Emmanuel Gil Peyrot
2016-04-03
1
-4
/
+6
*
|
|
|
|
|
Merge pull request #1577 from JamePeng/update-apta-func
bunnei
2016-04-06
5
-8
/
+47
|
\
\
\
\
\
\
|
*
|
|
|
|
|
append SetAppCpuTimeLimit and GetAppCpuTimeLimit to APT:A
JamePeng
2016-04-06
3
-13
/
+16
|
*
|
|
|
|
|
implement APT::GetStartupArgument
JamePeng
2016-04-05
5
-2
/
+37
|
*
|
|
|
|
|
Append the missing function name"GetAppletInfo" to APT:A
JamePeng
2016-04-05
1
-1
/
+2
|
|
/
/
/
/
/
*
|
/
/
/
/
Fix thumb ADR instruction alignment
mailwl
2016-04-06
1
-6
/
+2
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #1435 from mailwl/frd_u
bunnei
2016-04-05
6
-55
/
+236
|
\
\
\
\
\
[prev]
[next]