summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2025-04-20Merge pull request #13541 from tygyh/DiscIO-Remove-redundant-zero-initializer...Tilka
2025-04-20Merge pull request #13548 from shuffle2/httpTilka
2025-04-20Merge pull request #13533 from tygyh/DiscIO-Make-classes-finalJordan Woyak
2025-04-20remove ucrt compat patchesShawn Hoffman
2025-04-20HttpRequest: remove some legacy code for windows < 8.1Shawn Hoffman
2025-04-20DiscIO: Pass parameters by constant referenceDr. Dystopia
2025-04-19Prevent android generating duplicate analytics eventsShawn Hoffman
2025-04-19Core/State: Use UniqueBuffer instead of make_unique and std::vector for save ...Jordan Woyak
2025-04-19Common: Add UniqueBuffer and SharedBuffer templates.Jordan Woyak
2025-04-19LinearDiskCache: Use make_unique_for_overwrite.Jordan Woyak
2025-04-19DiscIO: Remove redundant zero initializers in aggregate initializationsDr. Dystopia
2025-04-19DiscIO: Use `= default` to define a trivial destructorDr. Dystopia
2025-04-19DiscIO: Make variables constexprDr. Dystopia
2025-04-19Merge pull request #13528 from jordan-woyak/win-cmake-fixJosJuice
2025-04-19Android: Show time played in game detailsJosJuice
2025-04-19Android: Create toggle for enabling/disabling time trackingJosJuice
2025-04-19Merge pull request #13507 from JosJuice/time-played-game-idJosJuice
2025-04-19SI: Fix GBA link by having a separate response for "error" and "no data".Jordan Woyak
2025-04-19DiscIO: Make classes finalDr. Dystopia
2025-04-18Common/Timer: Change HANDLE to void* to avoid including Windows.h to fix cmak...Jordan Woyak
2025-04-18Merge pull request #13496 from TryTwo/PR_GameSettings_FixJordan Woyak
2025-04-16Allow RA Dev Tools for Unidentified GamesLillyJadeKatrin
2025-04-16Added modified achievements confirmationLillyJadeKatrin
2025-04-16Added game title estimate for achievement developmentLillyJadeKatrin
2025-04-16Handle local achievementsLillyJadeKatrin
2025-04-16Add MemoryPoker for RAIntegrationLillyJadeKatrin
2025-04-16Merge pull request #13518 from tygyh/Fix-Partition-struct-comparison-operatorsJordan Woyak
2025-04-16Merge pull request #13519 from tygyh/Replace-definitions-with-constant-expres...Jordan Woyak
2025-04-16MemArenaDarwin: Initialize all address variables passed to vm_mapOatmealDome
2025-04-15Replace definitions with constant expressions - Core/HW/EXI/BBA/TAP_Win32Dr. Dystopia
2025-04-15DiscIO/Volume: Fix Partition struct comparison operatorsDr. Dystopia
2025-04-14Use range-based loops - Core VideoBackendsDr. Dystopia
2025-04-13Add RAIntegration event handlerLillyJadeKatrin
2025-04-13Add RetroAchievements development menuLillyJadeKatrin
2025-04-13Load RA_Integration.DLL at init if presentLillyJadeKatrin
2025-04-13Update rcheevos submodule to newest masterLillyJadeKatrin
2025-04-13Refactor AchievementBox to const pointerLillyJadeKatrin
2025-04-12GameList: Ignore non-left double-clicksDentomologist
2025-04-12Merge pull request #13489 from AdmiralCurtiss/translate-audio-backendJosJuice
2025-04-12Merge pull request #13500 from jordan-woyak/accel-gyro-any-mappingJMC47
2025-04-12Core: Don't store game ID inside TimePlayedJosJuice
2025-04-11Merge pull request #13503 from sepalani/ip-top-perfJMC47
2025-04-12IP/Top: Fix performance regression in GetInterfaceOptSepalani
2025-04-10InputCommon: Activate IMU Accelerometer and Gyroscope when any direction has ...Jordan Woyak
2025-04-09Merge pull request #13498 from jordan-woyak/immxfb-dualcore-todoJMC47
2025-04-08BPStructs: Add TODO for unsafe usage of GetTicks.Jordan Woyak
2025-04-08Use std path utility for automatic path seperator handling.Javier Martinez
2025-04-08Merge pull request #13483 from Sam-Belliveau/fixed_playback_speedJMC47
2025-04-07GameConfig Settings: If no game setting exists for a certain option, then sho...TryTwo
2025-04-07Merge pull request #13439 from jordan-woyak/perf-markerJMC47