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
*
ns: Update service function table
Lioncash
2018-10-19
1
-6
/
+49
*
set_cal: Update service function table
Lioncash
2018-10-19
1
-1
/
+2
*
Merge pull request #1523 from lioncash/lock
bunnei
2018-10-18
2
-9
/
+27
|
\
|
*
svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitra...
Lioncash
2018-10-18
1
-0
/
+8
|
*
common: Add function for checking word alignment to alignment.h
Lioncash
2018-10-18
1
-0
/
+6
|
*
common: Move Is4KBAligned() to alignment.h
Lioncash
2018-10-18
2
-9
/
+13
*
|
Merge pull request #1511 from lioncash/content
bunnei
2018-10-18
2
-258
/
+292
|
\
\
|
*
|
content_archive: Simpify assignment of bktr_base_romfs in the constructor
Lioncash
2018-10-16
1
-2
/
+1
|
*
|
content_archive: Make IsValidNCA() an internally linked function
Lioncash
2018-10-16
2
-3
/
+1
|
*
|
content_archive: Simplify rights ID check
Lioncash
2018-10-16
1
-2
/
+2
|
*
|
content_archive: Split loading into separate functions
Lioncash
2018-10-16
2
-253
/
+290
|
*
|
content_archive: Pass and take NCASectionHeader instance by reference
Lioncash
2018-10-16
2
-3
/
+3
*
|
|
Merge pull request #1521 from ogniK5377/imp-mmu
bunnei
2018-10-18
1
-8
/
+42
|
\
\
\
|
*
|
|
Used better names for mm:u and fixed bad stub
David Marcec
2018-10-19
1
-8
/
+42
*
|
|
|
core: Remove unnecessary assert in ArmInterface()
Lioncash
2018-10-18
1
-2
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #1510 from lioncash/xci
bunnei
2018-10-18
3
-7
/
+8
|
\
\
\
|
*
|
|
XCI: Add function for checking the existence of the program NCA
Lioncash
2018-10-16
3
-7
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1505 from FernandoS27/tex-3d
bunnei
2018-10-18
4
-2
/
+13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Clang format and other fixes
FernandoS27
2018-10-17
1
-16
/
+0
|
*
|
Implement Reinterpret Surface, to accurately blit 3D textures
FernandoS27
2018-10-17
1
-2
/
+4
|
*
|
Implement GetInRange in the Rasterizer Cache
FernandoS27
2018-10-17
1
-0
/
+16
|
*
|
Implement 3D Textures
FernandoS27
2018-10-17
4
-1
/
+10
*
|
|
Merge pull request #1444 from ogniK5377/better-hid
bunnei
2018-10-17
22
-648
/
+1720
|
\
\
\
|
*
|
|
Using dual joycons as the default controller
David Marcec
2018-10-18
3
-77
/
+59
|
*
|
|
Wip
David Marcec
2018-10-12
2
-3
/
+23
|
*
|
|
Dynamically decide handheld variant based on supported npad id priority
David Marcec
2018-10-12
3
-19
/
+62
|
*
|
|
Added BeginPermitVibrationSession and EndPermitVibrationSession
David Marcec
2018-10-11
3
-2
/
+26
|
*
|
|
Added GetLedPattern and HandheldVariant
David Marcec
2018-10-10
3
-6
/
+63
|
*
|
|
Kirby expects handheld controllers to be at position 8
David Marcec
2018-10-10
1
-2
/
+8
|
*
|
|
Added the ability to "disconnect" individual npads
David Marcec
2018-10-10
3
-16
/
+40
|
*
|
|
Removed unneeded forward declarations
David Marcec
2018-10-10
2
-13
/
+2
|
*
|
|
Addressed changes for better hid
David Marcec
2018-10-10
19
-167
/
+238
|
*
|
|
"Better Hid" rework part 1
David Marcec
2018-10-10
22
-644
/
+1500
*
|
|
|
Merge pull request #1489 from FernandoS27/fix-tlds
bunnei
2018-10-17
1
-1
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix TLDS
FernandoS27
2018-10-13
1
-1
/
+5
*
|
|
|
Merge pull request #1497 from bunnei/flush-framebuffers
bunnei
2018-10-17
15
-188
/
+429
|
\
\
\
\
|
*
|
|
|
gl_rasterizer_cache: Remove unnecessary block_depth=1 on Flush.
bunnei
2018-10-17
1
-1
/
+0
|
*
|
|
|
gl_rasterizer_cache: Remove unnecessary temporary buffer with unswizzle.
bunnei
2018-10-17
1
-5
/
+2
|
*
|
|
|
gl_rasterizer_cache: Use AccurateCopySurface for use_accurate_gpu_emulation.
bunnei
2018-10-16
2
-2
/
+18
|
*
|
|
|
config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.
bunnei
2018-10-16
10
-20
/
+20
|
*
|
|
|
rasterizer_cache: Refactor to support in-order flushing.
bunnei
2018-10-16
6
-63
/
+116
|
*
|
|
|
gl_rasterizer_cache: Refactor to only call GetRegionEnd on surface creation.
bunnei
2018-10-16
2
-16
/
+23
|
*
|
|
|
gl_rasterizer_cache: Only flush when use_accurate_framebuffers is enabled.
bunnei
2018-10-16
2
-2
/
+13
|
*
|
|
|
gl_rasterizer_cache: Separate guest and host surface size managment.
bunnei
2018-10-16
2
-92
/
+94
|
*
|
|
|
gl_rasterizer_cache: Rename GetGLBytesPerPixel to GetBytesPerPixel.
bunnei
2018-10-16
2
-17
/
+18
|
*
|
|
|
gl_rasterizer_cache: Remove unused FlushSurface method.
bunnei
2018-10-16
2
-7
/
+0
|
*
|
|
|
gl_rasterizer: Implement flushing.
bunnei
2018-10-16
1
-1
/
+25
|
*
|
|
|
gl_rasterizer_cache: Remove usage of Memory::Read/Write functions.
bunnei
2018-10-16
1
-13
/
+8
|
*
|
|
|
gl_rasterizer_cache: Clamp cached surface size to mapped GPU region size.
bunnei
2018-10-16
2
-19
/
+37
|
*
|
|
|
memory_manager: Add a method for querying the end of a mapped GPU region.
bunnei
2018-10-16
2
-0
/
+11
[next]