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
2020-04-17
physical_memory: Add missing include for <vector>.
bunnei
2020-04-17
kernel: memory: Add MemoryBlock class, for managing memory blocks and their s...
bunnei
2020-04-17
kernel: memory: Add memory_types.h, for things that are commonly used in memo...
bunnei
2020-04-17
kernel: memory: Add SlabHeap class, for managing memory heaps.
bunnei
2020-04-17
kernel: memory: Add AddressSpaceInfo class, for managing the memory address s...
bunnei
2020-04-17
core: device_manager: Add a simple class to manage device RAM.
bunnei
2020-04-17
dynarmic: Enable strict alignment checks.
bunnei
2020-04-17
common: scope_exit: Implement mechanism for canceling a scope exit.
bunnei
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
common: alignment: Add a helper function for generic alignment checking.
bunnei
2020-04-17
core: kernel: Add svc_types header to include SVC-specific types.
bunnei
2020-04-17
core: kernel: Move SVC to its own namesapce.
bunnei
2020-04-17
externals: Update to latest dynarmic.
bunnei
2020-04-17
kernel: resource_limit: Improvements to implementation.
bunnei
2020-04-17
loader: nso: Fix loading of static objects to be properly sized and aligned.
bunnei
2020-04-17
common: common_funcs: Add a macro for defining enum flag operators.
bunnei
2020-04-17
process: SetupMainThread: Zero out argument on process start.
bunnei
2020-04-17
arm_interface: Ensure ThreadContext is zero'd out.
bunnei
2020-04-16
Merge pull request #3671 from lioncash/switch
bunnei
2020-04-16
Merge pull request #3673 from lioncash/extra
bunnei
2020-04-16
Merge pull request #3600 from ReinUsesLisp/no-pointer-buf-cache
Fernando Sahmkow
2020-04-16
Merge pull request #3675 from degasus/linux_shared_libraries
bunnei
2020-04-16
externals: Use shared libraries if possible
Markus Wick
2020-04-16
externals: Move LibreSSL linking to httplib.
Markus Wick
2020-04-16
input_common: Use the CMake target instead of the variable.
Markus Wick
2020-04-16
Merge pull request #3659 from bunnei/time-calc-standard-user
Rodrigo Locatti
2020-04-16
buffer_cache: Return handles instead of pointer to handles
ReinUsesLisp
2020-04-16
Merge pull request #3689 from lioncash/unused-var
Rodrigo Locatti
2020-04-16
Merge pull request #3688 from lioncash/nequal
Rodrigo Locatti
2020-04-16
Merge pull request #3680 from lioncash/static
Rodrigo Locatti
2020-04-16
Merge pull request #3687 from lioncash/constness
Rodrigo Locatti
2020-04-16
Merge pull request #3685 from lioncash/copies
Rodrigo Locatti
2020-04-16
decode/shift: Remove unused variable within Shift()
Lioncash
2020-04-16
surface_view: Add missing operator!= to ViewParams
Lioncash
2020-04-15
surface_base: Make IsInside() a const member function
Lioncash
2020-04-15
Merge pull request #3683 from lioncash/docs
bunnei
2020-04-15
control_flow: Make use of std::move in TryInspectAddress()
Lioncash
2020-04-15
video_core: Amend doxygen comment references
Lioncash
2020-04-15
gl_query_cache: Resolve use-after-move in CachedQuery move assignment operator
Lioncash
2020-04-15
gl_device: Mark stage_swizzle as constexpr
Lioncash
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-15
Merge pull request #3649 from FernandoS27/3d-fix
Rodrigo Locatti
2020-04-15
Merge pull request #3612 from ReinUsesLisp/red
Fernando Sahmkow
2020-04-15
file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero
Lioncash
2020-04-15
Merge pull request #3670 from lioncash/reorder
Mat M
2020-04-15
CMakeLists: Make -Wreorder a compile-time error
Lioncash
2020-04-15
kernel/thread: Resolve -Wswitch warnings
Lioncash
2020-04-15
Merge pull request #3662 from ReinUsesLisp/constant-attrs
Mat M
2020-04-15
Texture Cache: Read current data when flushing a 3D segment.
Fernando Sahmkow
2020-04-15
Merge pull request #3668 from ReinUsesLisp/vtx-format-16ui
Mat M
[prev]
[next]