index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
Age
Commit message (
Expand
)
Author
2021-01-23
vfs_real: When moving files or directories, don't assume file opening will su...
comex
2021-01-15
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2021-01-15
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2021-01-09
file_sys/registered_cache: Silence virtual functions without override warnings
ReinUsesLisp
2021-01-05
core: Silence warnings when compiling without asserts
ReinUsesLisp
2020-12-18
system_archive: Add + and - buttons to the Nintendo Extended OSS font
Morph
2020-12-17
system_archive: Update Nintendo Extended OSS font
Morph
2020-12-15
Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex
bunnei
2020-12-12
Merge pull request #5183 from lioncash/alias2
bunnei
2020-12-11
Revert "Merge pull request #5176 from Morph1984/fix-createfile"
Morph
2020-12-10
vfs: Use existing type aliases consistently
Lioncash
2020-12-09
vfs_real: Fix CreateFile for files without a file extension
Morph
2020-12-08
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
2020-12-08
file_sys: Consolidate common Title ID operations
Morph
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
system_version: Update to 11.0.0
Chloe Marcec
2020-11-27
savedata_factory: Eliminate usage of the global system instance
Lioncash
2020-11-24
core: loader: Implement support for loading indexed programs.
bunnei
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-12
Merge pull request #3929 from FearlessTobi/ticket-keys
bunnei
2020-09-24
submission_package: Fix updates integrated into cartridge images.
Morph
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-09-22
ips_layer: Eliminate a redundant copy in Parse()
Lioncash
2020-09-21
Merge pull request #4675 from Morph1984/fix-boot-multicontent
bunnei
2020-09-17
submission_package: Account for multi-content NSPs
Morph
2020-09-17
control_metadata: Resolve typo in Portuguese language name
Lioncash
2020-09-16
file_sys/romfs_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-16
file_sys/bis_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-16
Merge pull request #4658 from lioncash/copy3
Rodrigo Locatti
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-09-15
cheat_engine: Remove unnecessary system argument to CheatParser's Parse function
Lioncash
2020-09-14
patch_manager: Resolve implicit truncations in FormatTitleVersion()
Lioncash
2020-09-14
patch_manager: Make use of type aliases
Lioncash
2020-09-14
patch_manager: Make a few functions internally linked
Lioncash
2020-09-03
file_sys/patch_manager: Add missing include
ReinUsesLisp
2020-09-02
Merge pull request #4564 from lioncash/file-include
bunnei
2020-08-25
Merge pull request #4563 from lioncash/rcache
bunnei
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-08-23
registered_cache: Make use of ends_with for string suffix checking
Lioncash
2020-08-23
registered_cache: Make use of designated initializers
Lioncash
2020-08-18
vfs_real: Resolve sign conversion warnings
Lioncash
2020-08-18
vfs_real: Avoid redundant map lookups
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-13
General: Tidy up clang-format warnings part 2
Lioncash
2020-08-09
Merge pull request #4488 from lioncash/file
bunnei
[next]