index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
Age
Commit message (
Expand
)
Author
2020-07-18
Merge pull request #4348 from lioncash/nano
bunnei
2020-07-17
Merge pull request #4357 from lioncash/unused4
David
2020-07-17
Merge pull request #4358 from lioncash/unused5
David
2020-07-16
Merge pull request #4327 from lioncash/desig2
Rodrigo Locatti
2020-07-16
kernel/thread: Remove unimplemented function prototype
Lioncash
2020-07-16
kernel: Remove unused variables
Lioncash
2020-07-16
kernel: Add missing include
Lioncash
2020-07-16
cpu_manager: Mark function getters as static
Lioncash
2020-07-16
Merge pull request #4346 from lioncash/thread
David
2020-07-15
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-15
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-15
kernel/process: Move name and system context to the bottom of the member list
Lioncash
2020-07-15
kernel/handle_table: Remove usages of the global system instance
Lioncash
2020-07-15
kernel/thread: Remove global GetCurrentThread()
Lioncash
2020-07-13
memory_layout: Remove unused data member
Lioncash
2020-07-13
address_space_info: Use type alias to simplify code
Lioncash
2020-07-13
address_space_info: Make use of designated initializers
Lioncash
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-06-28
core_timing,scheduler: Use std::scoped_lock when possible
ReinUsesLisp
2020-06-27
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
SVC: Implement 32-bits wrappers and update Dynarmic.
Fernando Sahmkow
2020-06-27
SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttrib...
Fernando Sahmkow
2020-06-27
SVC: Add GetThreadPriority32 & SetThreadPriority32
Fernando Sahmkow
2020-06-27
Common/Kernel: Corrections and small bug fixing.
Fernando Sahmkow
2020-06-27
Kernel: Correct Host Context on Threads and Scheduler.
Fernando Sahmkow
2020-06-27
Clang Format.
Fernando Sahmkow
2020-06-27
General: Cleanup legacy code.
Fernando Sahmkow
2020-06-27
Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBr...
Fernando Sahmkow
2020-06-27
HLE_IPC: Correct HLE Event behavior on timeout.
Fernando Sahmkow
2020-06-27
SingleCore: Improve Cycle timing Behavior and replace mutex in global schedul...
Fernando Sahmkow
2020-06-27
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
2020-06-27
Scheduler: Correct Reload/Unload
Fernando Sahmkow
2020-06-27
Thread: Release the ARM Interface on exitting.
Fernando Sahmkow
2020-06-27
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
Core: Refactor ARM Interface.
Fernando Sahmkow
2020-06-27
SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface.
Fernando Sahmkow
2020-06-27
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
Fernando Sahmkow
2020-06-27
ARM: Addapt to new Exclusive Monitor Interface.
Fernando Sahmkow
2020-06-27
Scheduler: Correct yielding interaction with SetThreadActivity.
Fernando Sahmkow
2020-06-27
General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...
Fernando Sahmkow
2020-06-27
General: Fix Stop function
Fernando Sahmkow
2020-06-27
Kernel: Rewind on SVC change.
Fernando Sahmkow
2020-06-27
Kernel: Preempt Single core on redudant yields.
Fernando Sahmkow
2020-06-27
CPU_Manager: Unload/Reload threads on preemption on SingleCore
Fernando Sahmkow
2020-06-27
Synchronization: Correct wide Assertion.
Fernando Sahmkow
2020-06-27
General: Initial Setup for Single Core.
Fernando Sahmkow
2020-06-27
Scheduler: Set last running time on thread.
Fernando Sahmkow
2020-06-27
Kernel: Corrections to TimeManager, Scheduler and Mutex.
Fernando Sahmkow
2020-06-27
Kernel: Fixes, corrections and asserts to scheduler and different svcs.
Fernando Sahmkow
2020-06-27
Scheduler: Correct yields.
Fernando Sahmkow
[next]