summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2021-06-17Merge pull request #9819 from JosJuice/jitarm64-sbcMarkus Wick
2021-06-17JitArm64: Use SBC/SBCS for emulating subfexJosJuice
2021-06-16Jit64: subfic - Optimize constants for d != aSintendo
2021-06-15Merge pull request #9816 from JosJuice/aarch64-fma-trueLéo Lam
2021-06-15Merge pull request #9775 from dbrookman/fix-gameini-gfxbackendLéo Lam
2021-06-14Common: Set bFMA to true for AArch64JosJuice
2021-06-13GameINI: Fix GFXBackend crashDaniel Brookman
2021-06-13AudioInterface: Initialize s_cpu_cycles_per_sample to a sane value.Admiral H. Curtiss
2021-06-13Merge pull request #9753 from mbc07/VolumeVerifier_TMD_severityLéo Lam
2021-06-13Merge pull request #9756 from Techjar/memcard-size-configLéo Lam
2021-06-13Move some NetPlay-specific settings to SessionSettingsTechjar
2021-06-13Merge pull request #9784 from PEmu2/masterLéo Lam
2021-06-13Merge pull request #9788 from sepalani/dsp-rateLéo Lam
2021-06-13Merge pull request #9802 from JosJuice/android-game-file-cache-pathLéo Lam
2021-06-13Merge pull request #9804 from JosJuice/revert-fmaLéo Lam
2021-06-13Merge pull request #9805 from JosJuice/rounding-mode-savestateLéo Lam
2021-06-13Merge pull request #9807 from Techjar/fix-glsl-anyLéo Lam
2021-06-13Merge pull request #9808 from xvrc/msghandler-label-fixLéo Lam
2021-06-13Merge pull request #9730 from Dentomologist/remove_audio_pane_stretchingLéo Lam
2021-06-13VideoCommon: Define scalar any() and all() functions in GLSLTechjar
2021-06-12MsgHandler: Correct question and warning captionsxvrc
2021-06-11Merge pull request #9606 from Filoppi/patch-14JosJuice
2021-06-11Merge pull request #9801 from Techjar/bbox-rounding-hackJMC47
2021-06-10VideoCommon: Only include centered pixels in bounding boxTechjar
2021-06-10PowerPC: Set host CPU rounding mode on init and savestateJosJuice
2021-06-09Eliminate TVtxDesc.GetLegacyHexPokechu22
2021-06-09Remove PixelShaderGen hasindstagePokechu22
2021-06-09Hack to hide debug cubes in Super Mario SunshinePokechu22
2021-06-09Merge pull request #9799 from Tilka/interpreterTilka
2021-06-09NetPlay/Jit64: Avoid using software FMAJosJuice
2021-06-09Merge pull request #9795 from Filoppi/fix_controller2_default_deviceJMC47
2021-06-08Android: Stop using custom path for GameFileCacheJosJuice
2021-06-08Merge pull request #9782 from Techjar/bbox-ogl-upsidedown-fixConnor McLaughlin
2021-06-08Merge pull request #9800 from Techjar/vulkan-subgroup-fixConnor McLaughlin
2021-06-07Vulkan: Fix subgroup reductionTechjar
2021-06-07Merge pull request #9794 from Filoppi/fix_input_focus_bugJMC47
2021-06-07AudioPane: Remove main layout vertical stretchingDentomologist
2021-06-07Interpreter: deduplicate integer comparisonsTillmann Karras
2021-06-07InputCommon: fix 2nd+ controller not defaulting to the default deviceFiloppi
2021-06-07Merge pull request #9785 from Dentomologist/fix_gamelist_grid_zoom_inLéo Lam
2021-06-07Qt: fix input focus checks being wrongFiloppi
2021-06-07Merge pull request #9792 from sepalani/lintLéo Lam
2021-06-07Lint: End of namespaceSepalani
2021-06-07Qt: Fix IOWindow keeping a shared ptr to devices even after them being remove...Filoppi
2021-06-07InputCommon: Make Wiimote rumble variable thread safeFiloppi
2021-06-07ControllerInterface: fix DSU thread safety and use PlatformPopulateDevices()Filoppi
2021-06-07ControllerInterface: polish DInput Keyboard and Mouse (add comments and logs)Filoppi
2021-06-07ControllerInterface: DInput Joystick fix non thread safe static variableFiloppi
2021-06-07ControllerInterface: Implement ChangeWindow on DInput without recreating the ...Filoppi
2021-06-07ControllerInterface: devices population is now async so implement devices sor...Filoppi