Commit Graph

  • ab2677f0a1 configuration: Add CPU tab to game properties lat9nq 2021-05-15 23:53:36 -04:00
  • 5a2b15bf75 Merge pull request #6299 from bunnei/ipc-improvements bunnei 2021-05-15 22:30:21 -07:00
  • a1138028a8 Merge pull request #6289 from ameerj/oob-blit bunnei 2021-05-15 21:32:37 -07:00
  • faaea00069 nifm, ssl: Fix incorrect response sizes Morph 2021-05-13 09:00:46 -04:00
  • 6c78c2ae38 Merge pull request #6244 from german77/sdlmotion Morph 2021-05-15 23:20:18 -04:00
  • 4aac1ae4b1 configuration: Simplify applying per-game settings lat9nq 2021-05-15 22:59:38 -04:00
  • 59236b7d0f configuration_shared: Add some comments lat9nq 2021-05-15 21:19:54 -04:00
  • e169fdad4f general: Make CPU accuracy and related a Settings::Setting lat9nq 2021-05-15 20:46:48 -04:00
  • 5bef54618a perf_stats: Rework FPS counter to be more accurate ameerj 2021-05-15 20:34:20 -04:00
  • a3e68dce56 main: Add title's version to window name on EA/mainline ameerj 2021-05-15 16:55:30 -04:00
  • f20f4587e6 input_common: Implement SDL motion german77 2021-04-25 18:03:57 -05:00
  • edd498f6e0 input_common: Fix crash when controller disconnects german77 2021-05-14 21:56:39 -05:00
  • 85eeae7aad input_common: Rewrite sdl analog mapping german77 2021-05-14 21:17:08 -05:00
  • 904584e4ba Merge pull request #6300 from Morph1984/mbedtls Ameer J 2021-05-13 23:11:32 -04:00
  • fd7c273fab input_common: Sanitize motion data german77 2021-05-13 13:26:07 -05:00
  • 0949e38263 Merge pull request #6306 from lat9nq/ffmpeg-untagged Morph 2021-05-13 04:59:48 -04:00
  • 0ecb6c6647 externals: Checkout 79e8d17024 for FFmpeg lat9nq 2021-05-13 04:46:30 -04:00
  • e12ee020e7 Merge pull request #6301 from Morph1984/ssl-ImportClientPki bunnei 2021-05-12 22:11:19 -07:00
  • c8707628f6 Merge pull request #6298 from Kewlan/toggled-show-add-on-refresh Morph 2021-05-12 21:06:04 -04:00
  • 271f2e2d78 ssl: Stub Import(Client/Server)Pki Morph 2021-05-11 08:31:16 -04:00
  • 5a042bdaa1 Merge pull request #6267 from german77/gestureRewrite Morph 2021-05-12 09:17:23 -04:00
  • eee302b9b9 common: tree: Avoid a nullptr dereference. bunnei 2021-05-11 15:40:20 -07:00
  • 12d569e483 hle: kernel: hle_ipc: Fix outgoing IPC response size calculation. bunnei 2021-05-11 12:27:43 -07:00
  • fc086f93b2 WORKAROUND: temp. disable session resource limits while we work out issues bunnei 2021-05-11 10:51:39 -07:00
  • f2c26443f8 WORKAROUND: Do not use slab heap while we track down issues with resource management. bunnei 2021-05-11 10:27:18 -07:00
  • b9f543b29f audren bunnei 2021-05-08 03:07:10 -07:00
  • 02547439b1 externals: Update mbedtls to 8c88150ca Morph 2021-05-11 00:43:04 -04:00
  • 343d92a092 core: hle: ipc_helpers: Fix cast on raw_data_size calculation. bunnei 2021-05-10 17:45:55 -07:00
  • 2c1e119c4a hle: service: sm: Add TIPC support. bunnei 2021-05-10 16:18:30 -07:00
  • 913971417e hle: kernel: hle_ipc: Improve IPC code and add initial support for TIPC. bunnei 2021-05-10 16:16:36 -07:00
  • 49c4c329f6 hle: service: sm: GetService: Reserve session resource when we create a KSession. bunnei 2021-05-10 16:12:01 -07:00
  • 21671d05a3 hle: service: Add support for dispatching TIPC requests. bunnei 2021-05-10 16:08:06 -07:00
  • da25a59866 hle: service: Implement IPC::CommandType::Close. bunnei 2021-05-10 16:05:37 -07:00
  • 41928dfdda hle: service: sm: Use RegisterNamedService to register the service. bunnei 2021-05-10 16:03:39 -07:00
  • 934b2d8842 hle: service: sm: Improve Initialize implementation. bunnei 2021-05-10 15:59:19 -07:00
  • f54ea749a4 hle: kernel: svc: Update ConnectToNamedPort to use new CreateNamedServicePort interface. bunnei 2021-05-10 15:58:33 -07:00
  • c6de9657be hle: kernel: Implement named service ports using service interface factory. bunnei 2021-05-10 15:57:59 -07:00
  • 44c763f9c6 hle: kernel: KSession: Improve implementation of CloneCurrentObject. bunnei 2021-05-10 15:53:07 -07:00
  • cfed6936f3 hle: service: sm: Increase point buffer size. bunnei 2021-05-10 15:43:42 -07:00
  • 9f44a44f2f hle: ipc_helpers: Reserve session resource when we create a KSession. bunnei 2021-05-10 15:42:46 -07:00
  • 75f23ad494 hle: kernel: KClientPort: Cleanup comment format. bunnei 2021-05-10 15:41:46 -07:00
  • 7a06037c5f hle: ipc: Add declarations for TIPC. bunnei 2021-05-08 02:20:15 -07:00
  • ed25191ee6 hle: kernel: Further cleanup and add TIPC helpers. bunnei 2021-05-08 02:50:47 -07:00
  • d08bd3e062 hle: ipc_helpers: Update IPC response generation for TIPC. bunnei 2021-05-08 02:21:50 -07:00
  • 1b4331397b configure_ui: Call RequestGameListUpdate when toggling "Show Add-Ons Column" Kewlan 2021-05-10 16:45:35 +02:00
  • 0aff3ba2ff parent_of_member: Make sign conversion explicit in OffsetOfImpl() Lioncash 2021-05-10 08:06:19 -04:00
  • ec50a9b5b9 Merge pull request #6291 from lioncash/kern-shadow bunnei 2021-05-09 20:15:00 -07:00
  • fa647cc0b9 Only build SDL2 subsystems that we use v1993 2021-05-09 18:58:16 +03:00
  • bb7d4ec3d3 Merge pull request #6294 from german77/kernelCleanup Morph 2021-05-09 12:22:44 -04:00
  • 0c1bb46f0a kernel: Delete unused files german77 2021-05-09 11:15:31 -05:00
  • 648bef235e On Linux, build SDL2 from externals with HIDAPI support v1993 2021-05-09 18:12:58 +03:00
  • f2b76284ed Merge pull request #6292 from lat9nq/sdl-trunk Morph 2021-05-09 04:38:28 -04:00
  • b021e09fc0 externals: Use SDL2 statically lat9nq 2021-05-09 02:38:46 -04:00
  • 751cc687bb externals: Update SDL to 107db2d8 lat9nq 2021-05-09 01:36:17 -04:00
  • 2f62bae9e3 kernel: Eliminate variable shadowing Lioncash 2021-05-08 12:11:36 -04:00
  • 72a49c2bbc Update SDL2 to SDL2-2.0.15-prerelease. bunnei 2021-05-08 01:51:24 -07:00
  • faa067f175 Merge pull request #6266 from bunnei/kautoobject-refactor bunnei 2021-05-07 23:30:17 -07:00
  • 3671fd0a97 texture_cache: Handle out of bound texture blits ameerj 2021-05-07 22:14:21 -04:00
  • 8acf739b3f Merge pull request #6287 from lioncash/ldr-copy bunnei 2021-05-07 09:46:31 -07:00
  • 8f638e81e9 ldr: Simplify memory copy within LoadNro() Lioncash 2021-05-06 19:18:11 -04:00
  • da62e92784 nvflinger: Create layers when they are queried but not found ameerj 2021-05-06 11:20:52 -04:00
  • d57b12193b hle: kernel: KPageTable: CanContain should not be constexpr. bunnei 2021-05-04 22:14:06 -07:00
  • b805ee653f hle: kernel: Move slab resource counts to Kernel. bunnei 2021-05-04 21:35:42 -07:00
  • d2c4dbde9e fixup! hle: kernel: Migrate KSharedMemory to KAutoObject. bunnei 2021-05-04 21:28:16 -07:00
  • 2c4615f3a6 fixup! hle: kernel: Migrate more of KThread to KAutoObject. bunnei 2021-05-04 20:55:13 -07:00
  • a488b86e97 fixup! common: bit_util: Add BIT macro. bunnei 2021-05-04 20:53:45 -07:00
  • 510f71d871 fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created. bunnei 2021-05-04 19:50:14 -07:00
  • 9f81221528 fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created. bunnei 2021-05-03 18:36:01 -07:00
  • eae107d0e9 kernel: svc: Remove unused RetrieveResourceLimitValue function. bunnei 2021-05-02 00:44:28 -07:00
  • da22def511 hle: kernel: Fix un/sign mismatch errors with NUM_CPU_CORES. bunnei 2021-05-01 23:24:51 -07:00
  • f23760b1e1 fixup! hle: kernel: Add initial impl. of slab setup. bunnei 2021-05-01 22:30:42 -07:00
  • 1e983b19df fixup! hle: kernel: Migrate to KHandleTable. bunnei 2021-05-01 22:07:29 -07:00
  • ad5a5ef43f fixup! hle: kernel: Migrate more of KThread to KAutoObject. bunnei 2021-05-01 21:42:11 -07:00
  • e02785be83 common: parent_of_member: Fix build for OffsetOf(). bunnei 2021-05-01 14:32:36 -07:00
  • 27a6ef64fd fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC. bunnei 2021-05-01 14:16:26 -07:00
  • 9434603450 fixup! hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. bunnei 2021-05-01 12:53:56 -07:00
  • 703d7aaab6 fixup! hle: kernel: Migrate to KHandleTable. bunnei 2021-05-01 12:53:37 -07:00
  • 9beb239634 fixup! hle: kernel: Add initial impl. of KLinkedList. bunnei 2021-05-01 12:51:11 -07:00
  • 2cdc7142b0 fixup! hle: kernel: Migrate to KHandleTable. bunnei 2021-05-01 12:50:35 -07:00
  • 34abe4a905 fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. bunnei 2021-05-01 12:48:58 -07:00
  • f6d45b747e fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. bunnei 2021-05-01 12:48:41 -07:00
  • 1b074b8984 fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. bunnei 2021-05-01 12:43:15 -07:00
  • 50d2dc3b51 fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. bunnei 2021-05-01 12:43:00 -07:00
  • d23f9f75ff fixup! hle: kernel: Migrate to KHandleTable. bunnei 2021-05-01 12:42:44 -07:00
  • 4356361faf fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer. bunnei 2021-05-01 12:38:23 -07:00
  • 51aa5a5364 fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer. bunnei 2021-05-01 12:36:48 -07:00
  • 25538db150 fixup! hle: kernel: Add initial impl. of KAutoObject. bunnei 2021-05-01 12:36:21 -07:00
  • 9bae3992e6 fixup! hle: kernel: Add initial impl. of KAutoObject. bunnei 2021-05-01 12:27:13 -07:00
  • 91d8657959 fixup! hle: kernel: Add initial impl. of slab setup. bunnei 2021-05-01 12:25:51 -07:00
  • d3c166d4d5 common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix. bunnei 2021-05-01 12:22:14 -07:00
  • 0536004d91 fixup! hle: kernel: Rename Process to KProcess. bunnei 2021-05-01 12:18:38 -07:00
  • 57f80c74b6 fixup! hle: kernel: Migrate to KHandleTable. bunnei 2021-05-01 12:17:45 -07:00
  • caa11748c6 fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. bunnei 2021-05-01 12:17:11 -07:00
  • 7866eb03bb hle: kernel: svc: ConnectToNamedPort: Use KHandleTable::Reserve. bunnei 2021-04-24 02:54:16 -07:00
  • 4b03e6e776 hle: kernel: Migrate to KHandleTable. bunnei 2021-04-24 02:40:31 -07:00
  • 8f5052a514 hle: kernel: KClassToken: Ensure class tokens are correct. bunnei 2021-04-23 22:11:03 -07:00
  • 0b27c721c9 hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. bunnei 2021-04-30 14:53:22 -07:00
  • 2a7eff57a8 hle: kernel: Rename Process to KProcess. bunnei 2021-04-23 22:04:28 -07:00
  • bf380b8584 hle: kernel: Remove deprecated Object class. bunnei 2021-04-23 21:50:04 -07:00
  • 864841eb9e hle: kernel: Do not shutdown twice on emulator close. bunnei 2021-04-23 17:04:33 -07:00