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
...
*
|
|
|
|
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl
2018-03-25
8
-32
/
+96
|
/
/
/
/
*
|
|
|
arm_dynarmic: Fix timing
MerryMage
2018-03-24
1
-7
/
+3
*
|
|
|
GPU: Added viewport registers to Maxwell3D's reg structure.
Subv
2018-03-24
1
-1
/
+18
*
|
|
|
Merge pull request #265 from bunnei/tegra-progress-2
bunnei
2018-03-23
17
-296
/
+591
|
\
\
\
\
|
*
|
|
|
gl_rasterizer: Fake render in green, because it's cooler.
bunnei
2018-03-23
1
-1
/
+1
|
*
|
|
|
gl_rasterizer: Log warning instead of sync'ing unimplemented funcs.
bunnei
2018-03-23
1
-7
/
+1
|
*
|
|
|
gl_rasterizer_cache: Add missing include for vm_manager.
bunnei
2018-03-23
1
-0
/
+1
|
*
|
|
|
renderer_opengl: Only invalidate the framebuffer region, not flush.
bunnei
2018-03-23
1
-4
/
+3
|
*
|
|
|
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
bunnei
2018-03-23
2
-12
/
+12
|
*
|
|
|
memory: Fix typo in RasterizerFlushVirtualRegion.
bunnei
2018-03-23
1
-3
/
+3
|
*
|
|
|
RasterizerCacheOpenGL: FlushAll should flush full memory region.
bunnei
2018-03-23
1
-1
/
+1
|
*
|
|
|
memory: RasterizerFlushVirtualRegion should also check process image region.
bunnei
2018-03-23
1
-0
/
+1
|
*
|
|
|
rasterizer: Flush and invalidate regions should be 64-bit.
bunnei
2018-03-23
5
-12
/
+12
|
*
|
|
|
renderer_opengl: Add framebuffer_transform_flags member variable.
bunnei
2018-03-23
1
-2
/
+2
|
*
|
|
|
renderer_opengl: Better handling of framebuffer transform flags.
bunnei
2018-03-23
4
-6
/
+23
|
*
|
|
|
renderer_opengl: Use accelerated framebuffer load with LoadFBToScreenInfo.
bunnei
2018-03-22
1
-31
/
+25
|
*
|
|
|
nvdisp_disp0: Always flush and invalidate framebuffer region.
bunnei
2018-03-22
1
-0
/
+7
|
*
|
|
|
gl_rasterizer: Implement AccelerateDisplay method from Citra.
bunnei
2018-03-22
2
-2
/
+44
|
*
|
|
|
LoadGLBuffer: Use bytes_per_pixel, not bits.
bunnei
2018-03-22
1
-1
/
+2
|
*
|
|
|
memory: Port RasterizerFlushVirtualRegion from Citra.
bunnei
2018-03-22
2
-1
/
+58
|
*
|
|
|
gl_rasterizer_cache: LoadGLBuffer should do a morton copy.
bunnei
2018-03-22
1
-16
/
+5
|
*
|
|
|
video_core: Move MortonCopyPixels128 to utils header.
bunnei
2018-03-22
2
-111
/
+113
|
*
|
|
|
video_core: Remove usage of PAddr and replace with VAddr.
bunnei
2018-03-22
5
-39
/
+39
|
*
|
|
|
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-22
8
-69
/
+77
|
*
|
|
|
gl_rasterizer: Replace a bunch of UNIMPLEMENTED with ASSERT.
bunnei
2018-03-22
2
-20
/
+20
|
*
|
|
|
gl_rasterizer: Add a simple passthrough shader in lieu of shader generation.
bunnei
2018-03-22
2
-5
/
+68
|
*
|
|
|
gpu: Expose Maxwell3D engine.
bunnei
2018-03-22
1
-0
/
+4
|
*
|
|
|
maxwell_3d: Add some format decodings and string helper functions.
bunnei
2018-03-22
1
-3
/
+107
|
*
|
|
|
renderer: Create rasterizer and cleanup.
bunnei
2018-03-22
4
-4
/
+16
*
|
|
|
|
Merge pull request #255 from Subv/sd_card
bunnei
2018-03-23
12
-48
/
+329
|
\
\
\
\
\
|
*
|
|
|
|
FS: Move the file open mode calculation to a separate function.
Subv
2018-03-23
1
-7
/
+14
|
*
|
|
|
|
FS: Implemented IFileSystem::CreateDirectory.
Subv
2018-03-21
6
-7
/
+29
|
*
|
|
|
|
FS: Implemented IFileSystem's OpenDirectory function.
Subv
2018-03-19
1
-0
/
+28
|
*
|
|
|
|
FS: Added the IDirectory IPC interface and implemented its two functions.
Subv
2018-03-19
1
-0
/
+51
|
*
|
|
|
|
FS: Implement DiskFileSystem's OpenDirectory interface.
Subv
2018-03-19
5
-6
/
+19
|
*
|
|
|
|
FS: Implement DiskFileSystem::GetEntryType for existing files/directories.
Subv
2018-03-19
1
-2
/
+4
|
*
|
|
|
|
FS: Updated the Directory Entry structure to match the Switch.
Subv
2018-03-19
5
-30
/
+84
|
*
|
|
|
|
FS: Support the file Append open mode.
Subv
2018-03-19
2
-2
/
+23
|
*
|
|
|
|
FS: Implement MountSdCard.
Subv
2018-03-19
1
-2
/
+6
|
*
|
|
|
|
FS: Added an SDMC archive factory and registered it to the SDMC archive on st...
Subv
2018-03-19
5
-0
/
+79
*
|
|
|
|
|
Merge pull request #268 from mailwl/ssl
bunnei
2018-03-23
6
-0
/
+45
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Service/SSL: add ssl service
mailwl
2018-03-23
6
-0
/
+45
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #270 from N00byKing/patch-2
bunnei
2018-03-23
1
-4
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove Option for N/3DS from default.ini
N00byKing
2018-03-23
1
-4
/
+0
|
|
/
/
/
/
/
*
/
/
/
/
/
CITRA_ICON -> YUZU_ICON
N00byKing
2018-03-23
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
yuzu_cmd: change default cpu core to dynarmic
Valentin Vanelslande
2018-03-22
1
-1
/
+1
*
|
|
|
|
default_ini: change default cpu core to dynarmic
Valentin Vanelslande
2018-03-22
1
-1
/
+1
*
|
|
|
|
Remove more N3DS References
N00byKing
2018-03-22
2
-20
/
+0
*
|
|
|
|
Service/spl: add module and services
mailwl
2018-03-22
10
-0
/
+176
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #258 from Subv/gpu_attribs
bunnei
2018-03-21
1
-3
/
+27
|
\
\
\
\
[prev]
[next]