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
*
patch_manager: Move non-Program RomFS patch log to Debug
Zach Hilman
2018-10-12
1
-2
/
+8
*
content_archive: Move get key log to Trace level
Zach Hilman
2018-10-12
1
-1
/
+1
*
Merge pull request #1467 from ogniK5377/svcbreak-type-fix
bunnei
2018-10-12
2
-28
/
+36
|
\
|
*
Changed all casts in svc_wrap.h to be static_cast instead
David Marcec
2018-10-10
1
-25
/
+28
|
*
Use a better name than "dont_kill_application"
David Marcec
2018-10-10
1
-2
/
+2
|
*
Fixed incorrect types for svcBreak
David Marcec
2018-10-10
2
-3
/
+8
*
|
Merge pull request #1478 from ogniK5377/remap-invalidhandle-remap
bunnei
2018-10-12
1
-3
/
+10
|
\
\
|
*
|
Returned an error before processing other remaps
David Marcec
2018-10-12
1
-6
/
+2
|
*
|
Passing an invalid nmap handle to Remap should throw an error
David Marcec
2018-10-11
1
-3
/
+14
*
|
|
Merge pull request #1482 from lioncash/init
bunnei
2018-10-12
1
-4
/
+1
|
\
\
\
|
*
|
|
thread: Remove unnecessary memset from ResetThreadContext()
Lioncash
2018-10-12
1
-4
/
+1
*
|
|
|
Merge pull request #1479 from ogniK5377/nmap-revamped
bunnei
2018-10-12
1
-12
/
+60
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Made the minimum alignment more clear
David Marcec
2018-10-12
1
-2
/
+3
|
*
|
|
Added error codes for nvmap
David Marcec
2018-10-11
1
-12
/
+59
|
|
/
/
*
|
|
Merge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformance
bunnei
2018-10-11
1
-3
/
+34
|
\
\
\
|
*
|
|
HwOpus, Implemented DecodeInterleavedWithPerformance
David Marcec
2018-10-11
1
-3
/
+34
|
|
/
/
*
|
|
Merge pull request #1472 from lioncash/san
bunnei
2018-10-11
2
-12
/
+81
|
\
\
\
|
*
|
|
svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory
Lioncash
2018-10-10
2
-12
/
+81
*
|
|
|
Merge pull request #1476 from bunnei/fix-unmap-flush
bunnei
2018-10-11
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.
bunnei
2018-10-11
1
-3
/
+4
|
|
|
/
/
|
|
/
|
|
*
/
|
|
gl_shader_decompiler: Implement VMAD
ReinUsesLisp
2018-10-11
2
-0
/
+118
|
/
/
/
*
|
|
Merge pull request #1458 from FernandoS27/fix-render-target-block-settings
bunnei
2018-10-10
5
-18
/
+81
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add memory Layout to Render Targets and Depth Buffers
FernandoS27
2018-10-09
3
-21
/
+33
|
*
|
Fixed block height settings for RenderTargets and Depth Buffers, and added bl...
FernandoS27
2018-10-09
5
-12
/
+63
*
|
|
Merge pull request #1460 from FernandoS27/scissor_test
bunnei
2018-10-10
3
-1
/
+36
|
\
\
\
|
*
|
|
Implement Scissor Test
FernandoS27
2018-10-08
1
-4
/
+9
|
*
|
|
Assert Scissor tests
FernandoS27
2018-10-08
3
-1
/
+31
|
|
/
/
*
|
|
Merge pull request #1425 from ReinUsesLisp/geometry-shaders
bunnei
2018-10-10
11
-120
/
+543
|
\
\
\
|
*
|
|
gl_shader_decompiler: Move position varying location from 15 to 0 and apply a...
ReinUsesLisp
2018-10-07
1
-6
/
+10
|
*
|
|
gl_shader_decompiler: Implement geometry shaders
ReinUsesLisp
2018-10-07
10
-107
/
+522
|
*
|
|
video_core: Allow LabelGLObject to use extra info on any object
ReinUsesLisp
2018-10-07
1
-10
/
+14
*
|
|
|
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
10
-39
/
+41
*
|
|
|
Merge pull request #1461 from lioncash/warn
bunnei
2018-10-09
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
ips_layer: Silence truncation and conversion warnings
Lioncash
2018-10-09
1
-3
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1464 from lioncash/unique
bunnei
2018-10-09
7
-21
/
+18
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...
Lioncash
2018-10-09
7
-21
/
+18
|
|
/
/
*
|
|
Merge pull request #1466 from lioncash/unused
bunnei
2018-10-09
1
-7
/
+3
|
\
\
\
|
*
|
|
gl_shader_decompiler: Remove unused variables in TMML's implementation
Lioncash
2018-10-09
1
-7
/
+3
|
|
/
/
*
|
|
Merge pull request #1463 from FearlessTobi/port-4310
bunnei
2018-10-09
4
-10
/
+131
|
\
\
\
|
*
|
|
implemented touch in Qt and SDL
NeatNit
2018-10-09
4
-10
/
+131
|
|
/
/
*
|
|
Merge pull request #1459 from ogniK5377/break
bunnei
2018-10-09
1
-5
/
+20
|
\
\
\
|
*
|
|
Added bitfield instead of manually checking if the bit is set
David Marcec
2018-10-09
1
-4
/
+12
|
*
|
|
Actual kill execution when the bit isn't set, not the other way around
David Marcec
2018-10-09
1
-1
/
+1
|
*
|
|
svcBreak, Signalling to the debugger should not kill execution
David Marcec
2018-10-09
1
-5
/
+12
*
|
|
|
Merge pull request #1465 from lioncash/telemetry
bunnei
2018-10-09
2
-7
/
+9
|
\
\
\
\
|
*
|
|
|
telemetry_session: Remove doxygen comment for a non-existent parameter
Lioncash
2018-10-09
1
-1
/
+0
|
*
|
|
|
telemetry_session: Add missing includes
Lioncash
2018-10-09
2
-2
/
+5
|
*
|
|
|
telemetry_session: Remove unimplemented FinalizeAsyncJob prototype
Lioncash
2018-10-09
1
-2
/
+0
|
*
|
|
|
telemetry_session: Use a std::array in GenerateTelemetryId()
Lioncash
2018-10-09
1
-2
/
+4
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1462 from lioncash/move
bunnei
2018-10-09
2
-20
/
+60
|
\
\
\
\
[next]