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-06
Merge pull request #2975 from shinyquagsire23/archive-ncch-container-and-over...
Sebastian Valle
2017-10-04
Merge pull request #2953 from Subv/applet_launch
Sebastian Valle
2017-10-04
Extracted the attribute setup and draw commands into their own functions
Huw Pascoe
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
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
2017-09-26
Tests: Added Memory::IsValidVirtualAddress tests.
Subv
2017-09-26
Tests: Fixed ARM VFP tests
Subv
2017-09-26
Memory: Allow IsValidVirtualAddress to be called with a specific process para...
Subv
2017-09-26
Merge pull request #2958 from Subv/audio_buffer_datatype
Merry
2017-09-25
HLE/APT: Always set up the APT parameter when starting a library applet.
Subv
2017-09-25
Memory/RasterizerCache: Ignore unmapped memory regions when caching physical ...
Subv
2017-09-25
Audio: Use std::deque instead of std::vector for the audio buffer type (Stere...
Subv
2017-09-25
HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...
Subv
2017-09-25
Merge pull request #2952 from MerryMage/page-tables
B3n30
2017-09-25
Merge pull request #2951 from huwpascoe/perf-4
B3n30
2017-09-25
Merge pull request #2949 from wwylele/fix-tr
B3n30
2017-09-25
Merge pull request #2948 from Subv/register_service
B3n30
2017-09-25
Loader/NCCH: Add support for loading application updates (#2927)
Max Thomas
2017-09-25
Services/UDS: Added a function to send EAPoL-Start packets (#2920)
B3n30
2017-09-25
Optimized Float<M,E> multiplication
Huw Pascoe
2017-09-24
ARM_Interface: Implement PageTableChanged
MerryMage
2017-09-24
memory: Remove GetCurrentPageTablePointers
MerryMage
2017-09-24
memory: Add GetCurrentPageTable/SetCurrentPageTable
MerryMage
2017-09-24
Optimized Morton
Huw Pascoe
2017-09-24
citra-qt: fix some untranslated strings
wwylele
2017-09-24
HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the...
Subv
2017-09-24
HLE/APT: Prepare the APT Wakeup parameter when the game calls Initialize
Subv
2017-09-24
Merge pull request #2921 from jroweboy/batch-fix-2
James Rowe
[next]