index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
xts_archive.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: Use existing type aliases consistently
Lioncash
2020-12-10
1
-3
/
+3
*
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-08-23
1
-3
/
+7
*
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
1
-1
/
+1
*
xts_archive: Check if the file is nullptr prior to parsing
Morph
2020-07-29
1
-5
/
+9
*
Merge pull request #3091 from lioncash/core-conversion
bunnei
2019-11-15
1
-7
/
+5
|
\
|
*
file_sys: Resolve sign conversion warnings
Lioncash
2019-11-12
1
-7
/
+5
*
|
Merge pull request #3093 from lioncash/mbedtls
bunnei
2019-11-14
1
-1
/
+1
|
\
\
|
*
|
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
1
-1
/
+1
|
|
/
*
/
xts_archive: Remove redundant std::string constructor
Lioncash
2019-11-13
1
-2
/
+1
|
/
*
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-12
1
-1
/
+1
*
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-10-19
1
-3
/
+0
*
Merge pull request #1364 from lioncash/content
bunnei
2018-09-21
1
-0
/
+2
|
\
|
*
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-20
1
-0
/
+2
*
|
xts_archive: Remove unused variables from CalculateHMAC256()
Lioncash
2018-09-19
1
-3
/
+0
*
|
xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr
Lioncash
2018-09-19
1
-2
/
+2
*
|
xts_archive: Amend initializer order of NAX's constructor
Lioncash
2018-09-19
1
-2
/
+2
|
/
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-4
/
+4
*
vfs_real: Forward declare IOFile
Lioncash
2018-09-02
1
-0
/
+1
*
file_sys/crypto: Fix missing/unnecessary includes
Zach Hilman
2018-08-25
1
-0
/
+2
*
crypto: Eliminate magic constants
Zach Hilman
2018-08-23
1
-11
/
+14
*
file_sys: Implement NAX containers
Zach Hilman
2018-08-23
1
-0
/
+164