summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-23Common/Network: Use std::array in IPv4Header.Admiral H. Curtiss
2022-05-22Merge pull request #8067 from endrift/hspJMC47
Preliminary HSP support
2022-05-22Merge pull request #10689 from Pokechu22/dsp-manual-illr-typoTilka
docs/DSP: Fix "ILLR" typo in Instruction Memory section
2022-05-22Merge pull request #10666 from AdmiralCurtiss/riivolution-error-001JosJuice
IOS/DI: Fake the error 001 read when running DirectoryBlobs or Riivolution-patched games.
2022-05-21GameList: Work around Qt bug regarding clicking in the background not ↵Pokechu22
setting the position used by page down/end
2022-05-21docs/DSP: Fix "ILLR" typo in Instruction Memory sectionPokechu22
2022-05-22IOS/DI: Fake the error 001 read when running DirectoryBlobs or ↵Admiral H. Curtiss
Riivolution-patched games.
2022-05-22Merge pull request #10681 from JMC47/orderupiniAdmiral H. Curtiss
INI: add RealWiiRemoteRepeatReports False to Order Up!
2022-05-21GameList: Have home/end keys move to first/last rowPokechu22
2022-05-22Merge pull request #10620 from phire/cmake_win_fixesAdmiral H. Curtiss
Various fixes for msvc/cmake builds
2022-05-21Merge pull request #10686 from Tilka/pikmin_demoPokechu22
DSPHLE: handle crc of Pikmin 1 GC US Demo
2022-05-21HW: Initial HSP implementation with ARAM expansionVicki Pfau
2022-05-22cmake: Don't use PCH with Qt6.Admiral H. Curtiss
2022-05-22cmake: Disable warnings for most externals on MSVC, like we do in the VS ↵Admiral H. Curtiss
project files.
2022-05-22cmake: Use Policy CMP0117 for more sensible RTTI flag configuration on MSVC.Admiral H. Curtiss
2022-05-22cmake: On MSVC, set c++latest by requesting a C++23 feature set.Admiral H. Curtiss
2022-05-22cmake: Add a few missing settings from the Visual Studio project files on MSVC.Admiral H. Curtiss
2022-05-22cmake: Use C++latest everywhere on MSVC.Admiral H. Curtiss
2022-05-22cmake: Fixes for Qt6 on Windows.Admiral H. Curtiss
2022-05-22Externals: Update prebuilt Qt submodule to include mkspecs -- the CMake ↵Admiral H. Curtiss
build process wants them.
2022-05-22cmake: Require cmake 3.15 for MSVCScott Mansell
We need these policies, but we kind of want to avoid requiring cmake 3.15 for all platforms
2022-05-22cmake: fix PCH to work with msvc/ninjaScott Mansell
Ninja puts way more effort into compiling targets in parallel, and ignores dependenceis until link time. So we need to jump though hoops to force ninja to compile pch.cpp before any targets which depend on the PCH.
2022-05-22cmake: fix ninja/msvc buildsScott Mansell
If you don't set this policy, then cmake doesn't even try to select a runtime library
2022-05-22cmake: fix MSVC PCH supportScott Mansell
I'm not sure if the previous implementation ever worked.
2022-05-22cmake: ignore external warnings in MSVCScott Mansell
Since we also treat all warnings as errors, we need to ignore these to successfully build.
2022-05-22cmake: fix buggy target sources on windowsScott Mansell
I have no idea why cmake supports PUBLIC on target_sources, but it does. It causes all targets that depend on this target to try and include the files in their sources. Except it doesn't take paths into account, so it breaks. Mabye it would work if you used an abolute source? But I'm not sure there is a sane usecase.
2022-05-22cmake: add missing FFmpeg dependency on windowsScott Mansell
2022-05-22cmake: Fix libusb on windowsScott Mansell
2022-05-21Merge pull request #10687 from Sage-King/double_click_select_expressionsAdmiral H. Curtiss
Added double click to add expressions when mapping
2022-05-21Added double click to add expressions when mappingSage King
2022-05-21Merge pull request #10675 from nolrinale/masterAdmiral H. Curtiss
GameDB: Adjusted graphic settings for PSO EP1&2 and PSO EP3
2022-05-21DSPHLE: handle crc of Pikmin 1 GC US DemoTillmann Karras
The DSP code only has minor differences to the final release.
2022-05-21GameSettings: Adjusted graphic settings for PSO EP1&2 and PSO EP3, fixes ↵nolrinale
missing texts.
2022-05-21Merge pull request #10684 from Pokechu22/custom-rtc-default-valueAdmiral H. Curtiss
MainSettings: Make MAIN_CUSTOM_RTC_VALUE default value less magical
2022-05-20MainSettings: Make MAIN_CUSTOM_RTC_VALUE default value less magicalPokechu22
2022-05-20INI: add RealWiiRemoteRepeatReports False to Order Up!JMC47
2022-05-19Merge pull request #10667 from t895/landscape-cardMai M
Android: Fix game card in landscape
2022-05-19Merge pull request #10674 from OatmealDome/mac-steam-overlayMai M
DolphinQt: Add com.apple.security.cs.allow-dyld-environment-variables to entitlements
2022-05-19Merge pull request #10680 from Pokechu22/dsp-int-overflow-commentMai M
DSPInterpreter: Fix typo in isOverflow comment
2022-05-19DSPInterpreter: Fix typo in isOverflow commentPokechu22
2022-05-19Merge pull request #10677 from Pokechu22/no-printf-logMai M
Remove printf-style logging
2022-05-19Merge pull request #10672 from Pokechu22/xf-invtxspecPokechu22
Show panic alerts if the CP configuration doesn't match the XF configuration
2022-05-19Merge pull request #10669 from Pokechu22/adapter-change-aa-mode-list-reloadPokechu22
Fix antialiasing modes being determined from the wrong graphics adapter
2022-05-19Common/LogManager: Remove old printf-style logging functionsPokechu22
2022-05-19VideoCommon/FrameDump: printf-format messages before logging themPokechu22
2022-05-19EXI_DeviceEthernet: Replace INFO_LOG with INFO_LOG_FMTPokechu22
2022-05-19JitArm64: Replace WARN_LOG with WARN_LOG_FMTPokechu22
2022-05-19MainWindow: Replace WARN_LOG with WARN_LOG_FMTPokechu22
2022-05-19TAPServer_Apple: Use fmt loggingPokechu22
2022-05-19UnitTests: Skip PageFaultTest if exception handlers are not supportedDentomologist
Page faults should only occur on architectures that support exception handlers, so skip the test on other architectures to avoid spurious test failures.