| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-23 | Common/Network: Use std::array in IPv4Header. | Admiral H. Curtiss | |
| 2022-05-22 | Merge pull request #8067 from endrift/hsp | JMC47 | |
| Preliminary HSP support | |||
| 2022-05-22 | Merge pull request #10689 from Pokechu22/dsp-manual-illr-typo | Tilka | |
| docs/DSP: Fix "ILLR" typo in Instruction Memory section | |||
| 2022-05-22 | Merge pull request #10666 from AdmiralCurtiss/riivolution-error-001 | JosJuice | |
| IOS/DI: Fake the error 001 read when running DirectoryBlobs or Riivolution-patched games. | |||
| 2022-05-21 | GameList: Work around Qt bug regarding clicking in the background not ↵ | Pokechu22 | |
| setting the position used by page down/end | |||
| 2022-05-21 | docs/DSP: Fix "ILLR" typo in Instruction Memory section | Pokechu22 | |
| 2022-05-22 | IOS/DI: Fake the error 001 read when running DirectoryBlobs or ↵ | Admiral H. Curtiss | |
| Riivolution-patched games. | |||
| 2022-05-22 | Merge pull request #10681 from JMC47/orderupini | Admiral H. Curtiss | |
| INI: add RealWiiRemoteRepeatReports False to Order Up! | |||
| 2022-05-21 | GameList: Have home/end keys move to first/last row | Pokechu22 | |
| 2022-05-22 | Merge pull request #10620 from phire/cmake_win_fixes | Admiral H. Curtiss | |
| Various fixes for msvc/cmake builds | |||
| 2022-05-21 | Merge pull request #10686 from Tilka/pikmin_demo | Pokechu22 | |
| DSPHLE: handle crc of Pikmin 1 GC US Demo | |||
| 2022-05-21 | HW: Initial HSP implementation with ARAM expansion | Vicki Pfau | |
| 2022-05-22 | cmake: Don't use PCH with Qt6. | Admiral H. Curtiss | |
| 2022-05-22 | cmake: Disable warnings for most externals on MSVC, like we do in the VS ↵ | Admiral H. Curtiss | |
| project files. | |||
| 2022-05-22 | cmake: Use Policy CMP0117 for more sensible RTTI flag configuration on MSVC. | Admiral H. Curtiss | |
| 2022-05-22 | cmake: On MSVC, set c++latest by requesting a C++23 feature set. | Admiral H. Curtiss | |
| 2022-05-22 | cmake: Add a few missing settings from the Visual Studio project files on MSVC. | Admiral H. Curtiss | |
| 2022-05-22 | cmake: Use C++latest everywhere on MSVC. | Admiral H. Curtiss | |
| 2022-05-22 | cmake: Fixes for Qt6 on Windows. | Admiral H. Curtiss | |
| 2022-05-22 | Externals: Update prebuilt Qt submodule to include mkspecs -- the CMake ↵ | Admiral H. Curtiss | |
| build process wants them. | |||
| 2022-05-22 | cmake: Require cmake 3.15 for MSVC | Scott Mansell | |
| We need these policies, but we kind of want to avoid requiring cmake 3.15 for all platforms | |||
| 2022-05-22 | cmake: fix PCH to work with msvc/ninja | Scott 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-22 | cmake: fix ninja/msvc builds | Scott Mansell | |
| If you don't set this policy, then cmake doesn't even try to select a runtime library | |||
| 2022-05-22 | cmake: fix MSVC PCH support | Scott Mansell | |
| I'm not sure if the previous implementation ever worked. | |||
| 2022-05-22 | cmake: ignore external warnings in MSVC | Scott Mansell | |
| Since we also treat all warnings as errors, we need to ignore these to successfully build. | |||
| 2022-05-22 | cmake: fix buggy target sources on windows | Scott 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-22 | cmake: add missing FFmpeg dependency on windows | Scott Mansell | |
| 2022-05-22 | cmake: Fix libusb on windows | Scott Mansell | |
| 2022-05-21 | Merge pull request #10687 from Sage-King/double_click_select_expressions | Admiral H. Curtiss | |
| Added double click to add expressions when mapping | |||
| 2022-05-21 | Added double click to add expressions when mapping | Sage King | |
| 2022-05-21 | Merge pull request #10675 from nolrinale/master | Admiral H. Curtiss | |
| GameDB: Adjusted graphic settings for PSO EP1&2 and PSO EP3 | |||
| 2022-05-21 | DSPHLE: handle crc of Pikmin 1 GC US Demo | Tillmann Karras | |
| The DSP code only has minor differences to the final release. | |||
| 2022-05-21 | GameSettings: Adjusted graphic settings for PSO EP1&2 and PSO EP3, fixes ↵ | nolrinale | |
| missing texts. | |||
| 2022-05-21 | Merge pull request #10684 from Pokechu22/custom-rtc-default-value | Admiral H. Curtiss | |
| MainSettings: Make MAIN_CUSTOM_RTC_VALUE default value less magical | |||
| 2022-05-20 | MainSettings: Make MAIN_CUSTOM_RTC_VALUE default value less magical | Pokechu22 | |
| 2022-05-20 | INI: add RealWiiRemoteRepeatReports False to Order Up! | JMC47 | |
| 2022-05-19 | Merge pull request #10667 from t895/landscape-card | Mai M | |
| Android: Fix game card in landscape | |||
| 2022-05-19 | Merge pull request #10674 from OatmealDome/mac-steam-overlay | Mai M | |
| DolphinQt: Add com.apple.security.cs.allow-dyld-environment-variables to entitlements | |||
| 2022-05-19 | Merge pull request #10680 from Pokechu22/dsp-int-overflow-comment | Mai M | |
| DSPInterpreter: Fix typo in isOverflow comment | |||
| 2022-05-19 | DSPInterpreter: Fix typo in isOverflow comment | Pokechu22 | |
| 2022-05-19 | Merge pull request #10677 from Pokechu22/no-printf-log | Mai M | |
| Remove printf-style logging | |||
| 2022-05-19 | Merge pull request #10672 from Pokechu22/xf-invtxspec | Pokechu22 | |
| Show panic alerts if the CP configuration doesn't match the XF configuration | |||
| 2022-05-19 | Merge pull request #10669 from Pokechu22/adapter-change-aa-mode-list-reload | Pokechu22 | |
| Fix antialiasing modes being determined from the wrong graphics adapter | |||
| 2022-05-19 | Common/LogManager: Remove old printf-style logging functions | Pokechu22 | |
| 2022-05-19 | VideoCommon/FrameDump: printf-format messages before logging them | Pokechu22 | |
| 2022-05-19 | EXI_DeviceEthernet: Replace INFO_LOG with INFO_LOG_FMT | Pokechu22 | |
| 2022-05-19 | JitArm64: Replace WARN_LOG with WARN_LOG_FMT | Pokechu22 | |
| 2022-05-19 | MainWindow: Replace WARN_LOG with WARN_LOG_FMT | Pokechu22 | |
| 2022-05-19 | TAPServer_Apple: Use fmt logging | Pokechu22 | |
| 2022-05-19 | UnitTests: Skip PageFaultTest if exception handlers are not supported | Dentomologist | |
| Page faults should only occur on architectures that support exception handlers, so skip the test on other architectures to avoid spurious test failures. | |||
