index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
debugger
Age
Commit message (
Expand
)
Author
2019-03-19
Add CondVar Thread State.
Fernando Sahmkow
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-05
yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor
Lioncash
2019-02-26
common/vector_math: Move Vec[x] types into the Common namespace
Lioncash
2019-01-31
kernel: Remove the Timer class
Lioncash
2019-01-04
Removed pulse event type
David Marcec
2018-12-27
kernel: Rename 'default' CPU core to 'ideal' core
Lioncash
2018-12-26
Merge pull request #1849 from encounter/svcSetThreadActivity
bunnei
2018-12-19
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-12-05
yuzu/wait_tree: Pass QString by value and std::move in the initializer list f...
Lioncash
2018-12-04
debugger: Set paused thread color
Luke Street
2018-12-04
kernel/object: Amend handle types to distinguish between readable and writabl...
Lioncash
2018-12-04
svc: Implement SetThreadActivity (thread suspension)
Luke Street
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-01
Fix ASTC Decompressor to support depth parameter
FernandoS27
2018-11-01
Fix ASTC formats
FernandoS27
2018-10-30
general: Remove unused boost inclusions where applicable
Lioncash
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-24
graphic_breakpoints: Correct translation of strings in BreakpointModel's data...
Lioncash
2018-10-20
kernel/process: Make the handle table per-process
Lioncash
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-13
Propagate depth and depth_block on modules using decoders
FernandoS27
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-09-20
arm_interface: Replace kernel vm_manager include with a forward declaration
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-13
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-28
gpu: Make memory_manager private
Lioncash
2018-08-24
debug_utils: Remove unused includes
Lioncash
2018-08-09
textures: Refactor out for Texture/Depth FormatFromPixelFormat.
bunnei
2018-08-06
Merge pull request #942 from lioncash/default
bunnei
2018-08-06
qt: Add missing override specifiers where applicable
Lioncash
2018-08-06
qt: Default destructors where applicable
Lioncash
2018-08-06
kernel/event: Make data members private
Lioncash
2018-08-03
Merge pull request #894 from lioncash/object
bunnei
2018-08-02
yuzu: Use Qt 5 signal/slots where applicable
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-26
kernel/timer: Make data members private where applicable
Lioncash
2018-07-25
wait_tree: Add missing switch case for WaitTreeThread::GetText()
Lioncash
2018-07-24
wait_tree: Silence warning about all code paths not returning a value
Lioncash
2018-07-20
gpu: Rename Get3DEngine() to Maxwell3D()
Lioncash
2018-07-19
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-12
yuzu - Fix duplicate logs
James Rowe
2018-07-02
Add configurable logging backends
James Rowe
2018-06-21
Kernel/Arbiters: Mostly implement SignalToAddress
Michael Scire
2018-06-21
Kernel/Arbiters: Implement WaitForAddress
Michael Scire
2018-06-12
Qt: Removed the Registers widget.
Subv
2018-05-19
Qt/WaitTree: Display the callstack for each thread in the wait tree widget.
Subv
[prev]
[next]