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
2019-11-26
core/memory: Move memory read/write implementation functions into an anonymou...
Lioncash
2019-11-26
core/memory: Migrate over address checking functions to the new Memory class
Lioncash
2019-11-26
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
2019-11-26
core/memory: Introduce skeleton of Memory class
Lioncash
2019-11-26
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-25
kernel: Fix reference management for client/server session.
bunnei
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-23
Update svc.cpp
bunnei
2019-11-23
svc: GetSystemTick should return cntpct_el0, not core ticks.
bunnei
2019-11-23
Merge pull request #3114 from FernandoS27/cond-var
bunnei
2019-11-23
Merge pull request #3130 from FernandoS27/cancel-sync
bunnei
2019-11-21
Merge pull request #3112 from lioncash/skip
bunnei
2019-11-21
Merge pull request #3111 from lioncash/query
bunnei
2019-11-21
Kernel: Optimize condition variable threads management.
Fernando Sahmkow
2019-11-21
Kernel: Correct SignalProcessWideKey
Fernando Sahmkow
2019-11-21
Kernel: Correct behavior of Condition Variables to be more similar to real ha...
Fernando Sahmkow
2019-11-16
Kernel: Correct Cancel Synchronization.
Fernando Sahmkow
2019-11-15
Merge pull request #3091 from lioncash/core-conversion
bunnei
2019-11-14
service/am: Remove unnecessary Skip calls
Lioncash
2019-11-14
am: Stub QueryApplicationPlayStatistics
Lioncash
2019-11-14
Merge pull request #3089 from SciresM/play_statistics
bunnei
2019-11-14
Merge pull request #3093 from lioncash/mbedtls
bunnei
2019-11-14
Merge pull request #3092 from lioncash/util
bunnei
2019-11-13
xts_archive: Remove redundant std::string constructor
Lioncash
2019-11-12
service: Update function tables
Lioncash
2019-11-12
key_manager: Make use of IOFile in WriteKeyToFile()
Lioncash
2019-11-12
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
externals: Update httplib
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-11-12
perf_stats: Resolve implicit int to double conversion error
Lioncash
2019-11-12
loader; Resolve sign conversion/truncation errors
Lioncash
2019-11-12
gdbstub: Resolve sign conversion errors
Lioncash
2019-11-12
kernel: Resolve sign conversion warnings
Lioncash
2019-11-12
file_sys: Resolve sign conversion warnings
Lioncash
2019-11-12
result: Add default error code for the ResultCode(-1) case
Lioncash
2019-11-12
crypto: Resolve sign-conversion warnings
Lioncash
2019-11-12
result: Resolve sign-coversion warnings
Lioncash
2019-11-12
arm_unicorn: Resolve sign conversion warnings
Lioncash
2019-11-12
CMakeLists: Make most implicit type conversion warnings errors on MSVC
Lioncash
2019-11-11
Implement stub for QueryApplicationPlayStatisticsByUid
Michael Scire
2019-11-06
Merge pull request #3062 from bunnei/event-improve
bunnei
2019-11-06
Merge pull request #2859 from Morph1984/hid
David
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-11-03
kernel: readable_event: Signal only once.
bunnei
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
kernel: readable_event: Initialize members.
bunnei
2019-11-03
core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyri...
FearlessTobi
2019-10-30
Merge pull request #3038 from lioncash/docs
Rodrigo Locatti
2019-10-29
Merge pull request #3007 from DarkLordZach/fsc-regress
bunnei
[next]