index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2018-10-06
Merge pull request #1332 from FearlessTobi/port-web-backend
bunnei
2018-10-06
kernel/mutex: Amend behavior of TransferMutexOwnership()
Lioncash
2018-10-05
thread: Make the scheduler pointer a regular pointer
balika011
2018-10-05
Merge pull request #1439 from lioncash/thread
bunnei
2018-10-04
Merge pull request #1415 from DarkLordZach/ips
bunnei
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-10-03
Merge pull request #1434 from DarkLordZach/dlc-edge-case
bunnei
2018-10-03
Merge pull request #1433 from lioncash/fs
bunnei
2018-10-03
Merge pull request #1436 from lioncash/view
bunnei
2018-10-03
Merge pull request #1432 from lioncash/lbl
bunnei
2018-10-03
Merge pull request #1435 from lioncash/xci
bunnei
2018-10-03
submission_package: Avoid dangling std::string_view within SetTicketKeys()
Lioncash
2018-10-03
submission_package: Correct location of null check within SetTicketKeys()
Lioncash
2018-10-03
submission_package: Use std::string's rfind() when looking for the extension ...
Lioncash
2018-10-03
submission_package: Ensure the 'extracted' member variable is always initialized
Lioncash
2018-10-03
submission_package: Move ExeFS and RomFS initialization to its own function
Lioncash
2018-10-03
submission_package: Move NCA reading code to its own function
Lioncash
2018-10-03
submission_package: Move ticket key setting to its own function
Lioncash
2018-10-03
submission_package: Invert conditionals within NSP's constructor to reduce ne...
Lioncash
2018-10-02
card_image: Ensure program_nca_status is always initialized
Lioncash
2018-10-02
aoc_u: Fix edge case with DLC that causes breaks
Zach Hilman
2018-10-02
services/fsp_srv: Amend service function table
Lioncash
2018-10-02
service/lbl: Update service function table
Lioncash
2018-10-02
nso: Optimize loading of IPS patches
Zach Hilman
2018-10-02
Review comments -part 4
fearlessTobi
2018-10-02
Address more review comments
fearlessTobi
2018-10-02
Address a bunch of review comments
fearlessTobi
2018-10-02
Port web_service from Citra
fearlessTobi
2018-10-01
deconstructed_rom_directory: Force NSO loader to patch NSOs
Zach Hilman
2018-10-01
nso: Add framework to support patching of uncompressed NSOs
Zach Hilman
2018-10-01
patch_manager: Add PatchNSO function
Zach Hilman
2018-10-01
patch_manager: Use strings for patch type instead of enum
Zach Hilman
2018-10-01
file_sys: Implement function to apply IPS patches
Zach Hilman
2018-10-01
nso: Replace NSOHeader padding bytes with build ID
Zach Hilman
2018-09-30
aoc_u: Extract AccumulateAOCTitleIDs to separate function
Zach Hilman
2018-09-30
aoc_u: Implement GetAddOnContentBaseId
Zach Hilman
2018-09-30
aoc_u: Implement Count, List and Prepare AddOnContent
Zach Hilman
2018-09-30
romfs_factory: Read from all locations with StorageId None
Zach Hilman
2018-09-30
patch_manager: Add DLC recognition to PatchManager
Zach Hilman
2018-09-30
Merge pull request #1338 from raven02/service_vi
bunnei
2018-09-30
kernel/svc: Implement svcGetThreadContext()
Lioncash
2018-09-30
kernel/process: Add a data member to determine if a process is 64-bit or not.
Lioncash
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-30
arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct
Lioncash
2018-09-30
Implement ISystemDisplayService::GetDisplayMode
raven02
2018-09-29
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
2018-09-29
Merge pull request #1412 from lioncash/move
bunnei
2018-09-29
Merge pull request #1395 from lioncash/vm
bunnei
2018-09-28
kernel/object: Remove unnecessary std::move from DynamicObjectCast()
Lioncash
2018-09-27
Merge pull request #1394 from lioncash/stream
bunnei
[next]