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-18
Merge pull request #2254 from lioncash/redundant
bunnei
2019-03-17
Merge pull request #2238 from lioncash/thread
bunnei
2019-03-17
Merge pull request #2257 from MerryMage/boost-1.66
Mat M
2019-03-17
CMakeLists: Raise minimum Boost requirement to 1.66.0
MerryMage
2019-03-17
Merge pull request #2252 from bunnei/move-page-table
bunnei
2019-03-17
input_common/sdl_impl: Make lambda capture more specific in SDLState constructor
Lioncash
2019-03-17
input_common/sdl_impl: Remove unnecessary std::chrono::duration construction
Lioncash
2019-03-17
input_common/sdl_impl: Remove unused variable in SDLState constructor
Lioncash
2019-03-17
Merge pull request #2251 from bunnei/skip-zero-flush
bunnei
2019-03-16
Merge pull request #2249 from lioncash/ipc
bunnei
2019-03-16
Merge pull request #2246 from lioncash/opus-fork
bunnei
2019-03-16
Merge pull request #2245 from lioncash/unused-def
bunnei
2019-03-16
core: Move PageTable struct into Common.
bunnei
2019-03-16
gl_rasterizer: Skip zero addr/sized regions on flush/invalidate.
bunnei
2019-03-16
Merge pull request #2244 from bunnei/gpu-mem-refactor
bunnei
2019-03-16
Merge pull request #2243 from bunnei/mem-simplify-cache
bunnei
2019-03-16
Merge pull request #2129 from FernandoS27/cntpct
bunnei
2019-03-16
ipc_helpers: Allow pushing and popping floating-point values
Lioncash
2019-03-16
externals: Update opus to latest master
Lioncash
2019-03-16
kernel/thread: Actually remove the definition of ExitCurrentThread()
Lioncash
2019-03-16
Merge pull request #2241 from lioncash/compile-flags
bunnei
2019-03-16
Merge pull request #2242 from lioncash/thread-fn
bunnei
2019-03-16
memory: Simplify rasterizer cache operations.
bunnei
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-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
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
video_core/texture: Fix up sampler lod bias
ReinUsesLisp
2019-03-12
vk_sampler_cache: Use operator== instead of memcmp
Mat M
[next]