summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-21Merge pull request #10686 from Tilka/pikmin_demoPokechu22
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 proj...Admiral H. Curtiss
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 build...Admiral H. Curtiss
2022-05-22cmake: Require cmake 3.15 for MSVCScott Mansell
2022-05-22cmake: fix PCH to work with msvc/ninjaScott Mansell
2022-05-22cmake: fix ninja/msvc buildsScott Mansell
2022-05-22cmake: fix MSVC PCH supportScott Mansell
2022-05-22cmake: ignore external warnings in MSVCScott Mansell
2022-05-22cmake: fix buggy target sources on windowsScott Mansell
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
2022-05-21Added double click to add expressions when mappingSage King
2022-05-21Merge pull request #10675 from nolrinale/masterAdmiral H. Curtiss
2022-05-21DSPHLE: handle crc of Pikmin 1 GC US DemoTillmann Karras
2022-05-21GameSettings: Adjusted graphic settings for PSO EP1&2 and PSO EP3, fixes miss...nolrinale
2022-05-21Merge pull request #10684 from Pokechu22/custom-rtc-default-valueAdmiral H. Curtiss
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
2022-05-19Merge pull request #10674 from OatmealDome/mac-steam-overlayMai M
2022-05-19Merge pull request #10680 from Pokechu22/dsp-int-overflow-commentMai M
2022-05-19DSPInterpreter: Fix typo in isOverflow commentPokechu22
2022-05-19Merge pull request #10677 from Pokechu22/no-printf-logMai M
2022-05-19Merge pull request #10672 from Pokechu22/xf-invtxspecPokechu22
2022-05-19Merge pull request #10669 from Pokechu22/adapter-change-aa-mode-list-reloadPokechu22
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
2022-05-19Core/WGInput: Use fmt logging and include HRESULT in messagesPokechu22
2022-05-18DolphinQt: Add com.apple.security.cs.allow-dyld-environment-variables to enti...OatmealDome
2022-05-18Show a panic alert if the CP matrix indices don't match the XF matrix indicesPokechu22
2022-05-18Show a panic alert if the CP vertex config doesn't match the XF vertex configPokechu22
2022-05-18Rename CP and XF normal component count enums and update their descriptionsPokechu22
2022-05-18XFMemory: Rename hostinfo to invtxspecPokechu22
2022-05-17Merge pull request #10670 from shuffle2/winverMai M
2022-05-17readme: increment min windows version to 10Shawn Hoffman
2022-05-17readme: make VS min version match the sourceShawn Hoffman
2022-05-16Verify graphics config validity after populating the backend infoPokechu22