summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-02GCAdapter: Remove check on write size on androidPokechu22
2022-06-02GCAdapter: Harmonize read/write thread variable namesPokechu22
2022-06-02GCAdapter: Remove unused includesPokechu22
2022-06-02GCAdapter: Use determinism hack on AndroidPokechu22
2022-06-02GCAdapter: Convert ControllerType to an enum classPokechu22
2022-06-02GCAdapter: Fix rumble enabled config on AndroidPokechu22
2022-06-02GCAdapter: Use std::array for controller read and write payloadsPokechu22
2022-06-02GCAdapter: Merge GCAdapter.cpp and GCAdapter_Android.cppPokechu22
2022-06-02Merge pull request #10692 from Pokechu22/dsp-manual-set40-and-write-backlogMai M
2022-06-02Merge pull request #10709 from Pokechu22/dsp-lle-update-sr-16Mai M
2022-06-02Merge pull request #10715 from Pokechu22/dspspy-incomplete-dumpMai M
2022-06-02Merge pull request #10714 from OatmealDome/macos-mojave-bumpMai M
2022-06-02Merge pull request #10717 from shuffle2/vs17.2.3Mai M
2022-06-02Merge pull request #10678 from Dentomologist/skip_pagefault_test_if_no_except...Pokechu22
2022-06-02cmake/win: don't set _WIN32_WINNTShawn Hoffman
2022-06-02update min windows sdk to 10.0.22621Shawn Hoffman
2022-06-02msvc: update min version to VS 17.2.3Shawn Hoffman
2022-06-02UICommon: Add support for portable.txt on macOSOatmealDome
2022-06-02Merge pull request #10701 from TryTwo/PR_Memory_Widget_ConnectionsAdmiral H. Curtiss
2022-06-02Merge pull request #10703 from Dentomologist/remove_getsysdirectory_spamAdmiral H. Curtiss
2022-06-01docs/DSP: Update version and historyPokechu22
2022-06-01docs/DSP: Explain 16-bit and 40-bit modesPokechu22
2022-06-01DSPSpy: Add 40-bit mode testsPokechu22
2022-06-01docs/DSP: Add notes highlighting the difference between 'LS and 'SLPokechu22
2022-06-01DSP LLE Interpreter: Remove OpReadRegisterAndSaturatePokechu22
2022-06-01DSP LLE Interpreter: Fix typo in 'LSPokechu22
2022-06-01DSP LLE Recompiler: Apply saturation to LOOP and BLOOP with $ac0.m and $ac1.mPokechu22
2022-06-01DSP LLE Interpreter: Apply saturation to LOOP and BLOOP with $ac0.m and $ac1.mPokechu22
2022-06-01DSPSpy: Fix incomplete result dumpsPokechu22
2022-06-01README: Update minimum macOS versionOatmealDome
2022-06-01VKMain: Remove check for macOS 10.14OatmealDome
2022-06-01MemoryUtil: Remove __builtin_available for macOS 10.14OatmealDome
2022-06-01VideoBackendBase: Remove __builtin_available for macOS 10.14OatmealDome
2022-06-01CMakeLists: Remove comment pertaining to macOS versions prior to 10.14OatmealDome
2022-06-01BuildMacOSUniversalBinary: Bump minimum macOS to 10.14OatmealDome
2022-06-01Add options for BreakpointWidget, WatchWidget, and CheatSearches to send addr...TryTwo
2022-05-31InputCommon/ControllerEmu: Use more locksTellowKrinkle
2022-05-31docs/DSP: Add missing dollar signs in shift instruction operation sectionsPokechu22
2022-05-31FileUtil: Refactor CreateSysDirectoryPath()Dentomologist
2022-05-31FileUtil: Remove GetSysDirectory log spamDentomologist
2022-05-31Android: Ensure File::s_android_sys_directory is set only onceDentomologist
2022-05-30DSP LLE JIT: Fix Update_SR_Register16_OverS32Pokechu22
2022-05-30Fix cmake detection of libudev in hidapi broken in #9071Zopolis4
2022-05-29docs/DSP: Fix inconsistency with ADDI and CMPIPokechu22
2022-05-29DSP: Fix typo with TSTPokechu22
2022-05-29docs/DSP: Fix typo with arithmetic instructions that take a 16-bit immediatePokechu22
2022-05-29docs/DSP: Document the behavior when main and extended opcodes both write to ...Pokechu22
2022-05-29docs/DSP: Fix typo in 'NOP commentPokechu22
2022-05-29docs/DSP: Clarify LRS notePokechu22
2022-05-29CMakeLists: Add flag to disable usage of shared libpngOatmealDome