Commit Graph

  • 609165b62b Fix building with USE_RETRO_ACHIEVEMENTS=OFF Tillmann Karras 2025-04-22 23:31:01 +01:00
  • f6d3f448d9 IOS/Network: fix -Wmissing-braces warnings Tillmann Karras 2025-04-20 21:31:16 +01:00
  • ac76deaef0 Merge pull request #13529 from jordan-woyak/StateBuffer Jordan Woyak 2025-04-22 16:30:51 -05:00
  • da84a9f605 Merge pull request #13477 from OatmealDome/macos-11 OatmealDome 2025-04-22 17:27:12 -04:00
  • afee9a56e9 Merge pull request #13474 from JosJuice/rock-band-playstation Jordan Woyak 2025-04-22 16:02:16 -05:00
  • 9254a53397 Merge pull request #13490 from JosJuice/one-usb-scanner Jordan Woyak 2025-04-22 16:01:18 -05:00
  • 25fdde4204 Android: Update platform enum values JosJuice 2025-04-22 20:02:52 +02:00
  • fd8ce3ce80 Merge pull request #13555 from jordan-woyak/cubeb-default JMC47 2025-04-22 12:07:43 -04:00
  • 12010ebf78 Merge pull request #13557 from LillyJadeKatrin/pause-bugfix JosJuice 2025-04-22 17:55:23 +02:00
  • ecafd8058f DiscIO: Remove redundant qualifiers Dr. Dystopia 2025-04-19 21:45:27 +02:00
  • 71249dec33 Android: Apply style alignment refactorings Dr. Dystopia 2025-04-22 13:34:21 +02:00
  • 89873d6238 Merge pull request #13472 from tygyh/Use-values-function Jordan Woyak 2025-04-22 02:25:46 -05:00
  • d670c21c8e Always allow pausing if game not loaded LillyJadeKatrin 2025-04-21 22:38:09 -04:00
  • 0f30b59aef Merge pull request #13556 from jordan-woyak/dvd-interface-crash-fix JMC47 2025-04-21 22:15:12 -04:00
  • 1e8b668793 DVDInterface: Fix crash when playing wiiware. Jordan Woyak 2025-04-21 18:24:16 -05:00
  • 1fc6be7f80 AudioCommon: Make cubeb sound backend default on Linux. Jordan Woyak 2025-04-21 16:23:25 -05:00
  • de2826d995 Merge branch 'release-prep-2503a' OatmealDome 2025-04-21 17:03:52 -04:00
  • e468e2359a IOS: Only have one USBScanner JosJuice 2025-04-06 14:18:43 +02:00
  • 8f12512d0d Call AchievementManager CloseGame on load failures LillyJadeKatrin 2025-04-14 22:04:57 -04:00
  • 920a44aec2 IOS: Diff device lists in USBHost instead of USBScanner JosJuice 2025-04-06 20:00:50 +02:00
  • 24fdcc1a0e IOS: Add missing locking for USBHost::m_devices JosJuice 2025-04-06 15:25:25 +02:00
  • 50a8ae9d90 IOS: Keep copy of m_devices in USBHost JosJuice 2025-04-06 14:43:45 +02:00
  • 427e9c5ad2 IOS: Move USB scanning thread to new class USBScanner JosJuice 2025-04-06 11:53:25 +02:00
  • c0c180bdc2 Merge pull request #13467 from JosJuice/profiler-thread-safety JosJuice 2025-04-21 20:19:47 +02:00
  • 258fc1b209 Merge pull request #12949 from LillyJadeKatrin/retroachievements-new-dev-branch JMC47 2025-04-21 14:08:40 -04:00
  • 0b2338a5ee Merge pull request #10084 from Zopolis4/master JMC47 2025-04-21 13:57:57 -04:00
  • 35fa32e254 Core/PowerPC/JitArm64: Replace zeroes in boolean context with false Dr. Dystopia 2025-04-21 17:06:06 +02:00
  • 89fdc0b9e0 Fix Triforce GameINIs Zopolis4 2021-09-28 10:48:24 +10:00
  • 2238967d93 Add Triforce IPL hash Zopolis4 2023-01-22 21:02:05 +11:00
  • 660232a12c Preliminary implementation of the Triforce Baseboard Zopolis4 2021-11-07 03:19:59 +11:00
  • 2baa09d5b4 Implement endian swapping and lazy decryption of Triforce DI commands Zopolis4 2021-08-23 20:41:22 +10:00
  • 8d94d25203 Implement Triforce ID parsing Zopolis4 2021-12-17 18:56:48 +11:00
  • 71f654cdc4 Add Triforce platform and preliminary boot.id parsing Zopolis4 2021-08-10 07:49:34 +10:00
  • 494e2c05c2 Adding support for detecting .bin images Zopolis4 2021-07-21 02:18:44 +10:00
  • 0827d9f06d MemArenaDarwin: Initialize all address variables passed to vm_map 2503a release-prep-2503a OatmealDome 2025-04-16 00:50:54 -04:00
  • 0109c27ad7 SI: Fix GBA link by having a separate response for "error" and "no data". Jordan Woyak 2025-04-17 03:33:54 -05:00
  • e40c9b674c ScmRevGen: Bump version to 2503a OatmealDome 2025-04-21 00:38:22 -04:00
  • ec9fb08dab MTLUtil: Remove availability check for iOS 13 My personal fork requires minimum iOS 14, so this is not required. OatmealDome 2025-04-10 23:48:01 -04:00
  • 65f42ee2d2 MTLUtil: Always use MSL 2.3 The minimum macOS (and minimum iOS on my personal fork) are enough to allow MSL 2.3 usage without availability checks. OatmealDome 2025-04-01 15:23:10 -04:00
  • 53b66be47d MTLUtil: Remove availability checks for macOS 10.15 and iOS 13 OatmealDome 2025-04-01 15:21:02 -04:00
  • 0bc33fb6df MTLUtil: Remove availability check for macOS 10.15 OatmealDome 2025-04-01 15:19:30 -04:00
  • dc8865718e MTLUtil: Remove availability check for macOS 11 OatmealDome 2025-04-01 15:17:22 -04:00
  • 7213cdd439 MemoryUtil: Remove availability checks for macOS 11 OatmealDome 2025-04-01 15:17:04 -04:00
  • ad79a62d22 README: Update minimum macOS version to 11.0 OatmealDome 2025-04-01 15:16:07 -04:00
  • 82ee77e4e1 BuildMacOSUniversalBinary: Remove architecture-specific macOS deployment target flags I can't see any situation in the foreseeable future where we need to target different macOS versions for each architecture. OatmealDome 2025-04-01 15:15:37 -04:00
  • 39e535d4aa CMakeLists: Bump minimum macOS to 11.0 OatmealDome 2025-04-01 15:12:08 -04:00
  • a517c9f862 CoreTiming: Move VISkip calculation into a separate function. Jordan Woyak 2025-03-08 01:14:41 -06:00
  • 7236d1539a CoreTiming: Cleanups to avoid drift from cumulative rounding errors. Jordan Woyak 2025-03-03 00:00:41 -06:00
  • bc3c3eb79a Merge pull request #13524 from jordan-woyak/fix-gba-link OatmealDome 2025-04-20 22:29:38 -04:00
  • 41408076e3 Merge pull request #13520 from shuffle2/android-start JMC47 2025-04-20 20:17:30 -04:00
  • 7e7b75c1e6 Merge pull request #13537 from tygyh/DiscIO-Make-variables-constexpr Tilka 2025-04-21 00:52:18 +01:00
  • 9504916f72 Merge pull request #13538 from tygyh/DiscIO-Use-default-to-define-a-trivial-destructor Tilka 2025-04-20 22:32:12 +01:00
  • 0a52140145 Merge pull request #13549 from shuffle2/ucrtpatch Tilka 2025-04-20 22:24:57 +01:00
  • 45ed4b2be9 Merge pull request #13541 from tygyh/DiscIO-Remove-redundant-zero-initializers-in-aggregate-initializations Tilka 2025-04-20 22:07:58 +01:00
  • 2adf3449f3 Merge pull request #13548 from shuffle2/http Tilka 2025-04-20 22:07:32 +01:00
  • 8d7d026da6 Merge pull request #13533 from tygyh/DiscIO-Make-classes-final Jordan Woyak 2025-04-20 16:06:07 -05:00
  • 2d1161150b remove ucrt compat patches Shawn Hoffman 2025-04-20 12:50:10 -07:00
  • 5dd896a7d9 HttpRequest: remove some legacy code for windows < 8.1 Shawn Hoffman 2025-04-20 11:46:09 -07:00
  • 07ad189b4f DiscIO: Pass parameters by constant reference Dr. Dystopia 2025-04-19 22:40:03 +02:00
  • a1691a4031 Prevent android generating duplicate analytics events Shawn Hoffman 2025-04-15 20:36:33 -07:00
  • ac3dbe2294 Core/State: Use UniqueBuffer instead of make_unique and std::vector for save state buffers. Jordan Woyak 2025-04-18 21:30:32 -05:00
  • 12dcd6c285 Common: Add UniqueBuffer and SharedBuffer templates. Jordan Woyak 2025-04-18 22:13:56 -05:00
  • f78fa2e9f1 LinearDiskCache: Use make_unique_for_overwrite. Jordan Woyak 2025-04-18 22:59:56 -05:00
  • 77b4270981 DiscIO: Remove redundant zero initializers in aggregate initializations Dr. Dystopia 2025-04-19 22:04:50 +02:00
  • 7123fcd19b DiscIO: Use = default to define a trivial destructor Dr. Dystopia 2025-04-19 17:43:18 +02:00
  • f6ba69f99a DiscIO: Make variables constexpr Dr. Dystopia 2025-04-19 17:17:02 +02:00
  • 1ae0b23265 Merge pull request #13528 from jordan-woyak/win-cmake-fix JosJuice 2025-04-19 16:41:51 +02:00
  • b8e70df413 Android: Show time played in game details JosJuice 2025-04-12 14:27:09 +02:00
  • 3eee52cb6b Android: Create toggle for enabling/disabling time tracking JosJuice 2025-04-12 13:39:34 +02:00
  • 49ebdaaae3 Merge pull request #13507 from JosJuice/time-played-game-id JosJuice 2025-04-19 14:28:02 +02:00
  • fda8afaf5c SI: Fix GBA link by having a separate response for "error" and "no data". Jordan Woyak 2025-04-17 03:33:54 -05:00
  • 301cc5ee63 DiscIO: Make classes final Dr. Dystopia 2025-04-19 09:05:22 +02:00
  • cb20959679 Common/Timer: Change HANDLE to void* to avoid including Windows.h to fix cmake build. Jordan Woyak 2025-04-18 15:49:29 -05:00
  • 056b0339be Merge pull request #13496 from TryTwo/PR_GameSettings_Fix Jordan Woyak 2025-04-18 15:56:59 -05:00
  • c55624702c Allow RA Dev Tools for Unidentified Games LillyJadeKatrin 2025-04-16 23:59:16 -04:00
  • a96c935c1c Added modified achievements confirmation LillyJadeKatrin 2024-07-23 00:09:38 -04:00
  • b9a93794ff Added game title estimate for achievement development LillyJadeKatrin 2024-07-22 23:51:53 -04:00
  • ef612912a2 Handle local achievements LillyJadeKatrin 2024-07-22 21:46:24 -04:00
  • fa782de15c Add MemoryPoker for RAIntegration LillyJadeKatrin 2024-07-22 02:28:50 -04:00
  • f8bf35e6f0 Merge pull request #13518 from tygyh/Fix-Partition-struct-comparison-operators Jordan Woyak 2025-04-16 00:20:28 -05:00
  • 8bfde300f4 Merge pull request #13519 from tygyh/Replace-definitions-with-constant-expressions Jordan Woyak 2025-04-16 00:19:40 -05:00
  • 5af315ec17 Merge pull request #13521 from OatmealDome/darwin-memarena-ub Jordan Woyak 2025-04-16 00:12:50 -05:00
  • 2af276d27e MemArenaDarwin: Initialize all address variables passed to vm_map OatmealDome 2025-04-16 00:50:54 -04:00
  • c4f906bcd9 Replace definitions with constant expressions - Core/HW/EXI/BBA/TAP_Win32 Dr. Dystopia 2025-04-15 08:21:13 +02:00
  • 3bb925c1c7 DiscIO/Volume: Fix Partition struct comparison operators Dr. Dystopia 2025-04-15 08:17:45 +02:00
  • 473cb6c3bc Remove redundant parentheses - Tools Dr. Dystopia 2025-04-15 08:08:07 +02:00
  • 2397a3a915 Use range-based loops - Core VideoBackends Dr. Dystopia 2025-04-13 08:35:31 +02:00
  • 883a5cccfa GameINI: Toshi engine updates icup321 2025-03-22 02:08:12 -04:00
  • 90a4be4b36 Add RAIntegration event handler LillyJadeKatrin 2024-07-22 02:17:00 -04:00
  • 9caa02493d Add RetroAchievements development menu LillyJadeKatrin 2024-07-19 23:07:41 -04:00
  • 36c7e7f3c7 Load RA_Integration.DLL at init if present LillyJadeKatrin 2024-07-19 22:18:13 -04:00
  • cab5bc5680 Update rcheevos submodule to newest master LillyJadeKatrin 2024-08-03 23:48:16 -04:00
  • 6ad267017c Refactor AchievementBox to const pointer LillyJadeKatrin 2025-04-01 21:17:35 -04:00
  • 2c20d5dcd9 GameList: Ignore non-left double-clicks Dentomologist 2025-04-12 16:14:04 -07:00
  • 4f210df86a Merge pull request #13489 from AdmiralCurtiss/translate-audio-backend JosJuice 2025-04-12 17:59:42 +02:00
  • bcddd78a89 Merge pull request #13500 from jordan-woyak/accel-gyro-any-mapping JMC47 2025-04-12 11:47:38 -04:00
  • d194e69bbd Core: Don't store game ID inside TimePlayed JosJuice 2025-04-12 15:15:18 +02:00
  • 5285b1168a Merge pull request #13503 from sepalani/ip-top-perf JMC47 2025-04-11 18:56:35 -04:00
  • 03451f2bc9 IP/Top: Fix performance regression in GetInterfaceOpt Sepalani 2025-04-12 01:37:08 +04:00
  • 87beb7d67b InputCommon: Activate IMU Accelerometer and Gyroscope when any direction has a bound input. Jordan Woyak 2025-04-10 15:40:44 -05:00