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-10-17
hid/controller/npad: Remove unused dump_idx member variable
Lioncash
2018-10-17
hid/controller/npad: Remove unnecessary semicolon from the closing brace of L...
Lioncash
2018-10-17
hid/controller/npad: Remove #pragma once from the cpp file
Lioncash
2018-10-17
hid/controller/npad: Move npad_id_list into the cpp file
Lioncash
2018-10-17
hid/controller/npad: Remove unnecessary const from void return type
Lioncash
2018-10-17
hid/controller: Default the destructors of all controller types in the cpp file
Lioncash
2018-10-17
controller_base: Default the base class constructor and destructor in the cpp...
Lioncash
2018-10-17
Merge pull request #1444 from ogniK5377/better-hid
bunnei
2018-10-17
Merge pull request #1489 from FernandoS27/fix-tlds
bunnei
2018-10-17
Merge pull request #1497 from bunnei/flush-framebuffers
bunnei
2018-10-17
Merge pull request #1498 from lioncash/aslr
bunnei
2018-10-17
Merge pull request #1496 from FernandoS27/tex-array
bunnei
2018-10-17
Merge pull request #1509 from DarkLordZach/device-save-data
bunnei
2018-10-17
gl_rasterizer_cache: Remove unnecessary block_depth=1 on Flush.
bunnei
2018-10-17
gl_rasterizer_cache: Remove unnecessary temporary buffer with unswizzle.
bunnei
2018-10-18
Using dual joycons as the default controller
David Marcec
2018-10-16
gl_rasterizer_cache: Use AccurateCopySurface for use_accurate_gpu_emulation.
bunnei
2018-10-16
config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.
bunnei
2018-10-16
rasterizer_cache: Refactor to support in-order flushing.
bunnei
2018-10-16
gl_rasterizer_cache: Refactor to only call GetRegionEnd on surface creation.
bunnei
2018-10-16
gl_rasterizer_cache: Only flush when use_accurate_framebuffers is enabled.
bunnei
2018-10-16
gl_rasterizer_cache: Separate guest and host surface size managment.
bunnei
2018-10-16
gl_rasterizer_cache: Rename GetGLBytesPerPixel to GetBytesPerPixel.
bunnei
2018-10-16
gl_rasterizer_cache: Remove unused FlushSurface method.
bunnei
2018-10-16
gl_rasterizer: Implement flushing.
bunnei
2018-10-16
gl_rasterizer_cache: Remove usage of Memory::Read/Write functions.
bunnei
2018-10-16
gl_rasterizer_cache: Clamp cached surface size to mapped GPU region size.
bunnei
2018-10-16
memory_manager: Add a method for querying the end of a mapped GPU region.
bunnei
2018-10-16
rasterizer_cache: Reintroduce method for flushing.
bunnei
2018-10-16
gl_rasterizer_cache: Reintroduce code for handling swizzle and flush to guest...
bunnei
2018-10-16
Merge pull request #1443 from DarkLordZach/lower-loader-logs-1
bunnei
2018-10-16
Implement VI ConvertScalingMode (#1475)
David
2018-10-16
Merge pull request #1502 from lioncash/unique
bunnei
2018-10-16
Merge pull request #1508 from lioncash/unique-reg
bunnei
2018-10-16
Merge pull request #1507 from FearlessTobi/port-4327
bunnei
2018-10-16
savedata_factory: Add TemporaryStorage SaveDataSpaceId
Zach Hilman
2018-10-16
savedata_factory: Add support for DeviceSaveData
Zach Hilman
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-10-16
travis: Ignore binary files when checking for trailing whitespace
Cameron Cawley
2018-10-15
Merge pull request #1473 from lioncash/cmake
bunnei
2018-10-15
Merge pull request #1487 from lioncash/maybe-unused
bunnei
2018-10-15
Merge pull request #1504 from lioncash/constant
bunnei
2018-10-15
file_sys/control_metadata: Get rid of magic constants
Lioncash
2018-10-15
Merge pull request #1494 from DarkLordZach/aoc-signature-fixes
bunnei
2018-10-15
Merge pull request #1499 from lioncash/nro
bunnei
2018-10-15
Merge pull request #1500 from DarkLordZach/key-derivation-6.0.0
bunnei
2018-10-15
nso: Return an optional address from LoadModule
Lioncash
2018-10-15
Merge pull request #1503 from ReinUsesLisp/misc-vc
bunnei
2018-10-15
shader_bytecode: Add Control Code enum 0xf
ReinUsesLisp
2018-10-15
gl_shader_decompiler: Fixup style inconsistencies
ReinUsesLisp
[next]