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-23
memory_manager: Do not allow 0 to be a valid GPUVAddr.
bunnei
2018-11-23
Merge pull request #1770 from DarkLordZach/applet-stub
bunnei
2018-11-23
Merge pull request #1777 from lioncash/core-mgr
bunnei
2018-11-23
Merge pull request #1773 from lioncash/thread
bunnei
2018-11-23
Added predicate comparison LessEqualWithNan (#1736)
Hexagon12
2018-11-23
Merge pull request #1756 from ReinUsesLisp/fix-textures
bunnei
2018-11-23
Merge pull request #1766 from FernandoS27/fix-txq
bunnei
2018-11-23
Merge pull request #1762 from bunnei/getgputime
bunnei
2018-11-22
am: Return StubApplet instead of nullptr when AppletId not found
Zach Hilman
2018-11-22
Merge pull request #1779 from DarkLordZach/debug-pad-unmapped
Mat M
2018-11-22
debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot)
Zach Hilman
2018-11-22
Merge pull request #1775 from bunnei/blend-eq
bunnei
2018-11-22
Merge pull request #1765 from bunnei/multi-audout
bunnei
2018-11-22
Merge pull request #1764 from bunnei/macrointerpreter
bunnei
2018-11-22
core: Relocate CPU core management to its own class
Lioncash
2018-11-22
macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.
bunnei
2018-11-22
audout_u: Add support for multiple IAudioOut streams.
bunnei
2018-11-22
maxwell_3d: Implement alternate blend equations.
bunnei
2018-11-22
common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter
Lioncash
2018-11-21
Merge pull request #1737 from FernandoS27/layer-copy
bunnei
2018-11-21
Merge pull request #1771 from lioncash/bit-set
bunnei
2018-11-21
Merge pull request #1767 from lioncash/handle
bunnei
2018-11-21
common/thread: Make Barrier's 'count' member non-const
Lioncash
2018-11-21
common/thread: Initialize class member variables where applicable
Lioncash
2018-11-21
common/thread: Group non-member functions together
Lioncash
2018-11-21
common/thread: Remove SleepCurrentThread()
Lioncash
2018-11-21
common/thread: Remove unused CurrentThreadId()
Lioncash
2018-11-21
common: Remove bit_set.h
Lioncash
2018-11-21
applets: Add StubApplet
Zach Hilman
2018-11-21
gl_shader_decompiler: Fix register overwriting on texture calls
ReinUsesLisp
2018-11-21
kernel/handle_table: Move private static functions into the cpp file
Lioncash
2018-11-21
kernel/handle_table: Restrict handle table size to 1024 entries
Lioncash
2018-11-21
kernel/handle_table: Default destructor in the cpp file
Lioncash
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
Properly Implemented TXQ Instruction
FernandoS27
2018-11-21
Merge pull request #1742 from lioncash/hle-swkbd
bunnei
2018-11-21
nvhost_ctrl_gpu: Implement IoctlGetGpuTime.
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
[next]