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
2018-08-05
core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds
Lioncash
2018-08-05
memory: Make prototype parameter names match their definitions
Lioncash
2018-08-05
memory: Correct prototype of ZeroBlock
Lioncash
2018-08-05
memory: Remove unnecessary const qualifiers in prototypes
Lioncash
2018-08-05
core_timing: Convert typedef into a type alias
Lioncash
2018-08-05
core_timing: Use transparent functors where applicable
Lioncash
2018-08-05
loader: Make AppLoader_NCA rely on directory loading code
Zach Hilman
2018-08-05
Merge pull request #927 from bunnei/fix-texs
bunnei
2018-08-05
gdbstub: Use type alias for breakpoint maps
Lioncash
2018-08-05
gdbstub: Move all file-static variables into the GDBStub namespace
Lioncash
2018-08-05
Merge pull request #912 from lioncash/global-var
bunnei
2018-08-05
address_arbiter: Return by value from GetThreadsWaitingOnAddress()
Lioncash
2018-08-05
gdbstub: Replace PAddr alias with VAddr
Lioncash
2018-08-05
Merge pull request #928 from MerryMage/dynarmic
Mat M
2018-08-05
externals: Update dynarmic to 4f96c63
MerryMage
2018-08-05
gl_shader_decompiler: Fix TEXS mask and dest.
bunnei
2018-08-05
Merge pull request #926 from ogniK5377/vertex-attrib-format
bunnei
2018-08-04
audio_core: Implement audren_u audio playback.
bunnei
2018-08-05
added braces for conditions
David Marcec
2018-08-05
fix the attrib format for ints
David Marcec
2018-08-04
Merge pull request #924 from lioncash/arp
bunnei
2018-08-04
Merge pull request #921 from lioncash/view
bunnei
2018-08-04
Merge pull request #923 from lioncash/pragma
bunnei
2018-08-04
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-04
audio_core: Port codec code from Citra for ADPCM decoding.
bunnei
2018-08-04
service: Add arp services
Lioncash
2018-08-04
service: Remove redundant #pragma once directives
Lioncash
2018-08-04
aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure we...
Lioncash
2018-08-04
aes_util: Make CalculateNintendoTweak() an internally linked function
Lioncash
2018-08-04
aes_util: Make Transcode() a const member function
Lioncash
2018-08-04
core/crypto: Remove unnecessary includes
Lioncash
2018-08-04
key_manager: Use regular std::string instead of std::string_view
Lioncash
2018-08-04
cubeb_sink: Support variable sample_rate and num_channels.
bunnei
2018-08-04
audio_core: Sinks need unique names as well.
bunnei
2018-08-04
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-08-04
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-04
Merge pull request #919 from lioncash/sign
bunnei
2018-08-04
gl_shader_manager: Invert conditional in SetShaderUniformBlockBinding()
Lioncash
2018-08-04
gl_shader_manager: Amend sign differences in an assertion comparison in SetSh...
Lioncash
2018-08-04
renderer_base: Make Rasterizer() return the rasterizer by reference
Lioncash
2018-08-04
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-04
Merge pull request #911 from lioncash/prototype
bunnei
2018-08-04
Merge pull request #913 from lioncash/unused-func
bunnei
2018-08-04
Merge pull request #914 from lioncash/codeset
bunnei
2018-08-04
Merge pull request #917 from lioncash/crash
bunnei
2018-08-03
kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6...
Lioncash
2018-08-03
Merge pull request #910 from lioncash/unused
bunnei
2018-08-03
kernel/process: Use std::array where applicable
Lioncash
2018-08-03
kernel/process: Use accessors instead of class members for referencing segmen...
Lioncash
2018-08-03
memory: Remove unused GetSpecialHandlers() function
Lioncash
[prev]
[next]