Commit Graph

  • 01d0bdf1bb Modernize `std::is_sorted` with ranges mitaclaw 2024-09-28 22:23:45 -0700
  • ebf7cebc32 Modernize `std::sort` with ranges mitaclaw 2024-09-29 11:19:05 -0700
  • bcaf665d14 Modernize `std::reverse_copy` with ranges mitaclaw 2024-09-28 20:22:58 -0700
  • 78440ca335 Modernize `std::reverse` with ranges mitaclaw 2024-09-28 20:20:31 -0700
  • 9bd1dae41d Modernize `std::fill` with ranges mitaclaw 2024-08-22 19:16:36 -0700
  • a7160c7b38 Modernize `std::replace_if` with ranges mitaclaw 2024-09-29 11:08:17 -0700
  • 0a80243a92 Modernize `std::replace` with ranges mitaclaw 2024-09-29 11:08:08 -0700
  • 72436a0d1f Modernize `std::transform` with ranges mitaclaw 2024-09-29 10:44:00 -0700
  • 7ce170f138 Modernize `std::copy` with ranges mitaclaw 2024-09-27 22:30:01 -0700
  • 249defa72b Modernize `std::equal` with ranges mitaclaw 2024-09-21 23:46:43 -0700
  • 4cc5e1972a Modernize `std::count_if` with ranges mitaclaw 2024-09-21 18:24:22 -0700
  • c46060e298 Modernize `std::count` with ranges mitaclaw 2024-09-21 18:13:21 -0700
  • ed5eb49d47 Modernize `std::for_each` with ranges mitaclaw 2024-09-29 10:31:49 -0700
  • e96960e2a6 VideoCommon: fix common opcode decoding errors Tillmann Karras 2024-10-10 00:29:21 +0100
  • 6f4231ef0a
    Merge c7b0198154 into 7db13d23c9 Pokechu22 2024-10-09 19:26:14 -0500
  • 519da8297c Simplify `std::stable_sort` with `std::ranges::stable_partition` mitaclaw 2024-09-28 22:17:12 -0700
  • e6f93efac4 Simplify `std::transform` with `std::ranges::transform_view` mitaclaw 2024-09-29 10:44:23 -0700
  • 809766a439 Simplify `std::fill` with `std::array::fill` mitaclaw 2024-08-22 19:26:08 -0700
  • 3c11360335 IOS: log cIOS device checks as warnings, not errors Tillmann Karras 2024-10-09 00:24:08 +0100
  • 3802cd4068
    Merge 7eab58d0cd into 7db13d23c9 Tilka 2024-10-09 03:01:09 +0100
  • a1a43d7da4 Draft: Use a fixed-point depth buffer with an unrestricted depth range. Jules Blok 2024-10-05 16:25:17 +0200
  • 73eec396e1 OGL: Add unrestricted depth range support. Jules Blok 2024-10-05 16:25:17 +0200
  • 32521d1536 Vulkan: Don't use an unrestricted depth range on a 24-bit depth buffer. Jules Blok 2024-10-05 14:55:33 +0200
  • e0fe72bfc0 VideoCommon: Always utilize unrestricted depth range to get rid of normalization. Jules Blok 2024-10-05 14:52:21 +0200
  • 9f9b1752cb VideoCommon: Add support for unrestricted depth range. Jules Blok 2024-10-02 22:25:40 +0200
  • 7db13d23c9
    Merge pull request #13086 from Tilka/gameini Jules Blok 2024-10-09 02:06:51 +0200
  • 22c224b50e Modernize `std::max_element` with ranges and projections mitaclaw 2024-09-29 11:13:02 -0700
  • f7c6e533c9 Modernize `std::lower_bound`/`upper_bound` with ranges and projections mitaclaw 2024-09-28 22:26:43 -0700
  • 8a63548ab5 Modernize `std::stable_sort` with ranges and projections mitaclaw 2024-09-28 22:20:48 -0700
  • ab1bfac3dc Modernize `std::sort` with ranges and projections mitaclaw 2024-09-29 11:19:33 -0700
  • e23de1c5be Modernize `std::none_of` with ranges and projections mitaclaw 2024-09-30 15:06:25 -0700
  • 0ec5c6b4f8 Simplify `std::count_if` with `std::ranges::count` and projections mitaclaw 2024-09-29 15:07:08 -0700
  • 7d2a49811d Simplify `std::find_if` with `std::ranges::find` and projections mitaclaw 2024-09-21 14:43:21 -0700
  • c1399121e9 Common: Create Range Projections For `std::pair` mitaclaw 2024-09-29 14:07:27 -0700
  • d64c3d4cc4
    Merge ad37599dba into 2b22e6ffc9 Jared M. White 2024-10-08 00:36:49 -0500
  • 9c26fa8d34 Simplify `std::search` with `Common::ContainsSubrange` mitaclaw 2024-10-01 11:41:25 -0700
  • 924be8d006 Simplify `std::find_if` with `Common::Contains` mitaclaw 2024-09-21 14:50:23 -0700
  • 64a817084d Simplify `std::find` with `Common::Contains` mitaclaw 2024-09-20 22:17:29 -0700
  • d5f8a06328 Common: Create "Contains.h" Algorithm Header mitaclaw 2024-09-29 14:29:06 -0700
  • b6ec8ddc20 Simplify `std::fill` with `std::fill_n` mitaclaw 2024-08-22 19:24:49 -0700
  • 7c96762f5f Simplify `std::copy` with `std::copy_n` mitaclaw 2024-09-28 15:37:09 -0700
  • 2b22e6ffc9
    Merge pull request #13109 from Pokechu22/fifo-player-wii-bats Tilka 2024-10-07 17:42:54 +0100
  • 3466f803b5
    Merge pull request #13110 from Pokechu22/fifo-analyzer-xf-index-words Tilka 2024-10-07 17:38:24 +0100
  • 929bcbdde9 Fifo analyzer: Fix indexed XF loads showing "bytes" instead of "words" Pokechu22 2024-10-06 21:56:48 -0700
  • de61430dae FifoPlayer: Set up additional BATs in Wii mode Pokechu22 2024-10-06 21:48:34 -0700
  • f5a0b34718 Readme: specify which windows 10 version is minimum Mrlinkwii 2024-10-07 00:25:10 +0100
  • b1aff16c7c added a check to unpause current game xanmankey 2024-10-06 17:35:46 -0400
  • 54384bf35c when selecting a different game while paused, changes game instead of unpausing the current game xanmankey 2024-10-06 16:37:16 -0400
  • 886931e8da Lint: Require clang-format-15 mitaclaw 2024-10-06 11:09:11 -0700
  • 339f9311fb
    Merge pull request #12918 from JosJuice/revert-revert-audit-get-state JMC47 2024-10-06 11:26:06 -0400
  • d78b76790d
    Merge pull request #13105 from lycheefox/skylanders JMC47 2024-10-06 11:21:32 -0400
  • 1454934a07 VideoBackends:Metal: Use standardized C++ features over clang builtins TellowKrinkle 2024-09-30 23:35:27 -0500
  • 32fd10bd08 VideoBackends:Metal: Log file on failed pipeline compile TellowKrinkle 2024-09-29 23:55:14 -0500
  • 3cb4c21d0b
    Merge pull request #13103 from TellowKrinkle/VMAVulkanVersion JMC47 2024-10-06 01:57:51 -0400
  • ad1109e191 Skylanders: Fix Head Rush (Nitro) lycheefox 2024-10-05 22:14:17 -0400
  • 715afe342e
    Merge 0f4a8bb3be into d1ac40a72b Dave Murphy 2024-10-05 23:51:01 +0100
  • 9244cded9f VideoBackends:Vulkan: Increase VMA Vulkan Version to 1.2 TellowKrinkle 2024-10-05 16:51:14 -0500
  • d1ac40a72b
    Merge pull request #13101 from JosJuice/gametdbid-partition Tilka 2024-10-05 22:31:58 +0100
  • b191c0f7d8
    Merge pull request #12208 from PatrickFerry/add-vertex-depth-range-case Jules Blok 2024-10-05 14:14:11 +0200
  • 6798f63a2e Core: Include partition when calling GetGameTDBID for non-game partition JosJuice 2024-10-05 13:04:50 +0200
  • 2d9f789940
    Merge pull request #13050 from TellowKrinkle/HKIsNotMVK JMC47 2024-10-05 00:51:27 -0400
  • ae14abb2fa
    Merge pull request #13088 from TellowKrinkle/iOSFixes OatmealDome 2024-10-04 17:32:44 -0400
  • e6f222c86b
    Merge pull request #13098 from SuperSamus/skylanders-ini JMC47 2024-10-04 12:39:47 -0400
  • 6ca2da53e8 Partially revert "Revert "Audit uses of IsRunning and GetState"" JosJuice 2024-07-02 17:27:04 +0200
  • 2da3e49b1e
    Merge pull request #13078 from Dentomologist/videobackendbase_only_populate_backend_info_when_uninitialized JosJuice 2024-10-04 18:31:06 +0200
  • 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 +0200
  • 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 +0200
  • 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 +0200
  • 3b92f4928a Vulkan: Remove unnecessary command buffer execution Ali Homafar 2024-08-28 13:28:55 -0400
  • 76287f3810
    Merge pull request #13097 from Tilka/vidpid JosJuice 2024-10-03 19:05:56 +0200
  • a36746a79a Turn off debug mode if hardcore is active on emulator start LillyJadeKatrin 2024-10-03 09:01:00 -0400
  • 72f682ab13 Add Confirm Popups for Achievements Logout and Hardcore Off LillyJadeKatrin 2024-07-24 22:15:06 -0400
  • 415fa3c6a5 Migrate Hardcore Toggle Code to Achievement Manager LillyJadeKatrin 2024-09-10 08:18:38 -0400
  • ab325c0297
    Merge 4ae6842ccc into e259831bcf Tygyh 2024-10-03 02:31:12 -0300
  • e259831bcf
    Merge pull request #13087 from TellowKrinkle/PresentSkip JMC47 2024-10-02 21:09:25 -0400
  • a267c56412 VideoBackends:Vulkan: Wait until we've confirmed a successful AcquireNextImage before marking semaphores used TellowKrinkle 2024-09-30 22:00:41 -0500
  • 7e1a9490c0 VideoBackends:Vulkan: Don't try to present if swapchain acquire failed TellowKrinkle 2024-09-30 18:29:38 -0500
  • 8774d654cf USB: emulate Tony Hawk Ride/Shred skateboard controller Tillmann Karras 2023-02-13 03:32:10 +0000
  • e455833ea4 Bluetooth: show vid:pid in error message Tillmann Karras 2024-10-01 23:15:05 +0100
  • 122bce08de
    Merge pull request #12953 from LillyJadeKatrin/retroachievements-fail-messaging JMC47 2024-10-02 14:50:21 -0400
  • 0004d6d25b
    Merge ef4cdcc281 into 808d11c434 Robin Kertels 2024-10-01 17:17:25 -0500
  • 2f40bc25ae Properly Notify when Achievements Login Fails LillyJadeKatrin 2024-07-24 20:50:54 -0400
  • 808d11c434
    Merge pull request #13081 from PatrickFerry/gameini_fixing_mistakes_part_2 JMC47 2024-10-01 10:58:16 -0400
  • c88e48db19
    Merge pull request #13085 from TellowKrinkle/AutoSizeEFBScale JMC47 2024-10-01 10:53:05 -0400
  • 1cb6866de4 Revert "Allow shared zlib-ng" TellowKrinkle 2024-10-01 00:27:11 -0500
  • 70f69c3213 VideoBackends:Metal: subgroup_ops requires Apple7, not Apple6 TellowKrinkle 2024-09-30 23:38:23 -0500
  • 0323b30ed7 GameSettings: safe texture cache for "Winter Sports 3: The Great Tournament" Tillmann Karras 2024-10-01 01:39:04 +0100
  • a02cbc9b78 WII_IPC: rewrite multiply as 100_tbticks literal (NFC) Tillmann Karras 2024-09-29 17:30:56 +0100
  • fd94ff252d VideoCommon: Dirty pixel shader manager on efb scale changes TellowKrinkle 2024-09-30 00:39:54 -0500
  • 14feaf4ba8 VideoBackends:Metal: Use ios_use_simdgroup_functions with SPIRV-Cross TellowKrinkle 2024-09-29 23:58:23 -0500
  • 1aa7efb56c GeneralPane: Add Hardcore Mode tooltip clarifications Dentomologist 2024-09-28 17:26:46 -0700
  • c7cbac538a
    Merge pull request #13083 from Tilka/apploader Tilka 2024-09-29 14:40:43 +0100
  • 5b40a7ed17
    Merge pull request #13084 from mitaclaw/static-assert-promote JosJuice 2024-09-29 09:56:42 +0200
  • c60accc96d VolumeVerifier: Promote `DEBUG_ASSERT` to `static_assert` mitaclaw 2024-09-28 23:12:12 -0700
  • b168a8092f Boot: write Apploader version into memory Tillmann Karras 2024-09-29 00:27:08 +0100
  • eb07c832b9 GameINI: Set Texture Cache Accuracy to "Safe" for UFC Personal Trainer: The Ultimate Fitness System Patrick Ferry 2024-09-29 00:35:34 +0100
  • 1d8fef8649 GameINI: Disable AA in Sonic Heroes Patrick Ferry 2024-09-29 00:35:24 +0100
  • a2fec747c6 GameINI: Rename INI for Naruto Collection (Demo) Patrick Ferry 2024-09-29 00:35:09 +0100
  • 5f49aa3afb GameINI: Remove Obsolete Setting in FaceBreaker K.O. Party Patrick Ferry 2024-09-29 00:34:51 +0100
  • d86146af72 GameINI: Remove Obsolete Settings in Super Metroid Demo (Brawl VC) Patrick Ferry 2024-09-29 00:34:36 +0100