index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
/
loader.cpp
Age
Commit message (
Expand
)
Author
2024-03-04
Merge yuzu-emu#13177
yuzubot
2023-09-06
core: implement basic integrity verification
Liam
2023-08-15
vfs: expand support for NCA reading
Liam
2022-09-25
core/loader: Return nullptr if file is nullptr
Merry
2022-08-01
core/loader: remove ELF loader
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-03
loader: log the type of mismatching file-extension
BytesGalore
2021-07-20
file_sys: Support load game collection (#6582)
Feng Chen
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-01-03
main: Resolve error string not displaying
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-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-07
common/concepts: Rename IsBaseOf to DerivedFrom
Lioncash
2020-08-03
Place in anonymous namespace
David Marcec
2020-08-03
loader: Make IdentifyFile typesafe
David Marcec
2019-06-05
loader: Add recognition for KIP file type
Zach Hilman
2019-06-05
loader: Add KIP and INI file parser-specific errors
Zach Hilman
2018-12-21
kernel/process: Hook up the process capability parser to the process itself
Lioncash
2018-10-15
nso: Return an optional address from LoadModule
Lioncash
2018-10-05
loader: Add getter for packed update
Zach Hilman
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
loader: Add BKTR-specific error messages and codes
Zach Hilman
2018-09-04
loader: Add NSP file type and NSP-specific errors
Zach Hilman
2018-09-02
vfs_real: Forward declare IOFile
Lioncash
2018-08-23
loader: Add new NAX-specific errors and messages
Zach Hilman
2018-08-23
nax: Add AppLoader_NAX and update loader to support it
Zach Hilman
2018-08-15
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-15
loader: Make ResultStatus directly compatible with fmt
Lioncash
2018-08-14
loader: Remove address mapping remnants from citra
Lioncash
2018-08-12
Fixed invalid cast in loader
David Marcec
2018-08-11
loader: Recognize filename '00' as NCA
Zach Hilman
2018-08-09
loader: Add more descriptive errors
Zach Hilman
2018-08-08
loader: Remove unused IdentifyFile overload
Zach Hilman
2018-08-06
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-01
Remove files that are not used
Zach Hilman
2018-07-23
loader: Remove unnecessary constructor call in IdentifyFile()
Lioncash
2018-07-22
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-19
loader: Amend Doxygen comments
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-21
Add support for decrypted NCA files (#567)
Zach Hilman
2018-04-24
loader: Move old logging macros over to new fmt-capable ones
Lioncash
2018-01-20
loader: Clean up ctors and includes.
bunnei
2018-01-20
loader: Add DeconstructedRomDirectory for game dumps.
bunnei
[next]