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
2023-05-11
fs: adjust future save path
Liam
2023-05-07
vfs_layered: avoid n^2 lookup in layeredfs building
Liam
2023-05-07
vfs_vector: avoid n^2 lookup in layeredfs building
Liam
2023-03-12
general: fix spelling mistakes
Liam
2023-02-15
Merge pull request #9796 from liamwhite/current
liamwhite
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2023-02-14
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-01-01
vfs: Replace cstr concat with char concat
Merry
2022-11-22
general: fix compile for Apple Clang
Liam
2022-10-27
Merge pull request #9115 from vonchenplus/game_name_by_language
bunnei
2022-10-24
file_sys: Priority display of game titles in the current language
FengChen
2022-10-22
general: Resolve -Wunused-lambda-capture and C5233
Morph
2022-10-22
general: Enforce C4800 everywhere except in video_core
Morph
2022-10-16
savedata_factory: Detect future save data paths
Morph
2022-10-06
Merge pull request #6142 from lat9nq/prog_meta_ref_bind_address
bunnei
2022-09-03
core: ns: Implement pl:s service
Narr the Reg
2022-08-21
core/file_sys: fix alignment of BuildId
Liam
2022-08-19
core/file_sys: fix BuildId padding
Liam
2022-08-12
ips_layer: Delimit parsed hex value string
Morph
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-06-13
general: fix compilation on GCC 12
Liam
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-07
patch_manager: Apply layered exefs patches from 'atmosphere' SD directory
tech-ticks
2022-03-27
registered_cache: Prevent nullptr dereference when accumulating files
Morph
2022-03-20
general: Fix clang/gcc build errors
ameerj
2022-03-19
common: Reduce unused includes
ameerj
2022-03-19
core: Reduce unused includes
ameerj
2022-02-15
Dump patched exefs rather than base
Kelebek1
2022-02-13
program_metadata: Unpack FileAccessHeader and FileAccessControl
lat9nq
2022-02-02
general: Replace NonCopyable struct with equivalents
Lioncash
2021-11-10
program_metadata: Add default ThreadInfo kernel capability
OatmealDome
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-03
core: Fix transitive include build errors
ameerj
2021-11-03
core: Remove unused includes
ameerj
2021-11-02
general: Remove MakeResult helpers
Morph
2021-10-28
file_sys: control_metadata: Add BrazilianPortuguese
Morph
2021-10-01
Merge pull request #7102 from Morph1984/remove-boxcat
bunnei
2021-09-29
style: Remove extra space preceding the :: operator
Morph
2021-09-28
file_sys: Remove vfs_libzip
Morph
2021-09-14
vfs: Partially implement GetFileTimeStampRaw
Morph
2021-09-11
file_sys/kernel_executable: Add missing <string> include
Morph
2021-07-20
file_sys: Support load game collection (#6582)
Feng Chen
2021-07-12
content_archive: Remove unnecessary include to <ranges>
ReinUsesLisp
2021-06-28
patch_manager: Do not apply LayeredFS mods when dumping
Morph
2021-06-28
filesystem: Open a read-only directory for SDMC mods
Morph
2021-06-28
core: Simplify SDMC mod loading
lat9nq
[next]