Commit Graph

  • 41aec2773f general: Add missing copyright notices ameerj 2021-12-05 16:18:53 -05:00
  • 36350d3f78
    Add KCodeMemory to CMakeLists.txt itsmeft24 2021-12-05 15:56:44 -05:00
  • 228a381aed vk_texture_cache: Add ABGR src format check for D24S8 conversions ameerj 2021-12-05 15:54:58 -05:00
  • c22c4f5d59 renderer_opengl: Minor refactoring of filter selection ameerj 2021-11-21 02:33:57 -05:00
  • 218d790bd6 texture_cache: Fix image convert dimensions assertion ameerj 2021-11-21 01:58:49 -05:00
  • b8f3e5157b blit_image: Refactor upscale factors usage ameerj 2021-11-21 01:53:16 -05:00
  • 35d94dcb2b vk_texture_cache: Add a function to ImageView to check if src image is rescaled ameerj 2021-11-21 01:41:38 -05:00
  • 4a13f9eecd blit_image: Refactor ConvertPipeline functions ameerj 2021-11-21 00:57:04 -05:00
  • ad99bbf5fe blit_image: Refactor ConvertPipelineEx functions ameerj 2021-11-21 00:50:46 -05:00
  • b387a26f30 vk_blit_screen: Minor refactor of filter pipeline selection ameerj 2021-11-21 00:48:51 -05:00
  • 75c4aec8ab Revert "Merge pull request #7395 from Morph1984/resolve-comments" ameerj 2021-11-21 07:29:58 -05:00
  • fae07919af
    Merge pull request #7518 from german77/is_npad_valid Morph 2021-12-05 15:11:14 -05:00
  • 8aef8f39d8 kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory itsmeft24 2021-12-05 15:04:08 -05:00
  • 7347cdb651 core/hid: Add missing controller type german77 2021-12-05 13:57:48 -06:00
  • f1f91ad468
    Merge pull request #7494 from Morph1984/no-time-to-wait Fernando S 2021-12-05 18:56:38 +01:00
  • 7220056974 Fixed #7502 Adam Heinermann 2021-12-04 23:06:56 -08:00
  • 60e923046e
    Merge pull request #7503 from german77/is_npad_valid bunnei 2021-12-04 23:08:43 -08:00
  • 7fe455e42e core/hid: Ensure only valid npad are connected german77 2021-12-04 19:37:03 -06:00
  • 5462485cc3 Address feedback Feng Chen 2021-12-03 12:31:07 +08:00
  • a5c212516c Texture Cache: Fix crashes on NVIDIA. Fernando Sahmkow 2021-12-04 10:20:28 +01:00
  • e482dd82b9
    Merge pull request #7467 from liushuyu/fix-linux-decoding bunnei 2021-12-03 17:11:12 -08:00
  • f919498f8f native_clock: Wait for less time in EstimateRDTSCFrequency Morph 2021-12-02 16:12:23 -05:00
  • a2fb5a13b2
    Merge pull request #7489 from Morph1984/steady-clock bunnei 2021-12-03 16:08:20 -08:00
  • e7f10de11a
    video_core/cmake: link against libva explicitly ... liushuyu 2021-12-02 22:35:30 -07:00
  • a578df4c6b
    video_core/codecs: more fixes for VAAPI detection ... liushuyu 2021-12-02 21:27:41 -07:00
  • 20a46790d7 video_core/codec: address comments liushuyu 2021-11-29 16:47:24 -07:00
  • cd27f211c8 video_core/codecs: more robust ffmpeg hwdecoder selection logic liushuyu 2021-11-28 23:51:25 -07:00
  • fdcc161323
    Merge pull request #7490 from Morph1984/stub-album-save-screenshot bunnei 2021-12-02 18:02:26 -08:00
  • f138731e2f service: am: ISelfController: Stub SaveCurrentScreenshot Morph 2021-12-02 20:12:24 -05:00
  • 55d6b095e5
    Merge pull request #7452 from german77/controller_navigation Morph 2021-12-02 19:55:08 -05:00
  • 5ba7b11ba4 yuzu: Implement basic controller navigation german77 2021-11-27 23:26:51 -06:00
  • 762b8ad448 general: Replace high_resolution_clock with steady_clock Morph 2021-12-02 14:20:43 -05:00
  • 2c47f8aa18 Support multiple videos playing Feng Chen 2021-12-02 12:19:43 +08:00
  • 8a613f6c8f
    Merge pull request #7483 from zhaobot/tx-update-20211201022129 Mai M 2021-11-30 21:31:28 -05:00
  • 40317eccba Update translations (2021-12-01) The yuzu Community 2021-12-01 02:21:55 +00:00
  • ff63080cd9
    Merge pull request #7482 from Morph1984/friend bunnei 2021-11-30 11:09:22 -08:00
  • 505ae5ea1b service: friend: Implement GetCompletionEvent Morph 2021-11-30 12:19:21 -05:00
  • 46e3ed5a48
    Merge pull request #7472 from Morph1984/post-kraken-cleanup Narr the Reg 2021-11-29 21:10:02 -06:00
  • e4492a9a82
    input_common: Fix error with thread name Narr the Reg 2021-11-29 21:03:47 -06:00
  • 5deecd714b input_interpreter: Make use of NpadButton instead of a u64 Morph 2021-11-29 18:26:52 -05:00
  • 322339a5fd npad: Return NpadButton in GetAndResetPressState Morph 2021-11-29 18:23:52 -05:00
  • bfac21fca1 core: hid: hid_types: Add "All" to NpadButton Morph 2021-11-29 18:20:34 -05:00
  • b86fcf7c31 qt_controller: Make use of (Enable/Disable)AllControllerConfiguration Morph 2021-11-29 18:01:05 -05:00
  • 051e63c9a1
    Merge pull request #7466 from vonchenplus/add_miss_pixel_format_mapping bunnei 2021-11-29 15:19:15 -08:00
  • 940375dfbb core: hid: hid_core: Add (Enable/DIsable)AllControllerConfiguration Morph 2021-11-29 17:59:58 -05:00
  • 410df5446e general: Fix handheld typo Morph 2021-11-29 17:22:59 -05:00
  • 04f48f0120 core: hid: Mark constructors as explicit Morph 2021-11-29 16:17:55 -05:00
  • b9b28c0457 core: hid: Cleanup and amend documentation Morph 2021-11-29 16:16:05 -05:00
  • 660c6bec22 Revert of b01aa72 vperus 2021-11-29 16:35:54 +02:00
  • 04fa990b0c [input_common] Add completion test for CalibrationConfigurationJob vperus 2021-11-07 14:56:33 +02:00
  • 614702488f
    Merge pull request #7465 from german77/no_input Morph 2021-11-29 07:25:36 -05:00
  • 524a9baa7e Add missing pixel format mapping Feng Chen 2021-11-29 12:39:37 +08:00
  • dcc4685557 qt_controller: Fix input when the controller applet is ignored german77 2021-11-28 21:03:42 -06:00
  • 3031223153
    Merge pull request #7396 from FernandoS27/blit-this-mf Fernando S 2021-11-28 12:16:31 +01:00
  • 5a3463bc2b Texture Cache: Secure insertions against deletions. Fernando Sahmkow 2021-11-27 23:49:56 +01:00
  • 11a9bff36d
    Merge pull request #7438 from german77/homebrew2 bunnei 2021-11-28 00:54:48 -08:00
  • be56587ad7
    Merge pull request #7451 from german77/debug_controller bunnei 2021-11-28 00:54:29 -08:00
  • 54f007efc6 core/ns: Implement GetReadOnlyApplicationControlDataInterface Narr the Reg 2021-11-25 20:39:38 -06:00
  • 50d8e753c5 core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId Narr the Reg 2021-11-25 20:36:44 -06:00
  • 51df96b7c0 settings: Add debug setting to enable all controllers german77 2021-11-27 20:05:45 -06:00
  • f966c05a74 core/hid: Stub GetUniquePadsFromNpad Narr the Reg 2021-11-25 20:12:47 -06:00
  • 564f105277
    Merge pull request #7255 from german77/kraken Fernando S 2021-11-27 11:52:08 +01:00
  • ecefc932e6 Texture Cache: Redesigning the blitting system (again). Fernando Sahmkow 2021-11-26 21:36:53 +01:00
  • 182cd9004f config: Remove vibration configuration german77 2021-11-26 19:29:08 -06:00
  • a4a0638bc8 applet/controller: Enable configuring mode while the applet is open german77 2021-11-26 18:55:28 -06:00
  • 157985f556
    Merge pull request #7431 from liushuyu/fix-linux-decoding bunnei 2021-11-26 15:38:40 -08:00
  • 639402850a input_common: Fully implement UDP controllers Narr the Reg 2021-11-26 15:45:37 -06:00
  • 1624f307d0 Texture Cache: Further fix regressions. Fernando Sahmkow 2021-11-26 17:03:48 +01:00
  • 50a19b07d1
    Merge pull request #7440 from lioncash/fmt bunnei 2021-11-25 20:58:49 -08:00
  • 5303161aa1 CMakeLists: Update fmt to 8.0.1 Lioncash 2021-11-25 23:08:42 -05:00
  • 06ad463ec8
    Merge pull request #7330 from MightyCreak/simplify-theme-selection bunnei 2021-11-25 01:52:48 -08:00
  • 23bf2e3bb6 service/hid: Finish converting LIFO objects and address some nits Narr the Reg 2021-11-22 22:15:34 -06:00
  • e64ee99f00 yuzu: Fix TAS from rebase german77 2021-11-21 22:37:50 -06:00
  • 746c85b560 input_common: Move button names to the frontend german77 2021-11-21 14:12:01 -06:00
  • c4760489a0 input_common: Fix SDL controller with inverted axis german77 2021-11-21 12:59:51 -06:00
  • 922aa9410a bootmanager: Use cross-platform keyboard input german77 2021-11-19 10:56:52 -06:00
  • 42949738f2 kraken: Address comments from review german77 2021-11-14 21:56:54 -06:00
  • f4e5f89e6f core/hid: Improve accuary of mouse implementation german77 2021-11-14 21:28:38 -06:00
  • 654d76e79e core/hid: Fully implement native mouse german77 2021-11-14 14:09:29 -06:00
  • bca299e8e0 input_common: Allow keyboard to be backwards compatible german77 2021-11-14 10:45:07 -06:00
  • b673857d7d core/hid: Improve accuracy of the keyboard implementation german77 2021-11-13 23:25:45 -06:00
  • 7fcfe24a3e core/hid: Fix keyboard alignment german77 2021-11-13 02:39:01 -06:00
  • 71f9b90dd9 core/hid: Remove usage of native types, fix a couple of errors with motion german77 2021-11-08 20:28:09 -06:00
  • a17550be98 settings: Remove includes of core.h german77 2021-11-04 21:54:22 -06:00
  • e7eee36d52 service/hid: Remove includes of core.h and settings.h german77 2021-11-04 19:05:58 -06:00
  • 690013b342 UI nits Set top margin to 6 on Right Stick, LeftStick, Face Buttons, D-Pad. Change property on Input Device QComboBox from minimumSize to minimumContentsLength. Levi Behunin 2021-11-04 16:09:57 -06:00
  • b21fcd9527 service/hid: Add support for new controllers german77 2021-11-04 14:43:08 -06:00
  • d14e74132c settings: Fix controller preview not displaying the correct controller german77 2021-11-04 13:08:30 -06:00
  • 5d0f3540c4 core/hid: Rename NpadType to NpadStyleIndex german77 2021-11-04 12:08:54 -06:00
  • 84c58666a4 config: Cleanup and documentation german77 2021-11-03 22:35:45 -06:00
  • c35af8d1c0 input_common: Fix motion from 3 axis german77 2021-11-03 17:06:21 -06:00
  • 157e0b85fd core/hid: Prevent Emulated controller from flapping with multiple inputs devices german77 2021-11-02 22:50:30 -06:00
  • 136eb9c4c2 core/hid: Fully emulate motion from button german77 2021-11-01 19:49:14 -06:00
  • 77fa4d4bf6 second commit lion review german77 2021-11-01 14:17:53 -06:00
  • 730f078302 settings: Fix Debug controller type options german77 2021-10-31 10:41:44 -05:00
  • 2b1b0c2a30 kraken: Address comments from review german77 2021-10-30 22:23:10 -05:00
  • 61d9eb9f69 input_common: Revert deleted TAS functions german77 2021-10-30 20:16:10 -05:00
  • 5f69fdbfcc core/hid: Explain better what a temporary value does german77 2021-10-30 12:12:52 -05:00
  • d8e3f2b10b input_common: Fix GC adapter initialization german77 2021-10-30 11:20:47 -05:00
  • 2d3a63b289 core/hid: Update structs to 13.1.0 german77 2021-10-27 18:06:13 -05:00