Commit Graph

  • 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 #13115 Tillmann Karras 2024-10-10 00:29:21 +01:00
  • 6f4231ef0a
    Merge c7b0198154ca955f890eada183e1aeb5d26c4ce3 into 7db13d23c9f8356c3d38e56a5587c377bd8e991c #12338 Pokechu22 2024-10-09 19:26:14 -05: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 #13112 Tillmann Karras 2024-10-09 00:24:08 +01:00
  • a1a43d7da4 Draft: Use a fixed-point depth buffer with an unrestricted depth range. #13111 Jules Blok 2024-10-05 16:25:17 +02:00
  • 73eec396e1 OGL: Add unrestricted depth range support. #13100 Jules Blok 2024-10-05 16:25:17 +02:00
  • 32521d1536 Vulkan: Don't use an unrestricted depth range on a 24-bit depth buffer. Jules Blok 2024-10-05 14:55:33 +02:00
  • e0fe72bfc0 VideoCommon: Always utilize unrestricted depth range to get rid of normalization. Jules Blok 2024-10-05 14:52:21 +02:00
  • 9f9b1752cb VideoCommon: Add support for unrestricted depth range. Jules Blok 2024-10-02 22:25:40 +02:00
  • 7db13d23c9
    Merge pull request #13086 from Tilka/gameini Jules Blok 2024-10-09 02:06:51 +02:00
  • d64c3d4cc4
    Merge ad37599dba924bb5bf9cf0c66c0923e4d40bdc98 into 2b22e6ffc9619dacf6854aec81e5a0e39ca0c08e #12914 Jared M. White 2024-10-08 00:36:49 -05:00
  • b6ec8ddc20 Simplify std::fill with std::fill_n #13095 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" #13110 Pokechu22 2024-10-06 21:56:48 -07:00
  • de61430dae FifoPlayer: Set up additional BATs in Wii mode #13109 Pokechu22 2024-10-06 21:48:34 -07:00
  • f5a0b34718 Readme: specify which windows 10 version is minimum #13108 Mrlinkwii 2024-10-07 00:25:10 +01:00
  • b1aff16c7c added a check to unpause current game #13107 xanmankey 2024-10-06 17:35:46 -04:00
  • 54384bf35c when selecting a different game while paused, changes game instead of unpausing the current game xanmankey 2024-10-06 16:37:16 -04:00
  • 886931e8da Lint: Require clang-format-15 #13106 mitaclaw 2024-10-06 11:09:11 -07: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 #13104 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) #13105 lycheefox 2024-10-05 22:14:17 -04:00
  • 9244cded9f VideoBackends:Vulkan: Increase VMA Vulkan Version to 1.2 #13103 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 #13101 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"" #12918 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. #13098 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
  • 3b92f4928a Vulkan: Remove unnecessary command buffer execution #13041 Ali Homafar 2024-08-28 13:28:55 -04: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 #12954 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
  • ab325c0297
    Merge 4ae6842ccc2c73fca9de0a3443830ac3eb32add1 into e259831bcfb90b6d27d28114b9350786543cba6c #13026 Tygyh 2024-10-03 02:31:12 -03: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 #13087 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
  • 8774d654cf USB: emulate Tony Hawk Ride/Shred skateboard controller #11618 Tillmann Karras 2023-02-13 03:32:10 +00:00
  • e455833ea4 Bluetooth: show vid:pid in error message #13097 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
  • 0004d6d25b
    Merge ef4cdcc2813df022508b324868ce185ce4ef4d86 into 808d11c434bf56f832b49366309069073fddd364 #11392 Robin Kertels 2024-10-01 17:17:25 -05:00
  • 2f40bc25ae Properly Notify when Achievements Login Fails #12953 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" #13089 TellowKrinkle 2024-10-01 00:27:11 -05:00
  • 70f69c3213 VideoBackends:Metal: subgroup_ops requires Apple7, not Apple6 #13088 TellowKrinkle 2024-09-30 23:38:23 -05:00
  • 0323b30ed7 GameSettings: safe texture cache for "Winter Sports 3: The Great Tournament" #13086 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 #13085 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
  • 1aa7efb56c GeneralPane: Add Hardcore Mode tooltip clarifications #13082 Dentomologist 2024-09-28 17:26:46 -07: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 #13084 mitaclaw 2024-09-28 23:12:12 -07:00
  • b168a8092f Boot: write Apploader version into memory #13083 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 #13081 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 #13080 JosJuice 2024-09-28 18:20:31 +02:00
  • 14a802b58b Android: Add 16 KiB page size support #13079 JosJuice 2024-09-28 12:08:01 +02:00
  • 2748771cb3
    linux: Use D-Bus to inhibit screensaver #13076 robxnano 2024-09-23 17:51:04 +01:00
  • dc1b961c09 VideoBackendBase: Only populate backend info when uninitialized #13078 Dentomologist 2024-09-27 12:05:01 -07:00
  • 5e8f5afb52
    DolphinQt: Remove unneeded Win32 code #13075 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 #13077 #12994 Dentomologist 2024-09-26 15:11:26 -07:00
  • 2b82c34ea8 Core: Remove redundant call to PopulateBackendInfo Dentomologist 2024-09-26 13:33:16 -07:00
  • 91f7b776ca GraphicsWindow: Fix crash when opening during emulation startup Dentomologist 2024-09-24 12:55:43 -07:00
  • b1cd4a6690
    Merge pull request #13068 from mitaclaw/redundant-case-insensitive JMC47 2024-09-26 18:24:36 -04:00
  • d4d3acb796
    Merge pull request #13065 from mitaclaw/ppc-breakpoints-signal JMC47 2024-09-26 18:20:43 -04:00