| .. |
|
system_archive
|
d961d5479e
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
|
6 лет назад |
|
bis_factory.cpp
|
f2073217a4
filesystem: Add getter for BCAT temporary directory
|
6 лет назад |
|
bis_factory.h
|
f2073217a4
filesystem: Add getter for BCAT temporary directory
|
6 лет назад |
|
card_image.cpp
|
ccaafaccfc
card_image: Add accessors for gamecard certificate
|
6 лет назад |
|
card_image.h
|
ccaafaccfc
card_image: Add accessors for gamecard certificate
|
6 лет назад |
|
content_archive.cpp
|
e018a48460
content_archive: Add accessors for Rights ID and SDK Version
|
6 лет назад |
|
content_archive.h
|
e018a48460
content_archive: Add accessors for Rights ID and SDK Version
|
6 лет назад |
|
control_metadata.cpp
|
6ca20ad7ba
Addressed issues
|
7 лет назад |
|
control_metadata.h
|
335127af69
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent
|
7 лет назад |
|
directory.h
|
96644385ca
file_sys/directory: Remove unused DirectoryBackend class
|
7 лет назад |
|
errors.h
|
debc7442f2
set_sys: Use official nintendo version string
|
7 лет назад |
|
fsmitm_romfsbuild.cpp
|
28e36de56f
file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash()
|
7 лет назад |
|
fsmitm_romfsbuild.h
|
352b56367c
general: Remove unused boost inclusions where applicable
|
7 лет назад |
|
ips_layer.cpp
|
c140b6ae2c
Merge pull request #2581 from lioncash/hex
|
7 лет назад |
|
ips_layer.h
|
f7d2889fb4
ips_layer: Add missing includes
|
7 лет назад |
|
kernel_executable.cpp
|
9db119f8a2
kernel_executable: Optimize BLZ decompression
|
7 лет назад |
|
kernel_executable.h
|
421c3e831a
file_sys: Add classes to parse KIP1 and INI1 files
|
7 лет назад |
|
mode.h
|
59cb258409
VFS Regression and Accuracy Fixes (#776)
|
8 лет назад |
|
nca_metadata.cpp
|
a1868286b0
file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType
|
7 лет назад |
|
nca_metadata.h
|
b50557d1f0
file_sys: Rename other ContentRecordType members
|
7 лет назад |
|
nca_patch.cpp
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 лет назад |
|
nca_patch.h
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 лет назад |
|
partition_filesystem.cpp
|
a25d79cfaa
vfs: Remove InterpretAsDirectory and related functions
|
7 лет назад |
|
partition_filesystem.h
|
a25d79cfaa
vfs: Remove InterpretAsDirectory and related functions
|
7 лет назад |
|
patch_manager.cpp
|
2bddc03468
dmnt_cheat_vm: Default initialize structure values
|
6 лет назад |
|
patch_manager.h
|
a0055192fe
patch_manager: Update cheat parsing for new VM
|
6 лет назад |
|
program_metadata.cpp
|
13a8fde3ad
Implement MapPhysicalMemory/UnmapPhysicalMemory
|
7 лет назад |
|
program_metadata.h
|
13a8fde3ad
Implement MapPhysicalMemory/UnmapPhysicalMemory
|
7 лет назад |
|
registered_cache.cpp
|
038bcec111
configure_debug: Move reporting option to logging
|
6 лет назад |
|
registered_cache.h
|
8500ca797f
registered_cache: Implement PlaceholderCache to manage placeholder and installing content
|
6 лет назад |
|
romfs.cpp
|
abbcc8e61e
romfs: Add SingleDiscard extraction type
|
7 лет назад |
|
romfs.h
|
abbcc8e61e
romfs: Add SingleDiscard extraction type
|
7 лет назад |
|
romfs_factory.cpp
|
69f16ba50e
hle/service: Replace global system instance calls with instance-based ones
|
6 лет назад |
|
romfs_factory.h
|
69f16ba50e
hle/service: Replace global system instance calls with instance-based ones
|
6 лет назад |
|
savedata_factory.cpp
|
f1382cf0e7
core: Remove Core::CurrentProcess()
|
6 лет назад |
|
savedata_factory.h
|
a49169e819
filesystem: Add const qualification to various accessors
|
6 лет назад |
|
sdmc_factory.cpp
|
a49169e819
filesystem: Add const qualification to various accessors
|
6 лет назад |
|
sdmc_factory.h
|
a49169e819
filesystem: Add const qualification to various accessors
|
6 лет назад |
|
submission_package.cpp
|
0a8e540681
submisson_package: Fix edge case with improperly sized filenames
|
6 лет назад |
|
submission_package.h
|
60f39060c6
core: Port current uses of RegisteredCache to ContentProvider
|
7 лет назад |
|
vfs.cpp
|
0ccaaafca3
file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default
|
7 лет назад |
|
vfs.h
|
4a6ba58073
vfs: Add reinterpret_casts to WriteArray and Object
|
7 лет назад |
|
vfs_concat.cpp
|
28bef31ea8
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
|
7 лет назад |
|
vfs_concat.h
|
28bef31ea8
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
|
7 лет назад |
|
vfs_layered.cpp
|
a25d79cfaa
vfs: Remove InterpretAsDirectory and related functions
|
7 лет назад |
|
vfs_layered.h
|
a25d79cfaa
vfs: Remove InterpretAsDirectory and related functions
|
7 лет назад |
|
vfs_libzip.cpp
|
2d410ddf4d
bcat: Implement DeliveryCacheProgressImpl structure
|
6 лет назад |
|
vfs_libzip.h
|
c00ed8f4ff
vfs: Add function to extract ZIP file into virtual filesystem
|
6 лет назад |
|
vfs_offset.cpp
|
7a5eda5914
global: Use std::optional instead of boost::optional (#1578)
|
7 лет назад |
|
vfs_offset.h
|
7a5eda5914
global: Use std::optional instead of boost::optional (#1578)
|
7 лет назад |
|
vfs_real.cpp
|
a25d79cfaa
vfs: Remove InterpretAsDirectory and related functions
|
7 лет назад |
|
vfs_real.h
|
a25d79cfaa
vfs: Remove InterpretAsDirectory and related functions
|
7 лет назад |
|
vfs_static.h
|
7a5eda5914
global: Use std::optional instead of boost::optional (#1578)
|
7 лет назад |
|
vfs_types.h
|
1fa6ee4723
vfs: Move forward declarations to separate file
|
7 лет назад |
|
vfs_vector.cpp
|
517933adcb
file_sys/vfs_vector: Fix ignored offset on Write
|
7 лет назад |
|
vfs_vector.h
|
86ad1f8db6
file_sys: Implement system archive synthesizer for NgWord (806)
|
7 лет назад |
|
xts_archive.cpp
|
a62088539e
common/hex_util: Combine HexVectorToString() and HexArrayToString()
|
7 лет назад |
|
xts_archive.h
|
a25d79cfaa
vfs: Remove InterpretAsDirectory and related functions
|
7 лет назад |