index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
nca_patch.cpp
Age
Commit message (
Expand
)
Author
2021-05-02
file_sys: Resolve cases of variable shadowing
Lioncash
2021-01-05
core: Silence warnings when compiling without asserts
ReinUsesLisp
2020-12-10
vfs: Use existing type aliases consistently
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-09-15
nca_patch: Significantly reduce the stack usage size within SearchBucketEntry()
Lioncash
2020-09-15
nca_patch: Make SearchBucketEntry() internally linked
Lioncash
2020-08-03
aes_util: Allow SetIV to be non-allocating
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-06
file_sys/nca_patch: Amend constructor initializer list order
Lioncash
2018-09-06
file_sys/nca_patch: Remove unnecessary includes
Lioncash
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
bktr: Add logging on successful patch
Zach Hilman
2018-09-04
bktr: Implement IVFC offset shifting
Zach Hilman
2018-09-04
bktr: Fix missing includes and optimize style
Zach Hilman
2018-09-04
file_sys: Add BKTR patching mechanism
Zach Hilman