summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-15settings: Resolve a sign conversion warning within GetTimeZoneString()Lioncash
2020-07-15kernel/process: Move name and system context to the bottom of the member listLioncash
2020-07-15kernel/handle_table: Remove usages of the global system instanceLioncash
2020-07-15settings: Make use of std::string_view over std::string for loggingLioncash
2020-07-15kernel/thread: Remove global GetCurrentThread()Lioncash
2020-07-15clang formatMorph
2020-07-15Use proper install result when overwriting filesMorph
2020-07-15Remove global system instance and address feedbackMorph
2020-07-15registered_cache: Remove previous update/dlc if it exists on installMorph
2020-07-15clang-formatVolcaEM
2020-07-15dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)VolcaEM
2020-07-14Merge pull request #4342 from lioncash/endianRodrigo Locatti
2020-07-14common/swap: Make use of std::endianLioncash
2020-07-14shader_cache: Make use of std::erase_ifLioncash
2020-07-14Merge pull request #4242 from ReinUsesLisp/maxwell-dmabunnei
2020-07-14clang-formatlat9nq
2020-07-14settings: Move settings sanitization to its own functionlat9nq
2020-07-14Rebase to masterAmeer
2020-07-14Merge pull request #4294 from MerryMage/cpu-opt-settingsbunnei
2020-07-14Merge pull request #4282 from Morph1984/fs-sizebunnei
2020-07-14Merge pull request #4338 from ameerj/disconnected-adapterbunnei
2020-07-14Fix crash if gc configured but adapter not connectedAmeer
2020-07-14Merge pull request #4314 from lioncash/input-warnbunnei
2020-07-14Merge pull request #4315 from lioncash/udp-warnbunnei
2020-07-14Merge pull request #4335 from lat9nq/fix-set-per-game-multicoreLC
2020-07-14main: Set async gpu properly after loading per-game settinglat9nq
2020-07-14configure_general: Explicitly guard use_multi_core when applying settingslat9nq
2020-07-13vk_device: Make use of designated initializers where applicableLioncash
2020-07-13Merge pull request #4280 from jbeich/system-libusbLC
2020-07-14input_common: drop unused libusb.h includeAmeer
2020-07-13vk_graphics_pipeline: Make use of designated initializers where applicableLioncash
2020-07-13input_common: make libusb private to gc_adapterJan Beich
2020-07-13memory_layout: Remove unused data memberLioncash
2020-07-13address_space_info: Use type alias to simplify codeLioncash
2020-07-13address_space_info: Make use of designated initializersLioncash
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp
2020-07-13video_core: Fix DXT4 and RGB565ReinUsesLisp
2020-07-13video_core/format_lookup_table: Add formats with existing PixelFormatReinUsesLisp
2020-07-13video_core: Fix B5G6R5_UNORM render target formatReinUsesLisp
2020-07-13video_core: Fix B5G6R5UReinUsesLisp
2020-07-13video_core: Implement RGBA32_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RGBA32_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RGBA16_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RGBA8_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RG32_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RG8_SINT render target and fix RG8_UINTReinUsesLisp
2020-07-13video_core: Implement R8_SINT render targetReinUsesLisp
2020-07-13video_core: Implement R8_SNORM render targetReinUsesLisp
2020-07-13video_core/surface: Remove explicit values on PixelFormat's definitionReinUsesLisp
2020-07-13video_core/surface: Reorder render target to pixel format switchReinUsesLisp