Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-23 | ci/windows: Cleanup unused data before packaging | lat9nq | |
vcpkg data takes up a lot of space, and currently the scripts will package all that data with the source archive which is unnecessary. | |||
2022-07-23 | Merge pull request #8584 from Morph1984/qt5-cleanup | bunnei | |
CMakeLists: Require QtConcurrent, and remove unused dlls | |||
2022-07-22 | Merge pull request #8611 from liamwhite/fix-flatpak-crash | bunnei | |
video_core: use correct byte size for framebuffer | |||
2022-07-22 | Merge pull request #8624 from lat9nq/vcpkg | bunnei | |
ci,CMake: Drop Conan support for vcpkg | |||
2022-07-22 | gitmodules: Remove 'externals' from names of submodules | lat9nq | |
2022-07-22 | ci,CMake: Integrate vcpkg into CMakeLists | lat9nq | |
Uses manifest mode if the bundled vcpkg is used. | |||
2022-07-22 | ci,CMake: Drop Conan support for vcpkg | lat9nq | |
Between packages breaking, Conan always being a moving target for minimum required CMake support, and now their moves to Conan 2.0 causing existing packages to break, I suppose this was a long time coming. vcpkg isn't without its drawbacks, but at the moment it seems easier on the project to use for external packages. Mostly removes the logic for Conan from the root CMakeLists file, leaving basic find_package()'s in its place. Sets only the find_package()'s that require CONFIG mode as necessary. clang and linux CI now use the vcpkg toolchain file configured in the Docker container when possible. mingw CI turns off YUZU_TESTS because there's no way on the container to run Windows executables on a Linux host anyway, and it's not easy to get Catch2 there. | |||
2022-07-21 | Merge pull request #8598 from Link4565/recv-dontwait | bunnei | |
Enable the use of MSG_DONTWAIT flag on RecvImpl | |||
2022-07-21 | Merge pull request #8607 from lat9nq/sdl-2.0.20 | Narr the Reg | |
externals: Revert SDL2 to release-2.0.20 | |||
2022-07-19 | Merge pull request #8610 from yuzu-emu/Handheld | Narr the Reg | |
Rename Undocked to Handheld in input settings | |||
2022-07-19 | video_core: use correct byte size for framebuffer | Liam | |
2022-07-19 | Update configure_input.ui | MatÃas Locatti | |
2022-07-19 | Merge pull request #8604 from merryhime/A64CallbackConfigPass | bunnei | |
externals: Update dynarmic to 6.2.1 | |||
2022-07-18 | externals: Revert SDL2 to release-2.0.20 | lat9nq | |
prerelease-2.23.1 appears to have issues on the SteamDeck with external controllers. Revert to 2.0.20 for now (and as opposed to using prerelease-2.0.19 like before.) | |||
2022-07-18 | Merge pull request #8581 from devsnek/send-resume | bunnei | |
implement resume message | |||
2022-07-17 | implement resume message | Gus Caplan | |
2022-07-17 | externals: Update dynarmic to 6.2.1 | Merry | |
Fix issue with A64CallbackConfigPass | |||
2022-07-17 | Merge pull request #8569 from merryhime/watchpoints | merry | |
dynarmic: Abort watchpoints ASAP | |||
2022-07-17 | Merge pull request #8508 from yuzu-emu/mc-speed-limit | bunnei | |
hle: service: nvflinger: Factor speed limit into frame time calculation. | |||
2022-07-17 | Merge pull request #8544 from german77/14dot0 | bunnei | |
service: Update some services to 14.0.0+ | |||
2022-07-17 | Merge pull request #8525 from lat9nq/update-sdl | bunnei | |
externals/SDL: Update to prerelease-2.23.1 | |||
2022-07-16 | Merge pull request #8543 from BreadFish64/use_tsc_from_caps | bunnei | |
common/x64: Use TSC clock rate from CPUID when available | |||
2022-07-16 | hle: service: nvflinger: Fix implicit conversion. | bunnei | |
2022-07-16 | yuzu: settings: Remove framerate cap and merge unlocked framerate setting. | bunnei | |
- These were all somewhat redundant. | |||
2022-07-16 | hle: service: nvflinger: Factor speed limit into frame time calculation. | bunnei | |
- This allows the %-based "Limit Speed Percent" setting to work with MC emulation. - This is already supported for SC emulation. | |||
2022-07-16 | Merge pull request #8593 from merryhime/ranged-setting-T | bunnei | |
common/setting: Make ranged a property of the type | |||
2022-07-16 | Merge pull request #8594 from liamwhite/skip-wp | bunnei | |
core/arm: skip watchpoint checks when reading instructions | |||
2022-07-16 | Merge pull request #8511 from german77/hbmenu | bunnei | |
service: ptm: Add TS, nifm: Stub GetInternetConnectionStatus | |||
2022-07-16 | Enable the use of MSG_DONTWAIT flag on RecvImpl | Link4565 | |
2022-07-15 | Merge pull request #8560 from liamwhite/bitfield-may-alias | bunnei | |
common: fix bitfield aliasing on GCC/Clang | |||
2022-07-15 | core/arm: skip watchpoint checks when reading instructions | Liam | |
2022-07-15 | common/setting: Make ranged a property of the type | merry | |
- Avoids new GCC 12 warnings when Type is of form std::optional<T> - Makes more sense this way, because ranged is not a property which would change over time | |||
2022-07-15 | Merge pull request #8587 from merryhime/padding-unused | Morph | |
common_funcs: Mark padding as [[maybe_unused]] | |||
2022-07-15 | Merge pull request #8588 from merryhime/IBinder-vdestruct | Morph | |
nvflinger: Polymorphic destructor requried for abstract class IBinder | |||
2022-07-15 | Merge pull request #8586 from merryhime/KCodeMemory-override | Morph | |
KCodeMemory: Mark virtual methods as override | |||
2022-07-15 | KCodeMemory: Mark virtual methods as override | Merry | |
2022-07-15 | common_funcs: Mark padding as [[maybe_unused]] | Merry | |
2022-07-15 | nvflinger: Polymorphic destructor requried for abstract class IBinder | Merry | |
2022-07-15 | dynarmic: Abort watchpoints ASAP | Merry | |
2022-07-15 | CopyYuzuQt5Deps: Remove unused dlls | Morph | |
2022-07-15 | CMakeLists: Mark WebEngine(Core/Widgets) as required | Morph | |
Mark these components as required when we are building with QtWebEngine enabled. | |||
2022-07-15 | CMakeLists: Add QtConcurrent to required components | Morph | |
We use QtConcurrent in various places in our Qt frontend, add it to the required components. | |||
2022-07-14 | Merge pull request #8540 from lat9nq/copy-nv-ffmpeg | liamwhite | |
ci/windows: Copy what of FFmpeg not already present | |||
2022-07-14 | Merge pull request #8539 from Morph1984/gha-update-actions | liamwhite | |
ci: Update various actions from v2 to v3 | |||
2022-07-14 | Merge pull request #8571 from merryhime/update-dynarmic | liamwhite | |
externals: Update dynarmic to 6.1.1 | |||
2022-07-14 | Merge pull request #8536 from Morph1984/fix-webapplet-input | liamwhite | |
qt_web_browser: Fix button inputs with QtWebEngine | |||
2022-07-14 | Merge pull request #8510 from german77/vibration | liamwhite | |
input_common: sdl: lower vibration frequency and use it's own unique thread | |||
2022-07-14 | service: fatal: Add function table | german77 | |
2022-07-14 | service: btdrv,bcat,btm: Update service tables to 14.0.0 | german77 | |
2022-07-14 | service am: Update service tables to 14.0.0 | german77 | |