summaryrefslogtreecommitdiff
path: root/externals (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12981 from lat9nq/tzdb-asan-customGravatar liamwhite2024-02-101-0/+0
|\ | | | | tzdb_to_nx: Update to latest
| * tzdb_to_nx: Update to latestGravatar lat9nq2024-02-101-0/+0
| | | | | | | | | | | | Includes memory leak fix. Includes option to specify a custom zoneinfo dir.
* | externals: Update dynarmic to 6.6.3Gravatar Merry2024-02-101-0/+0
|/
* cmake: prefer system oaknut libraryGravatar Alexandre Bouvier2024-01-301-2/+3
|
* Merge pull request #12830 from merryhime/dynamic-dual_code_blockGravatar liamwhite2024-01-292-0/+0
|\ | | | | externals/dynarmic: Update to 6.6.1
| * externals/dynarmic: Update to 6.6.1Gravatar Merry2024-01-281-0/+0
| |
| * externals/oaknut: Update to 2.0.1Gravatar Merry2024-01-281-0/+0
| |
* | Merge pull request #12814 from Kelebek1/time_new_ipcGravatar liamwhite2024-01-292-4/+4
|\ \ | | | | | | Move time services to new IPC and add debug printing
| * | Move time services to new IPC.Gravatar Kelebek12024-01-272-4/+4
| | | | | | | | | | | | Add some fixes/improvements to usage with the new IPC
* | | Merge pull request #12439 from FireBurn/vkresultGravatar liamwhite2024-01-292-0/+5
|\ \ \ | |_|/ |/| | Simplify VkResult lookup
| * | Add Vulkan-Utility-Libraries dependencyGravatar Mike Lothian2024-01-222-0/+5
| | |
* | | nx_tzdb: add another safety assertionGravatar K9002024-01-271-0/+4
| | |
* | | nx_tzdb: check for unpacked directoryGravatar K9002024-01-271-1/+1
| |/ |/| | | | | Otherwise things get funny if the archive is downloaded, but the unpacking was interrupted.
* | Rework time service to fix time passing offline.Gravatar Kelebek12024-01-243-0/+1720
| |
* | externals: Update txdb_to_nxGravatar lat9nq2024-01-091-0/+0
| | | | | | | | Includes a fix lat9nq/tzdb_to_nx@1e82342 that fixes a build issue on Mac OS.
* | general: fix trailing whitespaceGravatar Liam2024-01-081-1/+1
|/
* externals: update Vulkan-Headers to v1.3.274Gravatar Jan Beich2023-12-201-0/+0
|
* vcpkg: Update fmt to 10.1.1Gravatar FearlessTobi2023-12-121-0/+0
| | | | Should fix compiling on the latest version of MSVC.
* cmake: prefer system gamemode libraryGravatar Alexandre Bouvier2023-11-303-16/+4
|
* Merge pull request #12227 from jbeich/gamemodeGravatar liamwhite2023-11-301-1/+1
|\ | | | | cmake: unbreak build on FreeBSD by re-enabling gamemode
| * cmake: sync gamemode conditionals with code after 5eec980a2d71Gravatar Jan Beich2023-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | FAILED: bin/yuzu ld: error: unable to find library -lgamemode FAILED: bin/yuzu-cmd ld: error: undefined symbol: Common::Linux::StartGamemode() >>> referenced by yuzu.cpp >>> src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/yuzu.cpp.o:(main) ld: error: undefined symbol: Common::Linux::StopGamemode() >>> referenced by yuzu.cpp >>> src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/yuzu.cpp.o:(main)
* | Merge pull request #12225 from liamwhite/mac-ciGravatar liamwhite2023-11-301-0/+0
|\ \ | | | | | | Add mac workflow
| * | add mac workflowGravatar Liam2023-11-291-0/+0
| |/
* | Merge pull request #12074 from GPUCode/yuwu-on-the-metalGravatar liamwhite2023-11-302-0/+4
|\ \ | |/ |/| Implement Native Code Execution (NCE)
| * arm: Implement native code execution backendGravatar Liam2023-11-251-4/+4
| |
| * externals: Add oaknut submoduleGravatar GPUCode2023-11-252-0/+4
| |
* | general: conditionally compile gamemode on linux onlyGravatar Liam2023-11-291-1/+1
| |
* | Merge pull request #11946 from flodavid/gamemodeGravatar liamwhite2023-11-293-0/+394
|\ \ | | | | | | Enable (Feral Interactive) Gamemode on Linux
| * | cmake: move gamemode target include into its fileGravatar flodavid2023-11-252-2/+1
| | |
| * | yuzu: create linux group in general settingsGravatar flodavid2023-11-252-2/+5
| | | | | | | | | | | | | | | - Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules
| * | yuzu: integrate gamemode support on linuxGravatar xcfrg2023-11-253-0/+392
| |/
* / cmake: prefer system simpleini libraryGravatar Alexandre Bouvier2023-11-261-1/+3
|/
* general: Remove inihGravatar t8952023-11-213-18/+0
|
* config: Unify config handling under frontend_commonGravatar t8952023-11-212-0/+3
| | | | | | Replaces every way of handling config for each frontend with SimpleIni. frontend_common's Config class is at the center where it saves and loads all of the cross-platform settings and provides a set of pure virtual functions for platform specific settings. As a result of making config handling platform specific, several parts had to be moved to each platform's own config class or to other parts. Default keys were put in platform specific config classes and translatable strings for Qt were moved to shared_translation. Default hotkeys, default_theme, window geometry, and qt metatypes were moved to uisettings. Additionally, to reduce dependence on Qt, QStrings were converted to std::strings where applicable.
* Merge pull request #11728 from liushuyu/update-depsGravatar liamwhite2023-10-3014-266/+4
|\ | | | | Update external dependencies
| * externals/opus: use CMakeLists shipped with Opus itselfGravatar liushuyu2023-10-224-259/+4
| |
| * externals/libusb: remove the GUID override workaround ...Gravatar liushuyu2023-10-211-7/+0
| | | | | | | | ... on Windows MSVC, it seems to have been fixed
| * externals: update libusb to c060e9ce30ac2e3ffb49d94209c4dae77b6642f7 ...Gravatar liushuyu2023-10-211-0/+0
| | | | | | | | ... this fixes an issue when compiling with newer MSVC
| * externals: update VulkanMemoryAllocator to ↵Gravatar liushuyu2023-10-211-0/+0
| | | | | | | | 2f382df218d7e8516dee3b3caccb819a62b571a2
| * externals: update Vulkan-Headers to 1.3.265Gravatar liushuyu2023-10-211-0/+0
| |
| * externals: update ffmpeg to 9c1294eaddb88cb0e044c675ccae059a85fc9c6cGravatar liushuyu2023-10-211-0/+0
| | | | | | | | ... to fix build with binutils 2.41+
| * externals: update vcpkg to ef2eef17340f3fbd679327d286fad06dd6e838edGravatar liushuyu2023-10-211-0/+0
| |
| * externals: update SDL to 2.28.4Gravatar liushuyu2023-10-211-0/+0
| |
| * externals: update cpp-jwt to 10ef5735d842b31025f1257ae78899f50a40fb14Gravatar liushuyu2023-10-211-0/+0
| |
| * externals: update cpp-httplib to 0.14.1Gravatar liushuyu2023-10-211-0/+0
| |
| * externals: update libusb to 1.0.26Gravatar liushuyu2023-10-211-0/+0
| |
| * externals: update inih to r57Gravatar liushuyu2023-10-211-0/+0
| |
| * externals: update opus to 1.4Gravatar liushuyu2023-10-212-9/+9
| |
* | Merge pull request #11689 from liamwhite/breakpadGravatar liamwhite2023-10-293-0/+102
|\ \ | | | | | | qt: implement automatic crash dump support
| * | qt: implement automatic crash dump supportGravatar Liam2023-10-083-0/+102
| | |