Commit Graph

  • c1832d17f6 Merge pull request #13117 from mitaclaw/ranges-modernization-9-trivial-find Tilka 2024-10-11 20:27:18 +01:00
  • 203923b267 JitArm64_RegCache: Simplify std::find using ranges and projections mitaclaw 2024-10-05 16:08:35 -07:00
  • 8b1975ab18 GraphicsMod: Simplify std::sort using ranges and projections mitaclaw 2024-10-05 16:08:01 -07:00
  • 2edf6c6419 CoreTiming: Simplify algorithms using ranges and three-way comparison mitaclaw 2024-10-05 16:09:15 -07:00
  • d374284d92 Merge pull request #13119 from SuperSamus/skylanders-tt-gp-remove Tilka 2024-10-11 19:35:14 +01:00
  • 696ff5baea Merge pull request #13121 from mitaclaw/synthesize-operator!= Tilka 2024-10-11 18:31:56 +01:00
  • e8d5fb89e4 C++20: Synthesize operator!= From operator== mitaclaw 2024-10-08 17:16:57 -07:00
  • d296b2613c Modernize std::adjacent_find with ranges mitaclaw 2024-08-22 18:21:09 -07:00
  • e4fb837f4b Modernize std::find_if with ranges mitaclaw 2024-09-21 18:09:34 -07:00
  • 6ca7e2856b Modernize std::find with ranges mitaclaw 2024-09-20 22:18:04 -07:00
  • a9a779a6b9 JitArm64_Integer: Use IsImm helper more Sintendo 2024-10-10 22:21:31 +02:00
  • 0d9984b299 JitArm64_SystemRegisters: Optimize mtspr Sintendo 2024-10-10 22:16:25 +02:00
  • 8304ae3361 JitArm64_RegCache: Add IsImm helper Sintendo 2024-10-10 22:13:30 +02:00
  • cb8b235a48 Remove Bloom Definitions for Skylanders Trap Team Martino Fontana 2024-10-10 22:03:34 +02:00
  • b5f7a50874 Merge pull request #13118 from BobConanDev/master Tilka 2024-10-10 20:35:13 +01:00
  • f5bc6f8bdb Update Contributing.md Bob Conan 2024-10-10 14:03:49 -05:00
  • e572081ac3 Modernize std::min_element with ranges mitaclaw 2024-09-29 11:12:44 -07:00
  • c99a0c25e0 Modernize std::max_element with ranges mitaclaw 2024-09-29 11:12:37 -07:00
  • 88a1a5b4f2 Modernize std::set_intersection with ranges mitaclaw 2024-09-28 22:33:13 -07:00
  • 728663bdc0 Modernize std::binary_search with ranges mitaclaw 2024-09-28 22:30:41 -07:00
  • 01d0bdf1bb Modernize std::is_sorted with ranges mitaclaw 2024-09-28 22:23:45 -07:00
  • ebf7cebc32 Modernize std::sort with ranges mitaclaw 2024-09-29 11:19:05 -07:00
  • bcaf665d14 Modernize std::reverse_copy with ranges mitaclaw 2024-09-28 20:22:58 -07:00
  • 78440ca335 Modernize std::reverse with ranges mitaclaw 2024-09-28 20:20:31 -07:00
  • 9bd1dae41d Modernize std::fill with ranges mitaclaw 2024-08-22 19:16:36 -07:00
  • a7160c7b38 Modernize std::replace_if with ranges mitaclaw 2024-09-29 11:08:17 -07:00
  • 0a80243a92 Modernize std::replace with ranges mitaclaw 2024-09-29 11:08:08 -07:00
  • 72436a0d1f Modernize std::transform with ranges mitaclaw 2024-09-29 10:44:00 -07:00
  • 7ce170f138 Modernize std::copy with ranges mitaclaw 2024-09-27 22:30:01 -07:00
  • 249defa72b Modernize std::equal with ranges mitaclaw 2024-09-21 23:46:43 -07:00
  • 4cc5e1972a Modernize std::count_if with ranges mitaclaw 2024-09-21 18:24:22 -07:00
  • c46060e298 Modernize std::count with ranges mitaclaw 2024-09-21 18:13:21 -07:00
  • ed5eb49d47 Modernize std::for_each with ranges mitaclaw 2024-09-29 10:31:49 -07:00
  • e96960e2a6 VideoCommon: fix common opcode decoding errors Tillmann Karras 2024-10-10 00:29:21 +01:00
  • 519da8297c Simplify std::stable_sort with std::ranges::stable_partition mitaclaw 2024-09-28 22:17:12 -07:00
  • e6f93efac4 Simplify std::transform with std::ranges::transform_view mitaclaw 2024-09-29 10:44:23 -07:00
  • 809766a439 Simplify std::fill with std::array::fill mitaclaw 2024-08-22 19:26:08 -07:00
  • 3c11360335 IOS: log cIOS device checks as warnings, not errors Tillmann Karras 2024-10-09 00:24:08 +01:00
  • 7db13d23c9 Merge pull request #13086 from Tilka/gameini Jules Blok 2024-10-09 02:06:51 +02:00
  • b6ec8ddc20 Simplify std::fill with std::fill_n mitaclaw 2024-08-22 19:24:49 -07:00
  • 7c96762f5f Simplify std::copy with std::copy_n mitaclaw 2024-09-28 15:37:09 -07:00
  • 2b22e6ffc9 Merge pull request #13109 from Pokechu22/fifo-player-wii-bats Tilka 2024-10-07 17:42:54 +01:00
  • 3466f803b5 Merge pull request #13110 from Pokechu22/fifo-analyzer-xf-index-words Tilka 2024-10-07 17:38:24 +01:00
  • 929bcbdde9 Fifo analyzer: Fix indexed XF loads showing "bytes" instead of "words" Pokechu22 2024-10-06 21:56:48 -07:00
  • de61430dae FifoPlayer: Set up additional BATs in Wii mode Pokechu22 2024-10-06 21:48:34 -07:00
  • f5a0b34718 Readme: specify which windows 10 version is minimum Mrlinkwii 2024-10-07 00:25:10 +01:00
  • 339f9311fb Merge pull request #12918 from JosJuice/revert-revert-audit-get-state JMC47 2024-10-06 11:26:06 -04:00
  • d78b76790d Merge pull request #13105 from lycheefox/skylanders JMC47 2024-10-06 11:21:32 -04:00
  • 1454934a07 VideoBackends:Metal: Use standardized C++ features over clang builtins TellowKrinkle 2024-09-30 23:35:27 -05:00
  • 32fd10bd08 VideoBackends:Metal: Log file on failed pipeline compile TellowKrinkle 2024-09-29 23:55:14 -05:00
  • 3cb4c21d0b Merge pull request #13103 from TellowKrinkle/VMAVulkanVersion JMC47 2024-10-06 01:57:51 -04:00
  • ad1109e191 Skylanders: Fix Head Rush (Nitro) lycheefox 2024-10-05 22:14:17 -04:00
  • 9244cded9f VideoBackends:Vulkan: Increase VMA Vulkan Version to 1.2 TellowKrinkle 2024-10-05 16:51:14 -05:00
  • d1ac40a72b Merge pull request #13101 from JosJuice/gametdbid-partition Tilka 2024-10-05 22:31:58 +01:00
  • b191c0f7d8 Merge pull request #12208 from PatrickFerry/add-vertex-depth-range-case Jules Blok 2024-10-05 14:14:11 +02:00
  • 6798f63a2e Core: Include partition when calling GetGameTDBID for non-game partition JosJuice 2024-10-05 13:04:50 +02:00
  • 2d9f789940 Merge pull request #13050 from TellowKrinkle/HKIsNotMVK JMC47 2024-10-05 00:51:27 -04:00
  • ae14abb2fa Merge pull request #13088 from TellowKrinkle/iOSFixes OatmealDome 2024-10-04 17:32:44 -04:00
  • e6f222c86b Merge pull request #13098 from SuperSamus/skylanders-ini JMC47 2024-10-04 12:39:47 -04:00
  • 6ca2da53e8 Partially revert "Revert "Audit uses of IsRunning and GetState"" JosJuice 2024-07-02 17:27:04 +02:00
  • 2da3e49b1e Merge pull request #13078 from Dentomologist/videobackendbase_only_populate_backend_info_when_uninitialized JosJuice 2024-10-04 18:31:06 +02:00
  • e57ee3c099 GameINI: Add Skylanders: Trap Team EFBEmulateFormatChanges = True properly emulates the blur in the backgrounds. ImmediateXFBEnable = False to prevent epilepsy-inducing FMVs. Martino Fontana 2024-10-03 19:39:21 +02:00
  • b055965792 GameINI: Add Skylanders: Giants EFBEmulateFormatChanges = True properly emulates the blur in the pause screen. ImmediateXFBEnable = False to prevent epilepsy-inducing FMVs and main menu. Martino Fontana 2024-10-03 19:38:34 +02:00
  • f3dd61ae89 GameINI: Add Skylanders: Spyro's Adventure EFBEmulateFormatChanges = True properly emulates the blur in the pause screen. ImmediateXFBEnable = False to prevent epilepsy-inducing FMVs and main menu. Martino Fontana 2024-10-03 19:37:50 +02:00
  • 76287f3810 Merge pull request #13097 from Tilka/vidpid JosJuice 2024-10-03 19:05:56 +02:00
  • a36746a79a Turn off debug mode if hardcore is active on emulator start LillyJadeKatrin 2024-10-03 09:01:00 -04:00
  • 72f682ab13 Add Confirm Popups for Achievements Logout and Hardcore Off LillyJadeKatrin 2024-07-24 22:15:06 -04:00
  • 415fa3c6a5 Migrate Hardcore Toggle Code to Achievement Manager LillyJadeKatrin 2024-09-10 08:18:38 -04:00
  • e259831bcf Merge pull request #13087 from TellowKrinkle/PresentSkip JMC47 2024-10-02 21:09:25 -04:00
  • a267c56412 VideoBackends:Vulkan: Wait until we've confirmed a successful AcquireNextImage before marking semaphores used TellowKrinkle 2024-09-30 22:00:41 -05:00
  • 7e1a9490c0 VideoBackends:Vulkan: Don't try to present if swapchain acquire failed TellowKrinkle 2024-09-30 18:29:38 -05:00
  • e455833ea4 Bluetooth: show vid:pid in error message Tillmann Karras 2024-10-01 23:15:05 +01:00
  • 122bce08de Merge pull request #12953 from LillyJadeKatrin/retroachievements-fail-messaging JMC47 2024-10-02 14:50:21 -04:00
  • 2f40bc25ae Properly Notify when Achievements Login Fails LillyJadeKatrin 2024-07-24 20:50:54 -04:00
  • 808d11c434 Merge pull request #13081 from PatrickFerry/gameini_fixing_mistakes_part_2 JMC47 2024-10-01 10:58:16 -04:00
  • c88e48db19 Merge pull request #13085 from TellowKrinkle/AutoSizeEFBScale JMC47 2024-10-01 10:53:05 -04:00
  • 1cb6866de4 Revert "Allow shared zlib-ng" TellowKrinkle 2024-10-01 00:27:11 -05:00
  • 70f69c3213 VideoBackends:Metal: subgroup_ops requires Apple7, not Apple6 TellowKrinkle 2024-09-30 23:38:23 -05:00
  • 0323b30ed7 GameSettings: safe texture cache for "Winter Sports 3: The Great Tournament" Tillmann Karras 2024-10-01 01:39:04 +01:00
  • a02cbc9b78 WII_IPC: rewrite multiply as 100_tbticks literal (NFC) Tillmann Karras 2024-09-29 17:30:56 +01:00
  • fd94ff252d VideoCommon: Dirty pixel shader manager on efb scale changes TellowKrinkle 2024-09-30 00:39:54 -05:00
  • 14feaf4ba8 VideoBackends:Metal: Use ios_use_simdgroup_functions with SPIRV-Cross TellowKrinkle 2024-09-29 23:58:23 -05:00
  • c7cbac538a Merge pull request #13083 from Tilka/apploader Tilka 2024-09-29 14:40:43 +01:00
  • 5b40a7ed17 Merge pull request #13084 from mitaclaw/static-assert-promote JosJuice 2024-09-29 09:56:42 +02:00
  • c60accc96d VolumeVerifier: Promote DEBUG_ASSERT to static_assert mitaclaw 2024-09-28 23:12:12 -07:00
  • b168a8092f Boot: write Apploader version into memory Tillmann Karras 2024-09-29 00:27:08 +01:00
  • eb07c832b9 GameINI: Set Texture Cache Accuracy to "Safe" for UFC Personal Trainer: The Ultimate Fitness System Patrick Ferry 2024-09-29 00:35:34 +01:00
  • 1d8fef8649 GameINI: Disable AA in Sonic Heroes Patrick Ferry 2024-09-29 00:35:24 +01:00
  • a2fec747c6 GameINI: Rename INI for Naruto Collection (Demo) Patrick Ferry 2024-09-29 00:35:09 +01:00
  • 5f49aa3afb GameINI: Remove Obsolete Setting in FaceBreaker K.O. Party Patrick Ferry 2024-09-29 00:34:51 +01:00
  • d86146af72 GameINI: Remove Obsolete Settings in Super Metroid Demo (Brawl VC) Patrick Ferry 2024-09-29 00:34:36 +01:00
  • 576bae3ac8 GameINI: Fix Cheats for Conduit 2 Patrick Ferry 2024-09-29 00:34:23 +01:00
  • d0e6573ac7 Android: Use enableEdgeToEdge JosJuice 2024-09-28 18:20:31 +02:00
  • 14a802b58b Android: Add 16 KiB page size support JosJuice 2024-09-28 12:08:01 +02:00
  • 2748771cb3 linux: Use D-Bus to inhibit screensaver robxnano 2024-09-23 17:51:04 +01:00
  • dc1b961c09 VideoBackendBase: Only populate backend info when uninitialized Dentomologist 2024-09-27 12:05:01 -07:00
  • 5e8f5afb52 DolphinQt: Remove unneeded Win32 code robxnano 2024-09-26 17:48:53 +01:00
  • 2cb124bd3a Merge pull request #13062 from Dentomologist/graphics_clarify_relationship_between_incompatible_settings Tilka 2024-09-27 05:40:30 +01:00
  • 61836e5d8e Merge pull request #13077 from Dentomologist/graphicswindow_fix_first_opening_during_emulation_startup_crash Tilka 2024-09-27 05:38:37 +01:00
  • 0a1084fad5 VideoBackendBase: Check Core state in PopulateBackendInfo Dentomologist 2024-09-26 15:11:26 -07:00