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-11-22
correct clang-format
greggameplayer
2018-11-22
Automatically disable joycons docked
greggameplayer
2018-11-21
Merge pull request #1753 from FernandoS27/ufbtype
bunnei
2018-11-21
Merge pull request #1752 from ReinUsesLisp/unimpl-decompiler
bunnei
2018-11-21
Merge pull request #1742 from lioncash/hle-swkbd
bunnei
2018-11-21
Merge pull request #1754 from ReinUsesLisp/zero-register
bunnei
2018-11-21
Merge pull request #1758 from lioncash/rect
bunnei
2018-11-21
Merge pull request #1759 from lioncash/unused
bunnei
2018-11-21
Use default values for unknown framebuffer pixel format
FernandoS27
2018-11-21
common: Remove dependency on xbyak
Lioncash
2018-11-21
common/math_util: Simplify std::make_signed usages to std::make_signed_t
Lioncash
2018-11-21
common/math_util: Make Rectangle's constructors constexpr
Lioncash
2018-11-21
common/math_util: Remove unnecessary static from PI
Lioncash
2018-11-21
common/math_util: Remove unused IntervalsIntersect() function
Lioncash
2018-11-20
Merge pull request #1751 from bunnei/color-mask-fix
bunnei
2018-11-20
gl_shader_decompiler: Remove UNREACHABLE when setting RZ
ReinUsesLisp
2018-11-20
Merge pull request #1750 from lioncash/amend
bunnei
2018-11-20
gl_shader_decompiler: Use UNIMPLEMENTED instead of LOG+UNREACHABLE when appli...
ReinUsesLisp
2018-11-20
maxwell_3d: Initialize rasterizer color mask registers as enabled.
bunnei
2018-11-20
am: Correct build failure
Lioncash
2018-11-20
Merge pull request #1734 from lioncash/shared
bunnei
2018-11-20
Merge pull request #1733 from lioncash/ldr
bunnei
2018-11-20
Merge pull request #1746 from lioncash/random
bunnei
2018-11-20
Merge pull request #1748 from lioncash/assert
bunnei
2018-11-20
Merge pull request #1749 from lioncash/gc-info
bunnei
2018-11-20
file_sys/card_image: Provide named members for the GamecardInfo struct
Lioncash
2018-11-20
common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional ...
Lioncash
2018-11-20
common/assert: Make the UNIMPLEMENTED macro properly assert
Lioncash
2018-11-20
kernel/process: Move <random> include to the cpp file
Lioncash
2018-11-20
am/applets: Make the applet data broker part of the applet itself.
Lioncash
2018-11-20
am/applets: Replace includes with forward declarations where applicable
Lioncash
2018-11-20
am/applets: Relocate comments above the relevant data member in AppletDataBroker
Lioncash
2018-11-20
Merge pull request #1667 from DarkLordZach/swkbd
bunnei
2018-11-19
Merge pull request #1739 from lioncash/lm
bunnei
2018-11-19
Merge pull request #1738 from lioncash/res-limit
bunnei
2018-11-19
kernel/resource_limit: Clean up interface
Lioncash
2018-11-19
lm: Implement SetDestination by doing nothing
Lioncash
2018-11-19
software_keyboard: Fix erroneous extra PushNormalData
Zach Hilman
2018-11-19
software_keyboard: Return correct result code on user cancel operation
Zach Hilman
2018-11-19
applet: Add AppletDataBroker to manage HLE to AM service interaction
Zach Hilman
2018-11-19
Merge pull request #1634 from DarkLordZach/better-hid-2
bunnei
2018-11-19
software_keyboard: Use correct offset for inital text string
Zach Hilman
2018-11-19
kernel/shared_memory: Make Map() and Unmap() take the target process by refer...
Lioncash
2018-11-19
kernel/shared_memory: Add a const qualified member function overload for GetP...
Lioncash
2018-11-19
kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet
Lioncash
2018-11-19
kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32
Lioncash
2018-11-19
kernel/shared_memory: Make data members private
Lioncash
2018-11-19
ldr: Clean up error codes
Lioncash
2018-11-18
configure_input: Use Joycons Docked instead of Connected as label
Zach Hilman
2018-11-18
configure_input_player: Set minimum width on controls
Zach Hilman
[next]