Commit Graph

  • 8758378dc4 applets/controller: Use a pair of emulated controller index to controller type Morph 2020-11-20 11:04:27 -05:00
  • 102630f2b2 configure_input_player: Use the npad style set to show the available controllers Morph 2020-11-20 09:48:26 -05:00
  • d88baa746b Merge pull request #4957 from ReinUsesLisp/alpha-test-rt LC 2020-11-20 21:19:06 -05:00
  • acc14d233f gl_rasterizer: Remove warning of untested alpha test ReinUsesLisp 2020-11-20 23:17:40 -03:00
  • b00f4abe36 Merge pull request #4953 from lioncash/shader-shadow bunnei 2020-11-20 16:58:14 -08:00
  • c47c3d723f Merge pull request #4951 from bunnei/olsc-stub bunnei 2020-11-20 14:06:37 -08:00
  • 3794c91145 olsc: Move member initialization to after member functions. bunnei 2020-11-20 10:50:50 -08:00
  • 01db5cf203 async_shaders: emplace threads into the worker thread vector Lioncash 2020-11-20 04:46:53 -05:00
  • ba3916fc67 async_shaders: Simplify implementation of GetCompletedWork() Lioncash 2020-11-20 04:44:42 -05:00
  • 3fcc98e11a async_shaders: Simplify moving data into the pending queue Lioncash 2020-11-20 04:41:27 -05:00
  • 5b441fa25d async_shaders: std::move data within QueueVulkanShader() Lioncash 2020-11-20 04:34:02 -05:00
  • 8469b76630 gl_rasterizer: Make floating-point literal a float Lioncash 2020-11-20 04:24:30 -05:00
  • b7cd5d742e shader_bytecode: Make use of [[nodiscard]] where applicable Lioncash 2020-11-20 02:20:34 -05:00
  • 56ecafc204 shader_bytecode: Eliminate variable shadowing Lioncash 2020-11-20 02:13:45 -05:00
  • 715f0c3b0c Merge pull request #4941 from lioncash/config Morph 2020-11-20 14:16:01 +08:00
  • bba7e8ea4b Merge pull request #4950 from german77/RumbleStrenght LC 2020-11-20 00:40:09 -05:00
  • e883101999 Merge pull request #4952 from ReinUsesLisp/bit-cast LC 2020-11-20 00:39:30 -05:00
  • 1889b641d9 Merge pull request #4308 from ReinUsesLisp/maxwell-3d-funcs Rodrigo Locatti 2020-11-20 01:57:22 -03:00
  • 3f2e605dd1 common/bit_cast: Add function matching std::bit_cast without constexpr ReinUsesLisp 2020-11-20 01:52:37 -03:00
  • 6971d08893 Merge pull request #4948 from lioncash/page-resize bunnei 2020-11-19 12:39:38 -08:00
  • 6e37676482 hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions. bunnei 2020-11-19 12:35:07 -08:00
  • 5b6545b141 Modify rumble amplification german77 2020-11-19 11:30:52 -06:00
  • 412044960a virtual_buffer: Do nothing on resize() calls with same sizes Lioncash 2020-11-19 07:54:00 -05:00
  • 92344da20c Merge pull request #4936 from lioncash/page bunnei 2020-11-18 20:40:10 -08:00
  • 6f8a06bac5 patch_manager: Remove usages of the global system instance Lioncash 2020-11-18 07:53:10 -05:00
  • aaf262bfed core: Remove unused private Init function for the System class Lioncash 2020-11-18 02:09:05 -05:00
  • bcaadac22c core: Make use of [[nodiscard]] with the System class Lioncash 2020-11-18 02:06:42 -05:00
  • be4fc777c0 configure_input_player: Use static qualifier for IsProfileNameValid() Lioncash 2020-11-17 23:12:42 -05:00
  • abda366362 Merge pull request #4866 from Morph1984/mjolnir-p3-prod bunnei 2020-11-17 20:02:27 -08:00
  • 0ca91ced2d virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer Lioncash 2020-11-17 20:09:55 -05:00
  • b3c8997829 page_table: Allow page tables to be moved Lioncash 2020-11-17 19:58:41 -05:00
  • 3cfd962ef4 page_table: Add missing doxygen parameters to Resize() Lioncash 2020-11-17 19:45:17 -05:00
  • 0890451c55 page_table: Remove unnecessary header inclusions Lioncash 2020-11-17 19:43:24 -05:00
  • 2dc9dbb809 Merge pull request #4933 from lioncash/nodisc-gpu Chloe 2020-11-18 01:40:03 +11:00
  • 70812ec57b rasterizer_interface: Make use of [[nodiscard]] where applicable Lioncash 2020-11-17 07:17:43 -05:00
  • a78021580d render_base: Make use of [[nodiscard]] where applicable Lioncash 2020-11-17 07:16:00 -05:00
  • b928fca114 gpu: Make use of [[nodiscard]] where applicable Lioncash 2020-11-17 07:14:44 -05:00
  • 8ace3959a5 Merge pull request #4929 from lioncash/nodiscard-input bunnei 2020-11-16 21:40:16 -08:00
  • 908d3c5679 Addressed changes Chloe Marcec 2020-11-17 15:40:19 +11:00
  • 9a4beac95a audren: Make use of nodiscard, rework downmixing, release all buffers Chloe Marcec 2020-11-17 14:14:29 +11:00
  • e7e8a87927 sdl_impl: Pump SDL Events at 1000 Hz Morph 2020-11-15 23:32:58 -05:00
  • b254d528bc configure_input: Accommodate for the mouse input device engine Morph 2020-11-11 07:46:41 -05:00
  • ad50209383 hid: Reimplement Begin/EndPermitVibrationSession Morph 2020-11-10 12:09:44 -05:00
  • d8ad2f3484 controllers/npad: Load input devices on init Morph 2020-10-31 06:21:10 -04:00
  • 6f5b942897 configure_input: Update the input profiles for other player tabs Morph 2020-10-29 12:15:35 -04:00
  • 97b2220a82 general: Fix compiler warnings on linux and miscellaneous changes Morph 2020-10-27 13:33:25 -04:00
  • 117bdc71e0 sdl_impl: Revert to the "old" method of mapping sticks Morph 2020-10-27 13:15:57 -04:00
  • 760a9e8693 applets/controller: Change the input button to create input profiles Morph 2020-10-26 03:28:03 -04:00
  • 30e0d1c973 controllers/npad: Remove the old vibration filter Morph 2020-10-25 07:30:23 -04:00
  • 91c06dae1a input: Disconnect a controller prior to connecting a new one Morph 2020-10-23 12:09:28 -04:00
  • 978ca65f59 hid: Implement InitializeVibrationDevice and IsVibrationDeviceMounted Morph 2020-10-22 06:55:23 -04:00
  • e9e1876e82 input_common: Add VibrationDevice and VibrationDeviceFactory Morph 2020-10-20 13:55:25 -04:00
  • 38110dd485 configure_input: Add per-player vibration Morph 2020-10-17 09:38:12 -04:00
  • d6a41cfc21 settings: Remove global vibration strength modifier Morph 2020-10-16 11:55:45 -04:00
  • 92fa5257c7 hid: Mark Begin/EndPermitVibrationSession as stubs Morph 2020-10-15 14:35:35 -04:00
  • 373408ae8c controllers/npad: Send an empty vibration on destruction/deactivation Morph 2020-10-11 11:25:17 -04:00
  • 70f16f1722 hid: Stub IsVibrationDeviceMounted Morph 2020-10-11 08:35:40 -04:00
  • 9b501af8e3 controllers/npad: Add heuristics to reduce rumble state changes Morph 2020-10-10 09:03:47 -04:00
  • 652d6766d5 configure_input: Hook up the vibration percentage spinbox Morph 2020-10-08 23:43:07 -04:00
  • e02ef3c3be controllers/npad: Stop games from vibrating incorrect controllers Morph 2020-10-08 08:18:50 -04:00
  • 07b81f57ba hid: Fix controller rumble based on new research Morph 2020-10-07 14:22:47 -04:00
  • 31de52513e hid: Pop a struct of parameters instead of popping individual parameters Morph 2020-10-07 00:37:13 -04:00
  • e3c2749986 hid: Reorder all HID commands Morph 2020-10-06 07:00:18 -04:00
  • b92bf51ae1 hid: Implement GetVibrationDeviceInfo Morph 2020-10-06 05:08:52 -04:00
  • 16e2e1c45f hid: Stub InitializeVibrationDevice Morph 2020-10-06 04:50:15 -04:00
  • 428ce8ec29 controllers/npad: Rename NPadType to NpadStyleSet Morph 2020-10-08 01:08:37 -04:00
  • 0a966e2cac controllers/npad: Add DeviceHandle struct Morph 2020-10-06 04:35:07 -04:00
  • ceb7b11f16 configure_input_player: Change "Defaults" button behavior Morph 2020-09-28 10:27:29 -04:00
  • 8f2959f680 settings: Preparation for per-game input settings Morph 2020-09-28 10:00:15 -04:00
  • 8ead176639 udp/client: Reduce testing period to 5 seconds Morph 2020-09-28 04:53:21 -04:00
  • 64e174237e config: Migrate config files into config/custom Morph 2020-09-27 14:20:22 -04:00
  • c0c4ed0d3b controllers/npad: Connect a controller on init if none are connected Morph 2020-09-27 11:40:15 -04:00
  • 5cafa70d3b applets/controller: Auto accept a valid single player configuration Morph 2020-09-27 11:18:07 -04:00
  • 484623cd61 bootmanager: Allow mouse clicks only if touch is disabled Morph 2020-09-27 09:50:35 -04:00
  • 57d89e291d input_profiles: Implement input profiles Morph 2020-09-23 09:52:25 -04:00
  • 75eaab2e0f configure_input_player: Implement input exclusivity and persistence Morph 2020-09-17 12:00:29 -04:00
  • 9d4edd4e88 ui/themes: Cleanup UI Morph 2020-09-13 09:25:22 -04:00
  • 0a50ba3bd1 motion_input: Mark constructor as explicit Lioncash 2020-11-15 14:20:41 -05:00
  • cb826bcee7 motion_input: Mark member functions as [[nodiscard]] where applicable Lioncash 2020-11-15 14:18:09 -05:00
  • ce718522bc Merge pull request #4914 from lat9nq/gl-warnings LC 2020-11-15 06:33:48 -05:00
  • 87f220efff Merge pull request #4895 from Morph1984/cave-story-plus-applet-fix bunnei 2020-11-12 21:55:06 -08:00
  • 622830f4e1 maxwell_3d: Use insert instead of loop push_back ReinUsesLisp 2020-07-12 05:05:04 -03:00
  • 9ea8cffe35 maxwell_3d: Move code to separate functions ReinUsesLisp 2020-07-12 05:03:05 -03:00
  • f5110340e6 fix minor clang error german 2020-11-10 10:38:15 -06:00
  • c22d0d9945 Merge pull request #4901 from bunnei/caps-stub bunnei 2020-11-09 21:20:08 -08:00
  • fc4d692c50 Addressed issues Chloe Marcec 2020-11-10 15:56:41 +11:00
  • 31c12de0fe core: Make nvservices more standardized Chloe Marcec 2020-11-08 19:11:34 +11:00
  • c433c0a746 bootmanager: Address review comments lat9nq 2020-11-09 22:55:05 -05:00
  • 945cfe234b bootmanager: Log and show GL_RENDERER string when GPU is insufficient lat9nq 2020-11-09 22:12:41 -05:00
  • 9b24197ca0 Merge pull request #4909 from lioncash/interrupt Rodrigo Locatti 2020-11-08 22:09:40 -03:00
  • 8008b5ddc9 Merge pull request #4910 from lioncash/service Rodrigo Locatti 2020-11-08 19:11:31 -03:00
  • da7be67daf ipc_helpers: Remove usage of the global system instance Lioncash 2020-11-08 15:49:45 -05:00
  • 0aad914527 cpu_interrupt_handler: Mark move contructor/assignment as deleted Lioncash 2020-11-08 15:37:02 -05:00
  • 70df449d0a Allow to dial any angle with digital joystick german 2020-11-07 09:48:11 -06:00
  • a6ecdf42bc applets: Rename LibraryAppletVersion to ControllerAppletVersion Morph 2020-11-08 09:34:53 -05:00
  • 9efbf5309f applets/controller: Pop normal data for StrapGuide and FirmwareUpdate Morph 2020-11-05 22:43:39 -05:00
  • af1183a993 applets/controller: Introduce additional checks for mode and caller Morph 2020-11-04 11:21:17 -05:00
  • 88192af8ac applets/controller: Add ControllerUpdateFirmwareArg struct Morph 2020-11-04 10:56:36 -05:00
  • 7bf9f9ae49 Merge pull request #4903 from bunnei/remove-gpu-integrity bunnei 2020-11-08 02:48:22 -08:00
  • 9f5facc3aa Merge pull request #4908 from lioncash/fmt Chloe 2020-11-08 20:26:03 +11:00