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
*
nca_metadata: Remove unnecessary reference to base file
Zach Hilman
2018-08-11
2
-3
/
+2
*
bis_factory: Create NAND dirs if they don't exist
Zach Hilman
2018-08-11
1
-2
/
+9
*
qt: Use custom RawCopy with progress bar for installs
Zach Hilman
2018-08-11
1
-2
/
+28
*
registration: Take RawCopy function as parameter
Zach Hilman
2018-08-11
2
-10
/
+15
*
game_list: Populate control data from installed NAND
Zach Hilman
2018-08-11
2
-31
/
+35
*
registered_cache: Fix missing reading from yuzu_meta
Zach Hilman
2018-08-11
1
-7
/
+16
*
file_sys: Comply to style guidelines
Zach Hilman
2018-08-11
8
-47
/
+60
*
qt: Add 'Install to NAND' option to menu
Zach Hilman
2018-08-11
5
-1
/
+99
*
game_list: Modify game list to scan installed titles
Zach Hilman
2018-08-11
1
-0
/
+45
*
file_sys: Add RegisteredCache
Zach Hilman
2018-08-11
2
-0
/
+543
*
file_sys: Add support for parsing NCA metadata (CNMT)
Zach Hilman
2018-08-11
3
-0
/
+238
*
card_image: Add accessor for all NCAs in XCI
Zach Hilman
2018-08-11
2
-0
/
+5
*
vfs_real: Add CreateFullPath to CreateFile
Zach Hilman
2018-08-11
1
-3
/
+6
*
filesystem: Add Open and Register functions for BISFactory
Zach Hilman
2018-08-11
2
-4
/
+23
*
bis_factory: Add partial implementation of BISFactory
Zach Hilman
2018-08-11
2
-0
/
+54
*
loader: Join 0* files in directory if filename is 00
Zach Hilman
2018-08-11
1
-1
/
+33
*
loader: Recognize filename '00' as NCA
Zach Hilman
2018-08-11
1
-0
/
+2
*
vfs: Add ConcatenatedVfsFile
Zach Hilman
2018-08-11
2
-0
/
+134
*
crypto: Remove hex utilities from key_manager
Zach Hilman
2018-08-11
2
-36
/
+2
*
file_util: Add getter for NAND registration directory
Zach Hilman
2018-08-11
2
-0
/
+8
*
common: Move hex string processing to separate file
Zach Hilman
2018-08-11
3
-0
/
+64
*
Merge pull request #1022 from bunnei/fix-splat
bunnei
2018-08-11
2
-2
/
+103
|
\
|
*
friend: Stub DeclareCloseOnlinePlaySession.
bunnei
2018-08-11
1
-1
/
+10
|
*
friend: Fix CreateFriendService to return an IFriendService interface.
bunnei
2018-08-11
1
-2
/
+86
|
*
server_session: Provide more useful information and don't crash on bad IPC re...
bunnei
2018-08-11
1
-0
/
+8
*
|
Merge pull request #1020 from lioncash/namespace
bunnei
2018-08-11
14
-22
/
+44
|
\
\
|
*
|
core: Namespace EmuWindow
Lioncash
2018-08-11
14
-22
/
+44
|
|
/
*
|
Merge pull request #1021 from lioncash/warn
bunnei
2018-08-11
1
-1
/
+1
|
\
\
|
*
|
gl_rasterizer: Silence implicit truncation warning in SetupShaders()
Lioncash
2018-08-11
1
-1
/
+1
|
|
/
*
|
Merge pull request #1024 from Subv/blend_gl
bunnei
2018-08-11
2
-0
/
+40
|
\
\
|
*
|
GPU/Maxwell3D: Implemented an alternative set of blend factors.
Subv
2018-08-11
2
-0
/
+40
|
|
/
*
|
Merge pull request #1023 from Subv/invalid_attribs
bunnei
2018-08-11
2
-1
/
+11
|
\
\
|
*
|
RasterizerGL: Ignore invalid/unset vertex attributes.
Subv
2018-08-11
2
-1
/
+11
|
|
/
*
/
Implement R8_UINT RenderTargetFormat & PixelFormat (#1014)
greggameplayer
2018-08-11
4
-55
/
+74
|
/
*
Merge pull request #1010 from bunnei/unk-vert-attrib-shader
bunnei
2018-08-11
2
-10
/
+11
|
\
|
*
gl_shader_decompiler: Improve handling of unknown input/output attributes.
bunnei
2018-08-11
2
-10
/
+11
*
|
Merge pull request #1009 from bunnei/rg8-rgba8-snorm
bunnei
2018-08-11
4
-64
/
+93
|
\
\
|
*
|
gl_rasterizer: Implement render target format RG8_SNORM.
bunnei
2018-08-11
4
-8
/
+18
|
*
|
gl_rasterizer: Implement render target format RGBA8_SNORM.
bunnei
2018-08-11
4
-64
/
+83
|
|
/
*
|
Merge pull request #970 from DarkLordZach/loader-errors
bunnei
2018-08-11
17
-179
/
+248
|
\
\
|
*
|
game_list: Reorder error checks
Zach Hilman
2018-08-09
1
-2
/
+1
|
*
|
loader: Add more descriptive errors
Zach Hilman
2018-08-09
17
-179
/
+249
*
|
|
Merge pull request #1018 from Subv/ssy_sync
bunnei
2018-08-11
2
-8
/
+38
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
GPU/Shader: Don't predicate instructions that don't have a predicate field (S...
Subv
2018-08-11
2
-2
/
+13
|
*
|
GPU/Shaders: Implemented SSY and SYNC as a way to modify control flow during ...
Subv
2018-08-11
1
-6
/
+25
*
|
|
Merge pull request #1016 from lioncash/video
bunnei
2018-08-11
8
-35
/
+44
|
\
\
\
|
*
|
|
video_core; Get rid of global g_toggle_framelimit_enabled variable
Lioncash
2018-08-10
8
-30
/
+44
|
*
|
|
renderer_base: Remove unused kFramebuffer enumeration
Lioncash
2018-08-10
1
-3
/
+0
|
*
|
|
video_core: Remove unused Renderer enumeration
Lioncash
2018-08-10
1
-2
/
+0
*
|
|
|
Merge pull request #1003 from lioncash/var
bunnei
2018-08-11
2
-4
/
+2
|
\
\
\
\
[next]