index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
/
loader.cpp
Age
Commit message (
Expand
)
Author
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
2018-01-20
loader: Refactor to also pass filepath into IdentifyType.
bunnei
2018-01-14
Add missing FileType declarations in GuessFromExtension and GetFileTypeString
Thog
2017-10-12
Remove more 3DS-specific code.
bunnei
2017-10-12
Remove lots more 3DS-specific code.
bunnei
2017-10-09
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-10-05
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
2017-09-30
loader: Add support for loading an NSO.
bunnei
2017-03-08
loader: lower file name logging level
wwylele
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-21
CitraQt: Simplify the game list loader code
Emmanuel Gil Peyrot
2016-05-21
Loader, Frontends: Refactor loader creation and game loading
Emmanuel Gil Peyrot
2016-05-06
fix:return proper error
wwylele
2016-05-04
add icon & title to game list
wwylele
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-03-08
Improve error report from Init() functions
LittleWhite
2016-03-03
Display errors in GUI when loading ROM failed
LittleWhite
2015-10-01
Merge pull request #1095 from archshift/game-list
bunnei
2015-09-30
Expose loader helper functions for identifying files.
archshift
2015-09-21
Implement 3dsx RomFS
Cruel
2015-09-10
General: Fix up doxygen comments
Lioncash
[next]