summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2021-04-24VideoCommon: Fix scissorOffset, handle negative value correctlyezio1900
2021-04-19Jit64: Indicate explicit [[fallthrough]] within load helperLioncash
2021-04-19BlockingLoop: Add explicit [[fallthrough]] annotationsLioncash
2021-04-18Merge pull request #7214 from stenzek/cp-access-syncJMC47
2021-04-18Merge pull request #9642 from CrunchBite/xlink-bba-fixJosJuice
2021-04-18Merge pull request #9645 from leoetlino/fifoplayer-optimizationJosJuice
2021-04-18Fifo: Run/sync with the GPU on command processor register accessStenzek
2021-04-17FifoPlayer: Copy data with memcpy instead of one byte at a timeLéo Lam
2021-04-17Merge pull request #9635 from stenzek/amd-exclusive-fullscreenConnor McLaughlin
2021-04-15Fix crash when stopping a game that does not use the BBACrunchBite
2021-04-14Merge pull request #9636 from sspacelynx/mali-broken-andJMC47
2021-04-12WiiUtils: Add helper functions to get emulated/real Bluetooth deviceLéo Lam
2021-04-12DolphinQt: Fix latent build error on WindowsLéo Lam
2021-04-12Vulkan: Work around AMD exclusive fullscreen bug (21.3+)Connor McLaughlin
2021-04-11DriverDetails: Fix broken vector bitwise AND on Mali driverssspacelynx
2021-04-06Merge pull request #9625 from leoetlino/mmu-sdr-updateJMC47
2021-04-07Merge pull request #9628 from Dentomologist/wiiutils_fix_reference_to_tempora...Léo Lam
2021-04-07Merge pull request #9576 from Pokechu22/invalid-gfx-reg-quirkLéo Lam
2021-04-07Merge pull request #9480 from leoetlino/saturating-castLéo Lam
2021-04-06DiscIO: Use MathUtil::SaturatingCastLéo Lam
2021-04-06MathUtil: Add SaturatingCast to cast floats more safelyLéo Lam
2021-04-06Disable ICache emulation for some gamesPokechu22
2021-04-06Skip loading unknown XF registers in the FIFO playerPokechu22
2021-04-06Track and log CP commands 0x00/0x10/0x20 differently from other unknown commandsPokechu22
2021-04-06Log a warning for inexact uses of MATINDEX or VCD commandsPokechu22
2021-04-06Add game quirks for unknown BP/CP/XF commandsPokechu22
2021-04-06MMU: Remove a bunch of useless swapsLéo Lam
2021-04-06MMU: Fix SDR updates being silently dropped in some casesLéo Lam
2021-04-06WiiUtils: Remove reference qualifierDentomologist
2021-04-06Merge pull request #9623 from Techjar/pauseandlock-fixLéo Lam
2021-04-06Merge pull request #9388 from JosJuice/default-localeLéo Lam
2021-04-06Merge pull request #9620 from Dentomologist/convert_gamelist_col_to_enum_classLéo Lam
2021-04-06Merge pull request #9585 from JosJuice/jitarm64-skip-carryJMC47
2021-04-06Merge pull request #9351 from JosJuice/discard-registersJMC47
2021-04-03Core: Fix PauseAndLock segfaulting under certain circumstancesTechjar
2021-04-03Merge pull request #9621 from Pokechu22/cassertLéo Lam
2021-04-02Replace uses of cassert with Common/Assert.hPokechu22
2021-04-02GameList: Rename Column enum membersDentomologist
2021-04-02GameList: Convert columns to enum classDentomologist
2021-04-02VertexShaderGen: Sonic epsilon hack for OpenGL ESblåhaj
2021-04-01Merge pull request #9618 from JosJuice/jitarm64-pc-0Markus Wick
2021-04-01JitArm64: Allow DoJit at address 0 (fix launching Wii titles)JosJuice
2021-04-01Merge pull request #8747 from iwubcode/map-freelookJMC47
2021-03-27GameList: Use titles from the Title Database for shortcut creationSilent
2021-03-27GameList: Remove invalid characters when creating a desktop shortcutSilent
2021-03-27Set console's default language/country/region based on computer settingsJosJuice
2021-03-27Add utility functions for GameCube language codesJosJuice
2021-03-27Merge pull request #9545 from leoetlino/es-launch-timingsLéo Lam
2021-03-27Merge pull request #9609 from Pokechu22/fix-WriteVertexArrayLéo Lam
2021-03-27Merge pull request #9571 from JosJuice/netplay-sync-more-settingsLéo Lam