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-02
input_common: Use std::move where applicable
Lioncash
2018-08-02
input_common: Add missing override specifiers
Lioncash
2018-08-02
Merge pull request #899 from lioncash/unused
bunnei
2018-08-02
Merge pull request #902 from lioncash/array
bunnei
2018-08-02
Merge pull request #891 from lioncash/ns
bunnei
2018-08-02
Implement RGB32F PixelFormat (#886) (used by Go Vacation)
greggameplayer
2018-08-02
Merge pull request #893 from lioncash/psc
bunnei
2018-08-02
kernel/vm_manager: Convert loop into std::any_of()
Lioncash
2018-08-02
kernel/vm_manager: Use const where applicable
Lioncash
2018-08-02
kernel/vm_manager: Use the VAddr type alias in CarveVMA()
Lioncash
2018-08-02
kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t
Lioncash
2018-08-02
kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const refe...
Lioncash
2018-08-02
kernel/thread: Make GetFreeThreadLocalSlot() internally linked
Lioncash
2018-08-02
vfs_vector: Remove unused variable in FindAndRemoveVectorElement()
Lioncash
2018-08-02
vfs_vector: Avoid unnecessary copies where applicable
Lioncash
2018-08-02
gl_state: Make texture_units a std::array
Lioncash
2018-08-02
gl_shader_manager: Take ShaderSetup instances by const reference in UseProgra...
Lioncash
2018-08-02
math_util: Always initialize members of Rectangle
Lioncash
2018-08-02
hw: Remove unused files
Lioncash
2018-08-02
service: Add migration services
Lioncash
2018-08-02
Merge pull request #896 from lioncash/audio-out
bunnei
2018-08-02
audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype
Lioncash
2018-08-01
sink_details: Deduplicate long std::function repetition
Lioncash
2018-08-01
sink_details: std::move std::function instances
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-08-01
logging/log: Remove incorrect description in PCV doc comment
Lioncash
2018-08-01
service: Add psc services
Lioncash
2018-08-01
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-08-01
Merge pull request #888 from lioncash/caps
bunnei
2018-08-01
Merge pull request #890 from lioncash/logger
bunnei
2018-08-01
Merge pull request #889 from lioncash/fsp
bunnei
2018-08-01
Merge pull request #887 from lioncash/pcv
bunnei
2018-08-01
service/ns: Add missing ns services
Lioncash
2018-08-01
lm: Amend name of ILogger
Lioncash
2018-08-01
service/filesystem: Add fsp:ldr and fsp:pr services
Lioncash
2018-08-01
service: Add capture services
Lioncash
2018-08-01
service: Add bpc and pcv services
Lioncash
2018-08-01
Merge pull request #885 from greggameplayer/R32-Float
bunnei
2018-08-01
Implement R32_FLOAT RenderTargetFormat
Unknown
2018-07-31
Merge pull request #882 from lioncash/unused
bunnei
2018-08-01
Add missing parameter to files.push_back()
Zach Hilman
2018-08-01
Fix merge conflicts with opus and update docs
Zach Hilman
2018-08-01
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
Use static const instead of const static
Zach Hilman
2018-08-01
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
2018-08-01
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
Zach Hilman
2018-08-01
Use SHGetKnownFolderPath instead of SHGetFolderPathA
Zach Hilman
2018-08-01
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
Extract mbedtls to cpp file
Zach Hilman
[prev]
[next]