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
/
nca_patch.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
file_sys: Resolve cases of variable shadowing
Lioncash
2021-05-02
1
-7
/
+11
*
core: Silence warnings when compiling without asserts
ReinUsesLisp
2021-01-05
1
-1
/
+1
*
vfs: Use existing type aliases consistently
Lioncash
2020-12-10
1
-1
/
+1
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-4
/
+3
*
core: Fix clang build
Lioncash
2020-10-18
1
-3
/
+4
*
nca_patch: Significantly reduce the stack usage size within SearchBucketEntry()
Lioncash
2020-09-15
1
-4
/
+4
*
nca_patch: Make SearchBucketEntry() internally linked
Lioncash
2020-09-15
1
-40
/
+43
*
aes_util: Allow SetIV to be non-allocating
Lioncash
2020-08-03
1
-1
/
+2
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-17
/
+17
*
file_sys/nca_patch: Amend constructor initializer list order
Lioncash
2018-09-06
1
-2
/
+2
*
file_sys/nca_patch: Remove unnecessary includes
Lioncash
2018-09-06
1
-0
/
+4
*
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
1
-2
/
+2
*
bktr: Add logging on successful patch
Zach Hilman
2018-09-04
1
-1
/
+1
*
bktr: Implement IVFC offset shifting
Zach Hilman
2018-09-04
1
-1
/
+1
*
bktr: Fix missing includes and optimize style
Zach Hilman
2018-09-04
1
-64
/
+62
*
file_sys: Add BKTR patching mechanism
Zach Hilman
2018-09-04
1
-0
/
+208