Commit Graph

  • 37faf24c3f Merge pull request #4605 from lioncash/copy3 bunnei 2020-08-29 23:22:39 -04:00
  • e6f9fe1f60 sdl_joystick: disable the use of the hidapi drivers due to many problems caused by them. The main problem is the loss of compatibility with some controllers, but there are also unwanted changes to the behaviour of PS4 controllers (hardcoded lightbar color). Vitor Kiguchi 2020-03-04 21:08:26 -03:00
  • d1e1ea0fef Address second batch of reviews FearlessTobi 2020-08-30 00:07:38 +02:00
  • 92c162126b configure_input_player: Resolve sign conversion warnings in UpdateMappingWithDefaults() Lioncash 2020-08-29 16:43:06 -04:00
  • 0aa6ec4276 Reolve reorder warning FearlessTobi 2020-08-29 21:34:01 +02:00
  • d176feffad Address review comments and fix code compilation FearlessTobi 2020-08-29 20:56:51 +02:00
  • 1aba91e993 bootmanager: Prevent unnecessary copies in TouchUpdateEvent() Lioncash 2020-08-29 13:51:47 -04:00
  • fae65d8a72 game_list_p: Avoid string churn in GameListItemPath data() Lioncash 2020-08-29 14:30:49 -04:00
  • cde658cb27 game_list_p: Mark some constants as constexpr Lioncash 2020-08-29 14:23:35 -04:00
  • e6bd1fd1b8 yuzu: Add motion and touch configuration FearlessTobi 2020-07-14 19:01:36 +02:00
  • ce43139eb7 Merge pull request #4604 from lioncash/lifetime LC 2020-08-29 01:33:29 -04:00
  • 01de4fa26a Merge pull request #4603 from Morph1984/fix-modifier LC 2020-08-29 01:00:21 -04:00
  • bcd3c79eca yuzu/main: Amend lifetime issues with InputSubsystem Lioncash 2020-08-29 00:44:27 -04:00
  • 403e36fab2 yuzu/configuration: Fix index out of bounds for default_analogs Morph 2020-08-28 23:51:19 -04:00
  • 69fa6b4906 sdl_impl: Reduce allocations in GetButtonMappingForDevice() Lioncash 2020-08-28 21:21:14 -04:00
  • f2a680ca89 sdl_impl: Make use of std::move on std::string where applicable Lioncash 2020-08-28 21:14:51 -04:00
  • e92164e6a0 sdl_impl: Make use of insert_or_assign() where applicable Lioncash 2020-08-28 21:13:23 -04:00
  • f3ac088345 sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() default arguments Lioncash 2020-08-28 21:08:06 -04:00
  • 2e2dde2f95 sdl_impl: Simplify make_tuple call Lioncash 2020-08-28 21:04:14 -04:00
  • 2680526e6b sdl_impl: Mark FromEvent() as a const member function Lioncash 2020-08-28 20:58:29 -04:00
  • 57d9ef5a89 Merge pull request #4600 from lioncash/prototype LC 2020-08-28 20:10:33 -04:00
  • 98f5d8a713 input_common/main: Remove unnecessary headers Lioncash 2020-08-28 19:15:06 -04:00
  • 1c9a1de30d Merge pull request #4599 from ReinUsesLisp/amd-extended-state Rodrigo Locatti 2020-08-28 23:19:24 +00:00
  • 4b9b203c09 input_common/main: Remove unimplemented prototype Lioncash 2020-08-28 19:11:14 -04:00
  • fe90c4fd7b vk_device: Blacklist AMD proprietary from VK_EXT_extended_dynamic_state ReinUsesLisp 2020-08-28 19:09:43 -03:00
  • 7b65ff083d Add LGTM static analyzer config file FearlessTobi 2020-08-28 17:01:12 +02:00
  • 45b73ba840 Merge pull request #4544 from lioncash/input-sub bunnei 2020-08-28 09:57:50 -04:00
  • 40320a1d84 Merge pull request #4586 from yuzu-emu/tsan-cpu-interrupt bunnei 2020-08-28 09:21:47 -04:00
  • 1be18dc110 Fix orientation errors and improve drift correction german 2020-08-26 16:49:24 -05:00
  • e6fc3b5662 Address comments german 2020-08-23 20:41:59 -05:00
  • 2d207ec609 Implement a basic class for motion devices german 2020-08-23 19:26:47 -05:00
  • 9e1b0af259 input_common: Eliminate most global state Lioncash 2020-08-27 15:16:47 -04:00
  • 3db9a25977 Merge pull request #4530 from Morph1984/mjolnir-p1 bunnei 2020-08-27 14:58:44 -04:00
  • 3f7b0e0772 Merge pull request #4577 from lioncash/asserts bunnei 2020-08-27 11:09:02 -04:00
  • 9864da7d43 Merge pull request #4524 from lioncash/memory-log bunnei 2020-08-27 00:16:10 -04:00
  • 1bb8c27a70 Merge pull request #4569 from ReinUsesLisp/glsl-cmake bunnei 2020-08-26 22:57:39 -04:00
  • 8ffc491546 input_common/main: Add "/Mouse" to the display name Morph 2020-08-26 22:41:51 -04:00
  • 1e2a92918b Merge pull request #4555 from ReinUsesLisp/fix-primitive-topology bunnei 2020-08-26 22:19:52 -04:00
  • ff34b47dfb Merge pull request #4593 from lioncash/const2 Rodrigo Locatti 2020-08-27 01:15:48 +00:00
  • 7b50c48df7 memory_manager: Make use of [[nodiscard]] in the interface Lioncash 2020-08-26 20:14:13 -04:00
  • d12d59f62a memory_manager: Make operator+ const qualified Lioncash 2020-08-26 20:11:56 -04:00
  • 045255a0a0 externals: Track upstream libusb Lioncash 2020-08-25 22:21:32 -04:00
  • f5f30781ae configure_input_player: Fix modifier scale button mapping Morph 2020-08-23 10:56:19 -04:00
  • 1bd70d73c0 configuration/input: Add support for mouse button clicks Morph 2020-08-23 08:04:26 -04:00
  • eb149ec696 controllers/npad: Fix inconsistencies with controller connection statuses Morph 2020-08-21 07:51:13 -04:00
  • 334ef2efdd controllers/npad: Fix LibNX controller connection statuses Morph 2020-08-21 07:49:22 -04:00
  • e7c174b426 controllers/npad: Fix LedPattern for P1-4 Morph 2020-08-20 03:42:46 -04:00
  • de79897f04 input_common: Fix directional deadzone values Morph 2020-08-19 04:17:38 -04:00
  • efa0b7a056 Address feedback Morph 2020-08-15 15:26:29 -04:00
  • fc505110f1 qt_themes: Fix Midnight Blue theme Morph 2020-08-15 15:16:55 -04:00
  • f0fac0c7fb Project Mjölnir: Part 1 Morph 2020-07-22 10:39:53 -04:00
  • f60d5aac3e gc_poller: Resolve compilation warnings on MSVC Lioncash 2020-08-25 23:03:10 -04:00
  • ccdd84a778 hle/scheduler: Fix data race in is_context_switch_pending ReinUsesLisp 2020-08-26 01:55:44 +00:00
  • 36eade7f4c hle/kernel: Fix data race in GetCurrentHostThreadID ReinUsesLisp 2020-08-26 01:45:51 +00:00
  • f119ef798b common/thread: Fix data race in is_set ReinUsesLisp 2020-08-26 01:41:46 +00:00
  • 3dcaaa18be externals/microprofile: Fix data race in g_bUseLock ReinUsesLisp 2020-08-26 02:22:34 +00:00
  • 56ac22f737 cpu_interrupt_handler: Misc style changes ReinUsesLisp 2020-08-26 01:19:01 +00:00
  • ea7bda25ba cpu_interrupt_handler: Make is_interrupted an atomic ReinUsesLisp 2020-08-26 01:16:40 +00:00
  • 58ee9b4197 externals: Untrack non-upstream variant of libusb Lioncash 2020-08-25 22:18:35 -04:00
  • b8885aa03b Merge pull request #4582 from lioncash/xbyak bunnei 2020-08-25 22:02:20 -04:00
  • c024e5c69a externals: Update Xbyak to 5.95 Lioncash 2020-08-25 18:16:46 -04:00
  • 4efaecf125 Merge pull request #4572 from lioncash/xbyak bunnei 2020-08-25 11:24:32 -04:00
  • 902bf6d37d Merge pull request #4574 from lioncash/const-fn bunnei 2020-08-25 11:24:13 -04:00
  • 2cd788b6ad Merge pull request #4565 from lioncash/memset bunnei 2020-08-25 11:23:16 -04:00
  • dd828607e0 Merge pull request #4563 from lioncash/rcache bunnei 2020-08-25 10:07:33 -04:00
  • b798813eee Merge pull request #4548 from lioncash/color bunnei 2020-08-25 10:07:13 -04:00
  • 43ce33b6cc logging/settings: Increase maximum log size to 100 MB and add extended logging option M&M 2020-07-29 10:25:37 -07:00
  • bb752df736 Merge pull request #4542 from ReinUsesLisp/gpu-init-base bunnei 2020-08-24 22:56:11 -04:00
  • 6fd3a1bf85 Merge pull request #4562 from lioncash/loop bunnei 2020-08-24 17:58:41 -04:00
  • 504175e5b6 common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORS Lioncash 2020-08-24 04:39:26 -04:00
  • 3bfaabdbdd common/assert: Make use of C++ attribute syntax Lioncash 2020-08-24 04:06:18 -04:00
  • bafef3d1c9 async_shaders: Mark getters as const member functions Lioncash 2020-08-24 01:15:48 -04:00
  • b72d2069ba Merge pull request #4573 from lioncash/label Rodrigo Locatti 2020-08-24 01:40:22 -03:00
  • 5bce81c3d6 memory_manager: Mark IsGranularRange() as a const member function Lioncash 2020-08-24 00:37:54 -04:00
  • bae4e6c2f5 gl_texture_cache: Take std::string by reference in DecorateViewName() Lioncash 2020-08-23 23:36:30 -04:00
  • fff2de8224 Merge pull request #4571 from lioncash/fence Rodrigo Locatti 2020-08-24 00:32:29 -03:00
  • 3121acdf4e externals: Update xbyak to v5.941 Lioncash 2020-08-23 22:47:34 -04:00
  • f3bb52c0a9 video_core/fence_manager: Remove unnecessary includes Lioncash 2020-08-23 21:44:48 -04:00
  • ec8d72a567 microprofile: Don't memset through std::atomic types Lioncash 2020-08-23 14:40:39 -04:00
  • ab350b8975 Merge pull request #4561 from lioncash/key-constexpr bunnei 2020-08-23 20:41:05 -04:00
  • 91df2beee3 video_core/host_shaders: Add CMake integration for string shaders ReinUsesLisp 2020-08-23 21:28:15 -03:00
  • 0eaf7e1daa gl_shader_util: Use std::string_view instead of star pointer ReinUsesLisp 2020-08-23 21:23:54 -03:00
  • 42a00877a2 Merge pull request #4549 from lioncash/files bunnei 2020-08-23 19:08:36 -04:00
  • 9619964e8c Merge pull request #4559 from lioncash/webresult bunnei 2020-08-23 17:54:43 -04:00
  • 4c1a95ed61 fsp_srv: Resolve -Wunused-but-set-variable warning Lioncash 2020-08-23 16:46:49 -04:00
  • 01d1b5cdaf file_sys: Replace inclusions with forward declarations where applicable Lioncash 2020-08-23 14:20:37 -04:00
  • 85db5f4091 fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem() Lioncash 2020-08-23 16:37:54 -04:00
  • 67a8e73101 registered_cache: Make use of ends_with for string suffix checking Lioncash 2020-08-23 11:25:43 -04:00
  • f83c6e1e0c registered_cache: Make use of designated initializers Lioncash 2020-08-23 10:26:18 -04:00
  • cfb7fd395c Merge pull request #4560 from lioncash/convert bunnei 2020-08-23 02:11:14 -04:00
  • b62a8ca43e key_manager: Make data arrays constexpr Lioncash 2020-08-22 22:04:15 -04:00
  • 544fbd5c84 cpu_manager: Make use of ranged for where applicable Lioncash 2020-08-22 22:43:16 -04:00
  • 79504f1a39 core_timing: Remove unused header Lioncash 2020-08-22 20:27:31 -04:00
  • 25cd5d9dda core_timing: Move clock initializer into constructor initializer list Lioncash 2020-08-22 20:24:25 -04:00
  • 2624b1eae6 core_timing: Resolve sign conversion warning Lioncash 2020-08-22 20:20:55 -04:00
  • ca5ed50655 web_service: Move web_result.h into web_service Lioncash 2020-08-22 19:23:22 -04:00
  • da53bcee60 video_core: Initialize renderer with a GPU ReinUsesLisp 2020-06-11 00:58:57 -03:00
  • baff9ffcac Merge pull request #4521 from lioncash/optionalcache bunnei 2020-08-21 23:56:55 -04:00
  • 66ac7cf730 Merge pull request #4541 from MerryMage/yolo bunnei 2020-08-21 23:06:21 -04:00
  • 53fbf8e206 Merge pull request #4523 from lioncash/self-assign bunnei 2020-08-21 18:25:53 -04:00