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-01-29
hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64*
Lioncash
2019-01-29
hwopus: Mark local variables as const where applicable
Lioncash
2019-01-29
hwopus: Fill in the rest of the unknown service function names
Lioncash
2019-01-29
Merge pull request #2070 from ReinUsesLisp/cubearray-view
bunnei
2019-01-29
Merge pull request #2069 from lioncash/vi
bunnei
2019-01-29
Merge pull request #1987 from ReinUsesLisp/explicit-shader-ldg
bunnei
2019-01-30
gl_shader_cache: Use explicit bindings
ReinUsesLisp
2019-01-29
Merge pull request #1960 from ReinUsesLisp/shader-ir-ldg
bunnei
2019-01-30
gl_rasterizer: Implement global memory management
ReinUsesLisp
2019-01-30
shader_decode: Implement LDG and basic cbuf tracking
ReinUsesLisp
2019-01-29
video_core/GPU Implemented the GPU PFIFO puller semaphore operations. (#1908)
Kevin
2019-01-29
gl_shader_cache: Fix texture view for cubemaps as cubemap arrays
ReinUsesLisp
2019-01-29
nvflinger: Add the Null display
Lioncash
2019-01-29
nvflinger: Change log message in OpenDisplay to be a debug log instead of a w...
Lioncash
2019-01-29
nvflinger: Remove unnecessary header inclusions
Lioncash
2019-01-29
nvflinger: Mark locals const where applicable
Lioncash
2019-01-29
nvflinger: Use a std::array for the available displays instead of std::vector
Lioncash
2019-01-29
hle/ipc_helpers: Fix clang-format warnings
Lioncash
2019-01-29
hle/ipc_helpers: Allow pushing signed values
Lioncash
2019-01-28
Merge pull request #2063 from lioncash/pessimizing
bunnei
2019-01-28
Merge pull request #2065 from lioncash/pm
bunnei
2019-01-28
service/pm: Implement SetMaintenanceBoot()
Lioncash
2019-01-28
service/pm: Tidy up functionality related to SystemBootMode
Lioncash
2019-01-28
Merge pull request #2064 from lioncash/vi-stub
bunnei
2019-01-28
service/vi: Remove stubbed notifier from SetLayerVisibility
Lioncash
2019-01-28
shader/shader_ir: Amend three comment typos
Lioncash
2019-01-28
shader/shader_ir: Amend constructor initializer ordering for AbufNode
Lioncash
2019-01-28
shader/decode: Avoid a pessimizing std::move within DecodeRange()
Lioncash
2019-01-27
Merge pull request #2060 from lioncash/exception
bunnei
2019-01-27
Merge pull request #2058 from ReinUsesLisp/trunc-warning
bunnei
2019-01-26
Merge pull request #2059 from FearlessTobi/port-4601
bunnei
2019-01-26
kernel/svc: Log out uncaught C++ exceptions from svcBreak
Lioncash
2019-01-26
dsp_interface: fix sound being played while volume is 0
fearlessTobi
2019-01-26
video_core: Silent implicit conversion warning
ReinUsesLisp
2019-01-25
Merge pull request #1927 from ReinUsesLisp/shader-ir
bunnei
2019-01-23
Merge pull request #2054 from bunnei/scope-context-refactor
bunnei
2019-01-23
Merge pull request #2049 from FearlessTobi/port-3928
bunnei
2019-01-23
frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.
bunnei
2019-01-22
citra_qt: Log settings on launch
zhupengfei
2019-01-22
Merge pull request #2047 from FearlessTobi/patch-3
bunnei
2019-01-22
ISSUE_TEMPLATE: changes to make it more expressive and prevent low-quality is...
Tobias
2019-01-22
Merge pull request #2043 from ReinUsesLisp/rt-separate
bunnei
2019-01-22
maxwell_3d: Set rt_separate_frag_data to 1 by default
ReinUsesLisp
2019-01-21
Merge pull request #2035 from lioncash/fwd-decl
bunnei
2019-01-21
Merge pull request #2038 from jroweboy/loading-progress-bar
bunnei
2019-01-21
Change const char* to const char[]
James Rowe
2019-01-21
Fix mingw compile error and warnings
James Rowe
2019-01-21
Add fade out effect to the loading screen
James Rowe
2019-01-21
Set Minimum Size to the same as renderwindow
James Rowe
2019-01-21
Remove blue box around loading screen
James Rowe
[next]