| .. |
|
system_archive
|
e4318a1914
hle: api_version: Add HLE API version constants
|
5 лет назад |
|
bis_factory.cpp
|
065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
|
5 лет назад |
|
bis_factory.h
|
0e80567bef
file_sys/bis_factory: Eliminate usage of the global system accessor
|
5 лет назад |
|
card_image.cpp
|
07073734ed
file_sys: Support load game collection (#6582)
|
5 лет назад |
|
card_image.h
|
07073734ed
file_sys: Support load game collection (#6582)
|
5 лет назад |
|
common_funcs.h
|
0eb6c6cd83
file_sys: Consolidate common Title ID operations
|
5 лет назад |
|
content_archive.cpp
|
1ef64112b3
content_archive: Remove unnecessary include to <ranges>
|
5 лет назад |
|
content_archive.h
|
b1657b8c6b
vfs: Use existing type aliases consistently
|
5 лет назад |
|
control_metadata.cpp
|
e9a1f29e93
pctl: Rework how pctl works to be more accurate
|
5 лет назад |
|
control_metadata.h
|
e9a1f29e93
pctl: Rework how pctl works to be more accurate
|
5 лет назад |
|
directory.h
|
a3149536e2
file_sys/directory: Make EntryType an enum class
|
6 лет назад |
|
errors.h
|
72b22fd433
service: filesystem: Return proper error codes for CreateFile
|
5 лет назад |
|
fsmitm_romfsbuild.cpp
|
1da72c7792
file_sys: Resolve cases of variable shadowing
|
5 лет назад |
|
fsmitm_romfsbuild.h
|
1da72c7792
file_sys: Resolve cases of variable shadowing
|
5 лет назад |
|
ips_layer.cpp
|
3d592972dc
Revert "core: Fix clang build"
|
5 лет назад |
|
ips_layer.h
|
f7d2889fb4
ips_layer: Add missing includes
|
7 лет назад |
|
kernel_executable.cpp
|
3d592972dc
Revert "core: Fix clang build"
|
5 лет назад |
|
kernel_executable.h
|
4a6a73e887
file_sys/kernel_executable: Add missing <string> include
|
4 лет назад |
|
mode.h
|
065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
|
5 лет назад |
|
nca_metadata.cpp
|
9a07ed53eb
core: Make variable shadowing a compile-time error
|
5 лет назад |
|
nca_metadata.h
|
9a07ed53eb
core: Make variable shadowing a compile-time error
|
5 лет назад |
|
nca_patch.cpp
|
1da72c7792
file_sys: Resolve cases of variable shadowing
|
5 лет назад |
|
nca_patch.h
|
b1657b8c6b
vfs: Use existing type aliases consistently
|
5 лет назад |
|
partition_filesystem.cpp
|
065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
|
5 лет назад |
|
partition_filesystem.h
|
01d1b5cdaf
file_sys: Replace inclusions with forward declarations where applicable
|
5 лет назад |
|
patch_manager.cpp
|
511ee03a21
patch_manager: Do not apply LayeredFS mods when dumping
|
5 лет назад |
|
patch_manager.h
|
511ee03a21
patch_manager: Do not apply LayeredFS mods when dumping
|
5 лет назад |
|
program_metadata.cpp
|
6755025310
Fix GCC undefined behavior sanitizer.
|
5 лет назад |
|
program_metadata.h
|
1acd807176
Merge pull request #6230 from Morph1984/default-resource-size
|
5 лет назад |
|
registered_cache.cpp
|
d0b1f2bd05
General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable
|
5 лет назад |
|
registered_cache.h
|
a170aa16b6
main: Prevent installing base titles into NAND
|
5 лет назад |
|
romfs.cpp
|
27f122c48c
file_sys: fix LayeredFS error when loading some games made with… (#3602)
|
6 лет назад |
|
romfs.h
|
01d1b5cdaf
file_sys: Replace inclusions with forward declarations where applicable
|
5 лет назад |
|
romfs_factory.cpp
|
a0e4c2e1fc
general: Replace RESULT_UNKNOWN with ResultUnknown
|
5 лет назад |
|
romfs_factory.h
|
1da72c7792
file_sys: Resolve cases of variable shadowing
|
5 лет назад |
|
savedata_factory.cpp
|
c4c256f56a
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
|
5 лет назад |
|
savedata_factory.h
|
c4c256f56a
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
|
5 лет назад |
|
sdmc_factory.cpp
|
6ac978426c
filesystem: Open a read-only directory for SDMC mods
|
5 лет назад |
|
sdmc_factory.h
|
6ac978426c
filesystem: Open a read-only directory for SDMC mods
|
5 лет назад |
|
submission_package.cpp
|
07073734ed
file_sys: Support load game collection (#6582)
|
5 лет назад |
|
submission_package.h
|
07073734ed
file_sys: Support load game collection (#6582)
|
5 лет назад |
|
vfs.cpp
|
8d63ebcb64
vfs: Partially implement GetFileTimeStampRaw
|
4 лет назад |
|
vfs.h
|
8d63ebcb64
vfs: Partially implement GetFileTimeStampRaw
|
4 лет назад |
|
vfs_concat.cpp
|
9a07ed53eb
core: Make variable shadowing a compile-time error
|
5 лет назад |
|
vfs_concat.h
|
9a07ed53eb
core: Make variable shadowing a compile-time error
|
5 лет назад |
|
vfs_layered.cpp
|
9a07ed53eb
core: Make variable shadowing a compile-time error
|
5 лет назад |
|
vfs_layered.h
|
9a07ed53eb
core: Make variable shadowing a compile-time error
|
5 лет назад |
|
vfs_libzip.cpp
|
a4454329c1
general: Remove extraneous includes
|
5 лет назад |
|
vfs_libzip.h
|
c00ed8f4ff
vfs: Add function to extract ZIP file into virtual filesystem
|
6 лет назад |
|
vfs_offset.cpp
|
1da72c7792
file_sys: Resolve cases of variable shadowing
|
5 лет назад |
|
vfs_offset.h
|
1da72c7792
file_sys: Resolve cases of variable shadowing
|
5 лет назад |
|
vfs_real.cpp
|
8d63ebcb64
vfs: Partially implement GetFileTimeStampRaw
|
4 лет назад |
|
vfs_real.h
|
8d63ebcb64
vfs: Partially implement GetFileTimeStampRaw
|
4 лет назад |
|
vfs_static.h
|
9a07ed53eb
core: Make variable shadowing a compile-time error
|
5 лет назад |
|
vfs_types.h
|
8d63ebcb64
vfs: Partially implement GetFileTimeStampRaw
|
4 лет назад |
|
vfs_vector.cpp
|
9a07ed53eb
core: Make variable shadowing a compile-time error
|
5 лет назад |
|
vfs_vector.h
|
9a07ed53eb
core: Make variable shadowing a compile-time error
|
5 лет назад |
|
xts_archive.cpp
|
065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
|
5 лет назад |
|
xts_archive.h
|
b1657b8c6b
vfs: Use existing type aliases consistently
|
5 лет назад |