13142 Commits (c4fe83a7bc302acbefe0eedee48eabc671d33964)

Author SHA1 Message Date
bunnei f1b607829e dynarmic: Enable strict alignment checks. 6 years ago
bunnei 4df6ef04ac common: scope_exit: Implement mechanism for canceling a scope exit. 6 years ago
bunnei 4caff51710 core: memory: Move to Core::Memory namespace. 6 years ago
bunnei b838e58d63 common: alignment: Add a helper function for generic alignment checking. 6 years ago
bunnei ad48ebb2c8 core: kernel: Add svc_types header to include SVC-specific types. 6 years ago
bunnei 82d457af37 core: kernel: Move SVC to its own namesapce. 6 years ago
bunnei b0e3cbef7a kernel: resource_limit: Improvements to implementation. 6 years ago
bunnei 7aa0e4a7ca loader: nso: Fix loading of static objects to be properly sized and aligned. 6 years ago
bunnei b11b424a2d common: common_funcs: Add a macro for defining enum flag operators. 6 years ago
bunnei f2676efe23 process: SetupMainThread: Zero out argument on process start. 6 years ago
bunnei 0f4f90cd04 arm_interface: Ensure ThreadContext is zero'd out. 6 years ago
Lioncash dcbb39cdae CMakeLists: Make missing declarations a compile-time error 6 years ago
Lioncash e2d8be1ca2 General: Resolve warnings related to missing declarations 6 years ago
MerryMage 1cc9507bc5 gdbstub: Fix some gdbstub jankiness 6 years ago
Lioncash 8f9c599c9f key_manager: Resolve missing field initializer warning 6 years ago
Lioncash 678ac54749 decode/memory: Resolve unused variable warning 6 years ago
Lioncash d159643fd7 decode/texture: Resolve unused variable warnings. 6 years ago
Lioncash f522abd8ab decode/texture: Collapse loop down into std::generate 6 years ago
Lioncash 7e2d60de26 decode/texture: Eliminate trivial missing field initializer warnings 6 years ago
Lioncash 337f2dc11f time_zone_manager: Resolve sign conversion warnings 6 years ago
Lioncash fc5df84581 CMakeLists: Enable -Wmissing-declarations on Linux builds 6 years ago
Lioncash 77356731a9 hle_ipc: Remove std::size_t casts where applicable 6 years ago
ReinUsesLisp 238c6016f9 maxwell_3d: Initialize format attributes constant as one 6 years ago
ReinUsesLisp c961770900 vk_compute_pass: Implement indexed quads 6 years ago
Markus Wick fedf750e1b externals: Move LibreSSL linking to httplib. 6 years ago
Markus Wick 94c2c828a5 input_common: Use the CMake target instead of the variable. 6 years ago
ReinUsesLisp 090fd3fefa buffer_cache: Return handles instead of pointer to handles 6 years ago
Lioncash cd2a12e78f decode/shift: Remove unused variable within Shift() 6 years ago
Lioncash 5fbe8785d2 surface_view: Add missing operator!= to ViewParams 6 years ago
Lioncash d551c910bb surface_base: Make IsInside() a const member function 6 years ago
Lioncash 636c8ab85b texture_cache/format_lookup_table: Fix incorrect green, blue, and alpha indices 6 years ago
Lioncash 72a224d3fc control_flow: Make use of std::move in TryInspectAddress() 6 years ago
Lioncash 11837e8f13 video_core: Amend doxygen comment references 6 years ago
Lioncash 3a60f19eaf gl_query_cache: Resolve use-after-move in CachedQuery move assignment operator 6 years ago
Lioncash 71fb156611 gl_device: Mark stage_swizzle as constexpr 6 years ago
Lioncash e15ec2705c track: Eliminate redundant copies 6 years ago
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds 6 years ago
Lioncash e77337588e file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero 6 years ago
Lioncash 213fff67bc CMakeLists: Make -Wreorder a compile-time error 6 years ago
Lioncash 521c4c33b5 kernel/thread: Resolve -Wswitch warnings 6 years ago
Fernando Sahmkow 6789d88a9c Texture Cache: Read current data when flushing a 3D segment. 6 years ago
ReinUsesLisp 3036067047 maxwell_to_vk: Add uint16 vertex formats 6 years ago
ReinUsesLisp b4e43c64c8 maxwell_to_vk: Add missing breaks 6 years ago
ReinUsesLisp 0ca456830f vk_blit_screen: Initialize all members in VkPipelineViewportStateCreateInfo 6 years ago
Fernando Sahmkow daddbeffd1
Texture Cache: Only do buffer copies on accurate GPU. (#3634) 6 years ago
bunnei eb676c343a service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. 6 years ago
ReinUsesLisp fd6371eba7 Revert "gl_shader_decompiler: Implement merges with bitfieldInsert" 6 years ago
ReinUsesLisp fefe7f18f9 shader/arithmetic: Add FCMP_CR variant 6 years ago
ReinUsesLisp 6dfcabc800 gl_rasterizer: Implement constant vertex attributes 6 years ago
bunnei fc35803f91 file_sys: patch_manager: Return early when there are no layers to apply. 6 years ago