index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-10-09
Change command header in nwm::UDS Initialize function
Dragios
2017-10-08
Merge pull request #2991 from Subv/getpointer
Sebastian Valle
2017-10-06
Merge pull request #2975 from shinyquagsire23/archive-ncch-container-and-over...
Sebastian Valle
2017-10-05
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
2017-10-04
Merge pull request #2953 from Subv/applet_launch
Sebastian Valle
2017-10-04
SVC: Removed GetPointer usage in the GetResourceLimit functions.
Subv
2017-10-04
SVC: Remove GetPointer usage in CreatePort.
Subv
2017-10-04
SVC: Replace GetPointer usage with ReadCString in ConnectToPort.
Subv
2017-10-04
SVC: Replace GetPointer usage with ReadBlock in OutputDebugString.
Subv
2017-10-04
SVC: Replace GetPointer usage with Read32 in ReplyAndReceive.
Subv
2017-10-04
SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN.
Subv
2017-10-04
Memory: Remove all GetPointer usages from the GDB stub.
Subv
2017-10-04
Extracted the attribute setup and draw commands into their own functions
Huw Pascoe
2017-10-03
nso: Fixes to support homebrew NSOs without a MOD header.
bunnei
2017-10-03
Merge pull request #2977 from Subv/shmem_create
bunnei
2017-10-02
Kernel/SharedMemory: Don't take over and unmap the source memory block when c...
Subv
2017-10-01
Merge pull request #2971 from Subv/per_process_memops
Sebastian Valle
2017-10-01
Memory: Make WriteBlock take a Process parameter on which to operate
Subv
2017-10-01
Memory: Make ReadBlock take a Process parameter on which to operate
Subv
2017-10-01
Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.
Subv
2017-10-01
Merge pull request #2974 from Subv/nim_event
Sebastian Valle
2017-10-01
file_sys, loader: add support for reading TMDs to determine app paths
shinyquagsire23
2017-10-01
file_sys: add class for Title Metadata (TMD)
shinyquagsire23
2017-10-01
file_sys/ncch_container: add RomFS, ExeFS override to allow for backward comp...
shinyquagsire23
2017-10-01
file_sys/archive_ncch: use NCCHContainer instead of loading .romfs files
shinyquagsire23
2017-09-30
arm_interface: Set TLS address for dynarmic core.
bunnei
2017-09-30
nso: Refactor and allocate .bss section.
bunnei
2017-09-30
process: Support loading multiple codesets.
bunnei
2017-09-30
loader: Add support for loading an NSO.
bunnei
2017-09-30
externals: Add lz4.
bunnei
2017-09-30
memory: Log with 64-bit values.
bunnei
2017-09-30
kernel: Various threading fixes to support 64-bit addressing.
bunnei
2017-09-30
core: Various changes to support 64-bit addressing.
bunnei
2017-09-30
arm: Use 64-bit addressing in a bunch of places.
bunnei
2017-09-30
elf: Check if machine is ARM.
bunnei
2017-09-30
Services/NIM: Implement CheckForSysUpdateEvent.
Subv
2017-09-30
Moved down_count to CoreTiming
Huw Pascoe
2017-09-30
Services/UDS: Handle the rest of the connection sequence. (#2963)
B3n30
2017-09-30
Merge pull request #2946 from Subv/home_menu_apt
Sebastian Valle
2017-09-30
Merge pull request #2967 from Subv/thread_wakeup_callbacks
Sebastian Valle
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-09-29
Merge pull request #2961 from Subv/load_titles
bunnei
2017-09-28
Kernel/Threads: When putting a thread to wait, specify a function to execute ...
Subv
2017-09-27
Merge pull request #2907 from Subv/warnings3
Sebastian Valle
2017-09-27
Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.
Subv
2017-09-26
Loaders: Don't automatically set the current process every time we load an ap...
Subv
2017-09-26
Merge pull request #2954 from Subv/cache_unmapped_mem
James Rowe
2017-09-26
Kernel/Thread: Allow specifying which process a thread belongs to when creati...
Subv
[next]