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
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
key_manager: Resolve missing field initializer warning
Lioncash
2020-04-16
decode/memory: Resolve unused variable warning
Lioncash
2020-04-16
decode/texture: Resolve unused variable warnings.
Lioncash
2020-04-16
decode/texture: Collapse loop down into std::generate
Lioncash
2020-04-16
decode/texture: Eliminate trivial missing field initializer warnings
Lioncash
2020-04-16
time_zone_manager: Resolve sign conversion warnings
Lioncash
2020-04-16
hle_ipc: Remove std::size_t casts where applicable
Lioncash
2020-04-16
Merge pull request #3673 from lioncash/extra
bunnei
2020-04-16
maxwell_3d: Initialize format attributes constant as one
ReinUsesLisp
2020-04-16
vk_compute_pass: Implement indexed quads
ReinUsesLisp
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
texture_cache/format_lookup_table: Fix incorrect green, blue, and alpha indices
Lioncash
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
track: Eliminate redundant copies
Lioncash
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
[prev]
[next]