index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-16
Merge pull request #2237 from bunnei/cache-host-addr
bunnei
2019-03-15
kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread
Lioncash
2019-03-15
kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface
Lioncash
2019-03-15
kernel/thread: Expand documentation of nominal_priority and current_priority
Lioncash
2019-03-15
kernel/thread: Make bracing consistent within UpdatePriority()
Lioncash
2019-03-15
kernel/thread: Amend condition within UpdatePriority()
Lioncash
2019-03-15
kernel/thread: Maintain priority ordering of added mutex waiting threads
Lioncash
2019-03-15
Merge pull request #2048 from FearlessTobi/port-3924
bunnei
2019-03-15
CMakeLists: Remove now-unnecessary GCC special-casing
Lioncash
2019-03-15
frontend: qt: fix a freeze where if you click on entry in the game list too f...
liushuyu
2019-03-14
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-14
Merge pull request #2233 from ReinUsesLisp/morton-cleanup
bunnei
2019-03-14
Merge pull request #2229 from ReinUsesLisp/vk-sampler-cache
bunnei
2019-03-14
core/hle/kernel/mutex: Remove usages of global system accessors
Lioncash
2019-03-14
core/hle/kernel: Make Mutex a per-process class.
Lioncash
2019-03-14
Merge pull request #2230 from lioncash/global
bunnei
2019-03-14
Merge pull request #2216 from ReinUsesLisp/rasterizer-system
bunnei
2019-03-13
Merge pull request #2227 from lioncash/override
bunnei
2019-03-13
video_core/morton: Use enum to describe MortonCopyPixels128 mode
ReinUsesLisp
2019-03-13
video_core/morton: Remove unused parameter in MortonSwizzle
ReinUsesLisp
2019-03-13
video_core/morton: Remove clang-format off when it's not needed
ReinUsesLisp
2019-03-13
video_core/morton: Remove unused functions
ReinUsesLisp
2019-03-13
Merge pull request #2226 from lioncash/private
bunnei
2019-03-13
Merge pull request #2223 from lioncash/error
bunnei
2019-03-13
Merge pull request #2187 from FearlessTobi/port-sdl-things
bunnei
2019-03-13
Merge pull request #2166 from lioncash/vi-init-service
bunnei
2019-03-13
Merge pull request #2231 from ReinUsesLisp/fixup-bias
bunnei
2019-03-13
core/hle/kernel/svc: Implement svcUnmapTransferMemory
Lioncash
2019-03-13
core/hle/kernel/svc: Implement svcMapTransferMemory
Lioncash
2019-03-13
core/hle/kernel: Split transfer memory handling out into its own class
Lioncash
2019-03-13
video_core/texture: Fix up sampler lod bias
ReinUsesLisp
2019-03-12
vk_sampler_cache: Use operator== instead of memcmp
Mat M
2019-03-12
vk_sampler_cache: Implement a sampler cache
ReinUsesLisp
2019-03-12
kernel/process: Remove use of global system accessors
Lioncash
2019-03-12
Merge pull request #2211 from lioncash/arbiter
bunnei
2019-03-12
Merge pull request #2222 from lioncash/cstr
bunnei
2019-03-12
video_core/texture: Add a raw representation of TSCEntry
ReinUsesLisp
2019-03-12
Merge pull request #2215 from ReinUsesLisp/samplers
bunnei
2019-03-11
renderer_opengl/gl_global_cache: Replace indexing for assignment with insert_...
Lioncash
2019-03-11
renderer_opengl/gl_global_cache: Append missing override specifiers
Lioncash
2019-03-11
set_sys: Move constants to anonymous namespace
Zach Hilman
2019-03-11
kernel/server_port: Make data members private
Lioncash
2019-03-11
hwopus: Leverage multistream API for decoding regular Opus packets
Lioncash
2019-03-11
gl_rasterizer: Use system instance passed from argument
ReinUsesLisp
2019-03-10
set_sys: Use official nintendo version string
Zach Hilman
2019-03-10
system_version: Correct sizes on VectorVfsFile construction
Zach Hilman
2019-03-10
set_sys: Use correct error codes in GetFirmwareVersion*
Zach Hilman
2019-03-10
core/hle/result: Remove now-unnecessary manually defined copy assignment oper...
Lioncash
2019-03-10
core/hle/result: Amend error in comment description for ResultCode
Lioncash
[prev]
[next]