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
*
renderer_base: In-class initialize variables
Lioncash
2016-03-08
1
-5
/
+2
*
render_base: Clarify/normalize getter functions
Lioncash
2016-03-08
1
-2
/
+2
*
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
2016-03-08
6
-18
/
+21
*
Merge pull request #1441 from MerryMage/dsp-pipes
bunnei
2016-03-07
4
-77
/
+345
|
\
|
*
DSP: Implement Pipe 2
MerryMage
2016-03-06
4
-77
/
+345
*
|
Merge pull request #1467 from LittleWhite-tb/bug-shader-object
bunnei
2016-03-07
1
-0
/
+4
|
\
\
|
*
|
Set the appropriate locale to get float conversion working using std::to_string
LittleWhite
2016-03-07
1
-0
/
+4
|
|
/
*
|
Merge pull request #1462 from yuriks/depth-test-write
bunnei
2016-03-06
2
-10
/
+12
|
\
\
|
|
/
|
/
|
|
*
Pica: Write depth value even when depth test is disabled
Yuri Kunde Schlesner
2016-03-05
2
-10
/
+12
*
|
Memory: Do correct Phys->Virt address translation for non-APP linheap
Yuri Kunde Schlesner
2016-03-05
3
-3
/
+6
*
|
Merge pull request #1455 from yuriks/ResultVal-union
Mathew Maidment
2016-03-05
1
-42
/
+16
|
\
\
|
|
/
|
/
|
|
*
core: Use unrestricted union to hold storage of ResultVal value
Yuri Kunde Schlesner
2016-03-05
1
-42
/
+16
*
|
DSP: Print hash of firmware to console
MerryMage
2016-03-06
1
-8
/
+21
*
|
Loader/NCCH: Log the program ID during loading
Yuri Kunde Schlesner
2016-03-04
1
-1
/
+2
|
/
*
Merge pull request #1429 from mailwl/branch-acu
bunnei
2016-03-05
1
-2
/
+17
|
\
|
*
ac:u: Stub IsConnected
mailwl
2016-03-04
1
-2
/
+17
*
|
Merge pull request #1389 from yuriks/stub-cam
bunnei
2016-03-04
3
-20
/
+563
|
\
\
|
|
/
|
/
|
|
*
Service/CAM: Add doxycomments to all service functions
Yuri Kunde Schlesner
2016-02-29
1
-0
/
+217
|
*
Service/CAM: Dummy implementation of some functions
Yuri Kunde Schlesner
2016-02-13
3
-20
/
+346
*
|
Merge pull request #1394 from ds84182/immediate-mode-vtx
bunnei
2016-03-03
21
-61
/
+177
|
\
\
|
*
|
Add immediate mode vertex submission
Dwayne Slater
2016-03-02
21
-61
/
+177
*
|
|
Merge pull request #1403 from MerryMage/sdl
bunnei
2016-03-02
11
-285
/
+290
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Config: Use unique_ptr instead of raw pointer
MerryMage
2016-03-02
2
-14
/
+12
|
*
|
Dependencies: Remove GLFW, Add SDL2
MerryMage
2016-03-02
11
-275
/
+282
*
|
|
Merge pull request #1434 from Kloen/legend
bunnei
2016-03-02
1
-0
/
+1
|
\
\
\
|
*
|
|
ThreadProcessorId_All on SVC::CreateThread
Kloen
2016-03-01
1
-0
/
+1
*
|
|
|
Merge pull request #1297 from Subv/saves
bunnei
2016-03-01
2
-3
/
+5
|
\
\
\
\
|
*
|
|
|
DiskDirectory: Initialize the directory member with valid info.
Subv
2016-01-16
2
-3
/
+5
*
|
|
|
|
Service/CFG: Fix potential endianess issue
Yuri Kunde Schlesner
2016-02-29
1
-2
/
+3
*
|
|
|
|
Service/CFG: Add block 0x000A0000 (username) to default config file
Yuri Kunde Schlesner
2016-02-29
1
-1
/
+14
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1427 from MerryMage/emit-lbit
Yuri Kunde Schlesner
2016-02-28
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
x64 Emitter: Fix L bit in VEX prefix
MerryMage
2016-02-27
1
-2
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Initial implementation ir:user
mailwl
2016-02-26
5
-18
/
+144
*
|
|
|
Merge pull request #1352 from LittleWhite-tb/exit_check
bunnei
2016-02-26
2
-0
/
+26
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add a configuration entry to enable/disable the check
LittleWhite
2016-02-04
2
-9
/
+10
|
*
|
|
Add check before closure when emulation is running
LittleWhite
2016-02-04
2
-0
/
+25
*
|
|
|
Merge pull request #1424 from MerryMage/lut_init
bunnei
2016-02-25
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
renderer_opengl: Initalise fragment shader LUT textures
MerryMage
2016-02-26
1
-0
/
+4
*
|
|
|
|
Merge pull request #1386 from MerryMage/audio-core-skeleton
bunnei
2016-02-25
19
-69
/
+873
|
\
\
\
\
\
|
*
|
|
|
|
AudioCore: Skeleton Implementation
MerryMage
2016-02-21
19
-69
/
+873
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1395 from ds84182/padding-attributes
bunnei
2016-02-24
1
-7
/
+17
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix out of bounds array access when loading a component >= 12
Dwayne Slater
2016-02-20
1
-1
/
+4
|
*
|
|
|
Add support for padding vertex attributes
Dwayne Slater
2016-02-20
1
-6
/
+13
*
|
|
|
|
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
12
-60
/
+56
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
pica: Cleanup lighting register definitions and documentation.
bunnei
2016-02-05
2
-48
/
+51
*
|
|
|
gl_rasterizer: Use alignas(16) instead of explicit padding.
bunnei
2016-02-05
1
-13
/
+6
*
|
|
|
renderer_opengl: Use GLvec3/GLvec4 aliases for commonly used types.
bunnei
2016-02-05
4
-14
/
+18
*
|
|
|
gl_rasterizer: Fix issue with interpolation of opposite quaternions.
bunnei
2016-02-05
2
-4
/
+32
*
|
|
|
pica_types: Fix typo in docstring.
bunnei
2016-02-05
1
-1
/
+1
*
|
|
|
pica_types: Replace float24/20/16 with a template class.
bunnei
2016-02-05
5
-116
/
+82
[next]