Commit Graph

  • 5bd0c1517f input_common: Use attributes for analog range modifiers german77 2022-01-30 22:42:26 -06:00
  • 6267110b69 common: wall_clock: Check precision against the emulated CPU and CNTFRQ Morph 2022-01-30 12:57:23 -05:00
  • 4e766280c4 common: wall_clock: Utilize constants for ms, us, and ns ratios Morph 2022-01-30 12:36:56 -05:00
  • 3d2d77eb3f input_common: Add home and hard touch press buttons to UDP controllers german77 2022-01-30 09:15:29 -06:00
  • e394e1ecc4 emit_glsl_atomic: Implement 32x2 fallback atomic ops ameerj 2022-01-29 15:49:18 -05:00
  • 90a0506d56 lower_int64_to_int32: Add 64-bit atomic fallbacks ameerj 2022-01-29 14:06:03 -05:00
  • ad58d7eae7 shaders: Add U64->U32x2 Atomic fallback functions ameerj 2022-01-29 13:46:06 -05:00
  • d0a5a48948 GPU: Improve syncing. Fernando Sahmkow 2022-01-29 23:02:04 +01:00
  • 4258d515e6 Rasterizer: Implement Inline2Memory Acceleration. Fernando Sahmkow 2022-01-29 22:00:49 +01:00
  • f54280dafd Inline2Memory: Flush before writting buffer. Fernando Sahmkow 2022-01-29 17:42:28 +01:00
  • 11099dda2e Merge pull request #7791 from german77/wall_clock Morph 2022-01-28 20:04:24 -05:00
  • 64a68ccbb4 Merge pull request #7800 from ameerj/spirv-int64-storage Morph 2022-01-28 20:03:50 -05:00
  • 4790ba7839 spirv_atomic: Define U32x2 storage buffers for 64-bit storage atomics ameerj 2022-01-28 19:00:04 -05:00
  • 1900abde13 Merge pull request #7784 from german77/ds5 Morph 2022-01-28 18:36:28 -05:00
  • 60b5670577 Merge pull request #7787 from bunnei/scheduler-deadlock-fix Morph 2022-01-28 18:30:29 -05:00
  • b00406c8e4 Merge pull request #7788 from ameerj/stream-buffer-begin Morph 2022-01-28 18:30:01 -05:00
  • 8dea7fa129 Merge pull request #7786 from ameerj/vmnmx-sel Morph 2022-01-28 18:24:56 -05:00
  • 2241d8c971 Merge pull request #7799 from ameerj/amd-xfb Morph 2022-01-28 17:55:17 -05:00
  • beaf7654bb emit_spirv: Add Xfb execution mode when transform feedback is used ameerj 2022-01-28 16:32:48 -05:00
  • 0dec42431f Merge pull request #7770 from german77/motion-threshold bunnei 2022-01-27 15:44:04 -08:00
  • fea05a17ea hotkeys: Don't translate hotkey buttons german77 2022-01-27 17:32:26 -06:00
  • e4c63d432d wall_clock: use standard wall clock if rtsc frequency is too low german77 2022-01-27 16:53:58 -06:00
  • f300a1d54b buffer_cache: Reduce stream buffer allocations when expanding from the left ameerj 2022-01-27 15:31:43 -05:00
  • 3a1a3dd0db hle: kernel: KScheduler: Fix deadlock with core waiting for a thread lock that has migrated. bunnei 2022-01-27 12:17:14 -08:00
  • 74e6e3623f video_minimum_maximum: Implement src operand selectors ameerj 2022-01-27 14:55:08 -05:00
  • 8a244dd3d3 Merge pull request #7783 from lioncash/abi-cexpr Morph 2022-01-27 10:29:34 -05:00
  • fd1cef5616 input_common: Add DS5 to HD rumble list Narr the Reg 2022-01-26 21:48:30 -06:00
  • adcac857f8 Merge pull request #7762 from bunnei/un-map-improve bunnei 2022-01-26 17:54:20 -08:00
  • f6a049337e common/xbyak_api: Make BuildRegSet() constexpr Lioncash 2022-01-26 16:29:13 -05:00
  • 40050c1188 Merge pull request #7780 from lioncash/macro bunnei 2022-01-26 12:39:59 -08:00
  • 9bf7ad97f5 Merge pull request #7769 from german77/no-control bunnei 2022-01-25 20:24:42 -08:00
  • 5723145165 Merge pull request #7768 from Moonlacer/fsr-1.0.2 bunnei 2022-01-25 17:32:44 -08:00
  • 84cc22b21b Merge pull request #7777 from lioncash/nodisc Morph 2022-01-25 16:16:20 -05:00
  • c93dd45997 Merge pull request #7779 from lioncash/gpu-iface Morph 2022-01-25 16:16:04 -05:00
  • a1c4bca908 Merge pull request #7778 from lioncash/comma Morph 2022-01-25 16:15:53 -05:00
  • 432f4441b9 Merge pull request #7774 from lioncash/mapping Morph 2022-01-25 16:15:45 -05:00
  • 306b3491c4 Merge pull request #7773 from lioncash/udp-deprecated Morph 2022-01-25 16:15:27 -05:00
  • 8dbad556ec Merge pull request #7771 from lioncash/assert Morph 2022-01-25 16:15:18 -05:00
  • a8a4f37628 video_core/macro: Add missing <cstring> header Lioncash 2022-01-25 14:09:59 -05:00
  • 81d1a1133d video_core/macro_interpreter: Move impl class to the cpp file Lioncash 2022-01-25 14:03:46 -05:00
  • cfd9f7d25b video_core/macro_hle: Return unique_ptr directly from GetHLEProgram() Lioncash 2022-01-25 13:50:10 -05:00
  • a05d9405b9 video_core/macro: Remove unused parameter from Execute() Lioncash 2022-01-25 13:41:35 -05:00
  • 74f80299b0 video_core/macro_jit_x64: Remove unused impl class member Lioncash 2022-01-25 13:33:06 -05:00
  • f11eefed56 video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from impl Lioncash 2022-01-25 13:30:51 -05:00
  • 6b873b72ae video_core/macro_jit_x64: Move impl class into cpp file Lioncash 2022-01-25 13:24:53 -05:00
  • a3c81745b1 video_core/macro_hle: Move impl class into cpp file Lioncash 2022-01-25 13:15:45 -05:00
  • d8486a9968 gpu: Tidy up forward declarations Lioncash 2022-01-25 13:05:37 -05:00
  • 9b38c8ef08 gpu: Remove obsoleted CDMAPusher() accessors Lioncash 2022-01-25 12:53:53 -05:00
  • e7af84670d vk_fsr: Replace comma operator with semicolon Lioncash 2022-01-25 12:38:20 -05:00
  • b46ec4efea shader_recompiler: Remove unnecessary [[nodiscard]] Lioncash 2022-01-25 12:16:06 -05:00
  • 4f9f55ec21 Merge pull request #7765 from bunnei/update-thread-count bunnei 2022-01-24 18:58:48 -08:00
  • 3442365127 Merge pull request #7760 from german77/inverted_keyboard bunnei 2022-01-24 15:41:49 -08:00
  • 651358d0b6 input_common/input_engine: Ensure PadIdentifier UUIDs have a valid initial state Lioncash 2022-01-24 11:57:45 -05:00
  • 187c9d7e33 input_common/input_mapping: Simplify UUID validity checks Lioncash 2022-01-24 11:48:59 -05:00
  • 0849be094e input_common/input_mapping: Add missing includes Lioncash 2022-01-24 11:42:05 -05:00
  • 8bb39750a1 input_common/input_mapping: Remove const from return value Lioncash 2022-01-24 11:39:17 -05:00
  • 12e7d3b254 input_common/input_mapping: Default constructor Lioncash 2022-01-24 11:37:48 -05:00
  • 51dd3da11c input_common/main: Pass MappingData by const reference in callbacks Lioncash 2022-01-24 11:31:40 -05:00
  • 87eb3cb083 input_common/udp_client: Replace deprecated from_string()/to_ulong() functions Lioncash 2022-01-24 11:00:58 -05:00
  • b084a9bf0a input_common/udp_client: Prevent unnecessary string copies Lioncash 2022-01-24 10:58:22 -05:00
  • 2f12caccf9 kernel/k_affinity_mask: Remove duplicated assert Lioncash 2022-01-24 10:35:19 -05:00
  • ebf19616f4 input_common: Add option to configure gyro threshold german77 2022-01-23 21:54:33 -06:00
  • b998aa5504 yuzu: Add setting to disable controller navigation german77 2022-01-23 21:08:49 -06:00
  • fdde08bd01 Update FSR to 1.0.2 Moonlacer 2022-01-23 14:38:48 -06:00
  • 2136ebccd6 Merge pull request #7761 from v1993/patch-8 bunnei 2022-01-22 23:43:14 -08:00
  • 59add00d4a hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount. bunnei 2022-01-22 21:09:45 -08:00
  • e791da9791 core: hle: kernel: KPageTable: Various improvements to MapPages and UnmapPages. bunnei 2022-01-15 00:15:58 -08:00
  • 07add23251 core: hle: kernel: KPageTable: MapProcessCode: Various cleanup. bunnei 2022-01-14 23:27:36 -08:00
  • ee25e0a40b core: hle: kernel: KPageTable: ReserveTransferMemory: Various cleanup. bunnei 2022-01-14 23:26:52 -08:00
  • 0cee5e1af8 core: hle: kernel: KPageTable: ResetTransferMemory: Various cleanup. bunnei 2022-01-14 23:26:33 -08:00
  • ffcaf5af90 core: hle: kernel: KPageTable: SetMemoryAttribute: Various cleanup. bunnei 2022-01-14 23:26:04 -08:00
  • 5b57ee66ce Merge pull request #7716 from german77/volume bunnei 2022-01-22 02:25:59 -08:00
  • f68be36159 Improve FFmpeg cmake file Valeri 2022-01-22 12:56:25 +03:00
  • 2935c9d8de core: hle: kernel: KPageTable: Assert valid address on GetPhysicalAddr. bunnei 2022-01-14 23:22:06 -08:00
  • 264bb5abf7 core: hle: kernel: KPageTable: Operate: Assert lock ownership. bunnei 2022-01-14 23:21:25 -08:00
  • 0137f2e6e1 core: hle: kernel: KPageTable: SetHeapSize: Cleanup & take physical memory lock. bunnei 2022-01-14 23:20:30 -08:00
  • 6d8e498f76 core: hle: kernel: Refactor Un/MapPhysicalMemory to remove unnecessary methods. bunnei 2022-01-14 23:00:55 -08:00
  • b8b1b58f36 core: hle: kernel: Rename Un/Map to Un/MapMeory. bunnei 2022-01-14 22:55:12 -08:00
  • 8433edacb3 Merge pull request #7735 from german77/udp_battery bunnei 2022-01-22 01:28:14 -08:00
  • 68c8a1b170 Merge pull request #7737 from bunnei/fix-dummy-thread-leak bunnei 2022-01-21 22:34:47 -08:00
  • 7d133fd37e yuzu: Add modifiers for keyboard Narr the Reg 2022-01-21 20:41:16 -06:00
  • cef7649bed Merge pull request #7752 from Morph1984/SetCpuOverclockEnabled bunnei 2022-01-21 17:13:52 -08:00
  • 615fb40416 hle: kernel: KThread: Ensure host (dummy) threads block on locking. bunnei 2022-01-21 17:10:11 -08:00
  • d990f043bd Merge pull request #7756 from lioncash/service bunnei 2022-01-21 14:26:05 -08:00
  • 12bf8ca929 service/wlan: Update function tables Lioncash 2022-01-21 16:35:39 -05:00
  • 8dd6dc9a29 service/usb: Update function tables Lioncash 2022-01-21 16:31:57 -05:00
  • 43039d95ac service/set: Update function tables Lioncash 2022-01-21 16:26:12 -05:00
  • 7ba6f68a8d service/ns: Update function tables Lioncash 2022-01-21 16:21:35 -05:00
  • 19c11e2fd2 service/nim: Update unknown function table entries Lioncash 2022-01-21 16:17:40 -05:00
  • 888bc10c17 service/friend: Update unknown function table entries Lioncash 2022-01-21 16:08:46 -05:00
  • 54150f5afa service/filsystem: Update fsp-srv function table Lioncash 2022-01-21 16:07:01 -05:00
  • 3da43ad2a9 service/btm: Update function tables Lioncash 2022-01-21 15:59:41 -05:00
  • 0f7337c522 service/audio: Update audctl unknown function names Lioncash 2022-01-21 15:50:38 -05:00
  • 29e3636e0a service/am: Update omm function tables Lioncash 2022-01-21 15:40:08 -05:00
  • a271cf89cf service/acc: Update unknown function names Lioncash 2022-01-21 15:33:18 -05:00
  • 88d9b55b14 Merge pull request #7755 from v1993/someone-in-here-lacks-system-wide-theming bunnei 2022-01-21 11:51:29 -08:00
  • 03cf308c16 Merge pull request #7731 from v1993/xfb-varying-check-fix bunnei 2022-01-21 10:45:56 -08:00
  • d63d8bf7f9 Use Default Colorful theme by default outside of Windows v1993 2022-01-21 20:51:19 +03:00
  • a396473201 service: apm: Stub ISession SetCpuOverclockEnabled Morph 2022-01-20 10:59:59 -05:00
  • ef7c50b276 Merge pull request #7695 from Morph1984/is-pow2 bunnei 2022-01-20 18:06:11 -08:00