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
*
qt/main: Make installation dialog text within OnMenuInstallToNAND() translatable
Lioncash
2018-08-16
1
-14
/
+15
*
qt/main: Get rid of compilation warnings
Lioncash
2018-08-16
1
-4
/
+8
*
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-15
34
-80
/
+1437
|
\
|
*
registration: Various style and documentation improvements
Zach Hilman
2018-08-12
3
-18
/
+22
|
*
registration: Add support for force overwrite of installed
Zach Hilman
2018-08-11
4
-53
/
+106
|
*
game_list: Split game list scans to multiple functions
Zach Hilman
2018-08-11
2
-9
/
+16
|
*
vfs_real: Add CreateFullPath to Create* operations
Zach Hilman
2018-08-11
2
-13
/
+6
|
*
control_metadata: Remove unnecessary reference to base file
Zach Hilman
2018-08-11
2
-2
/
+1
|
*
romfs: Remove cyclic shared_ptr leak in romfs code
Zach Hilman
2018-08-11
3
-8
/
+8
|
*
registration: Update documentation and style
Zach Hilman
2018-08-11
5
-42
/
+69
|
*
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 #1078 from lioncash/message
bunnei
2018-08-15
1
-2
/
+20
|
\
\
|
*
|
lm: Use LOG_DEBUG for printing out trace logs
Lioncash
2018-08-15
1
-1
/
+1
|
*
|
lm: Handle threads and modules within the logger
Lioncash
2018-08-15
1
-1
/
+19
*
|
|
Merge pull request #1079 from lioncash/fmt
bunnei
2018-08-15
5
-14
/
+18
|
\
\
\
|
*
|
|
loader: Make ResultStatus directly compatible with fmt
Lioncash
2018-08-15
5
-14
/
+18
|
|
/
/
*
|
|
Merge pull request #1051 from B3n30/UnscheduleEventThreadsafe
bunnei
2018-08-15
3
-1
/
+12
|
\
\
\
|
*
|
|
Core::CoreTiming: add UnscheduleEventThreadsafe
B3n30
2018-08-13
3
-1
/
+12
*
|
|
|
Merge pull request #1080 from lioncash/ret
bunnei
2018-08-15
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
sm/controller: Correct return value of QueryPointerBufferSize
Lioncash
2018-08-15
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1083 from Subv/conv_neg
bunnei
2018-08-15
1
-13
/
+53
|
\
\
\
\
|
*
|
|
|
Shader/Conversion: Implemented the negate bit in F2F and I2I instructions.
Subv
2018-08-15
1
-4
/
+12
|
*
|
|
|
Shader/I2F: Implemented the negate I2F_C instruction variant.
Subv
2018-08-15
1
-7
/
+23
|
*
|
|
|
Shader/F2I: Implemented the negate bit in the I2F instruction
Subv
2018-08-15
1
-0
/
+4
|
*
|
|
|
Shader/F2I: Implemented the F2I_C instruction variant.
Subv
2018-08-15
1
-2
/
+10
|
*
|
|
|
Shader/F2I: Implemented the negate bit in the F2I instruction.
Subv
2018-08-15
1
-0
/
+4
*
|
|
|
|
Merge pull request #1081 from lioncash/convert
bunnei
2018-08-15
3
-3
/
+8
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
kernel/server_session: Add IsSession() member function
Lioncash
2018-08-15
3
-3
/
+8
|
|
/
/
/
*
|
|
|
Merge pull request #1077 from bunnei/rgba16u
bunnei
2018-08-15
1
-1
/
+9
|
\
\
\
\
|
*
|
|
|
gl_rasterizer_cache: Add RGBA16U to PixelFormatFromTextureFormat.
bunnei
2018-08-14
1
-1
/
+9
[next]