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
/
nso.cpp
Age
Commit message (
Expand
)
Author
2019-04-03
Merge pull request #2093 from FreddyFunk/disk-cache-better-compression
bunnei
2019-04-01
Merge pull request #2281 from lioncash/memory
bunnei
2019-03-29
Addressed feedback
unknown
2019-03-29
core: Do not link LZ4 to core. Use common/data_compression for nso segment de...
unknown
2019-03-23
Merge pull request #2280 from lioncash/nso
bunnei
2019-03-22
kernel/codeset: Make CodeSet's memory data member a regular std::vector
Lioncash
2019-03-22
loader/nso: Place translation unit specific functions into an anonymous names...
Lioncash
2019-03-22
file_sys/cheat_engine: Remove use of global system accessors
Lioncash
2019-03-22
loader/nso: Clean up use of magic constants
Lioncash
2019-03-22
file_sys/patch_manager: Deduplicate NSO header
Lioncash
2019-03-22
loader/nso: Fix definition of the NSO header struct
Lioncash
2019-03-21
Merge pull request #1933 from DarkLordZach/cheat-engine
bunnei
2019-03-20
kernel: Move CodeSet structure to its own source files
Lioncash
2019-03-05
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
2019-03-04
loader/nso: Set main code region in VMManager
Zach Hilman
2018-12-02
loader/nso: Remove dependency on the System class
Lioncash
2018-10-29
patch_manager: Add support for dumping decompressed NSOs
Zach Hilman
2018-10-15
nso: Return an optional address from LoadModule
Lioncash
2018-10-14
nso: Make LoadModule take a VfsFile by const reference
Lioncash
2018-10-12
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-07
nso/nro: Use default allocation size for arg_data
Zach Hilman
2018-10-07
cmd: Support passing game arguments from command line
Zach Hilman
2018-10-07
nso/nro: Add NSO arguments structure to data section
Zach Hilman
2018-10-02
nso: Optimize loading of IPS patches
Zach Hilman
2018-10-01
nso: Add framework to support patching of uncompressed NSOs
Zach Hilman
2018-10-01
nso: Replace NSOHeader padding bytes with build ID
Zach Hilman
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-29
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
2018-09-24
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-21
Added support for uncompressed NSOs (#1374)
David
2018-09-13
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-14
loader: Remove address mapping remnants from citra
Lioncash
2018-08-03
kernel/process: Use accessors instead of class members for referencing segmen...
Lioncash
2018-07-19
nso: Silence implicit sign conversion warnings
Lioncash
2018-07-19
nso: Remove unused function ReadSegment()
Lioncash
2018-07-19
Merge pull request #718 from lioncash/read
bunnei
2018-07-19
loader/nso: Check if read succeeded in IdentifyFile() before checking magic v...
Lioncash
2018-07-18
loader/nso: Remove unnecessary vector resizes
Lioncash
2018-07-18
loader/nso: Resolve sign mismatch warnings
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-12
More improvements to GDBStub (#653)
Hedges
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-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
[next]