- 23 Jul, 2022 6 commits
-
-
Kyle K authored
Variables in question: AZURECIREPO TITLEBARFORMATIDLE TITLEBARFORMATRUNNING DISPLAYVERSION CMakeModules/GenerateSCMRev.cmake has some logic that looks at BUILD_REPOSITORY variable inside CMake src/common/CMakeLists.txt has some logic that takes some items from environment variables and sets variables inside CMake This is the whole section at the moment. if (DEFINED ENV{AZURECIREPO}) set(BUILD_REPOSITORY $ENV{AZURECIREPO}) endif() if (DEFINED ENV{TITLEBARFORMATIDLE}) set(TITLE_BAR_FORMAT_IDLE $ENV{TITLEBARFORMATIDLE}) endif () if (DEFINED ENV{TITLEBARFORMATRUNNING}) set(TITLE_BAR_FORMAT_RUNNING $ENV{TITLEBARFORMATRUNNING}) endif () if (DEFINED ENV{DISPLAYVERSION}) set(DISPLAY_VERSION $ENV{DISPLAYVERSION}) endif ()
-
bunnei authored
video_core: use correct byte size for framebuffer
-
bunnei authored
ci,CMake: Drop Conan support for vcpkg
-
lat9nq authored
-
lat9nq authored
Uses manifest mode if the bundled vcpkg is used.
-
lat9nq authored
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.
-
- 21 Jul, 2022 2 commits
-
-
bunnei authored
Enable the use of MSG_DONTWAIT flag on RecvImpl
-
Narr the Reg authored
externals: Revert SDL2 to release-2.0.20
-
- 20 Jul, 2022 1 commit
-
-
Narr the Reg authored
Rename Undocked to Handheld in input settings
-
- 19 Jul, 2022 4 commits
-
-
Liam authored
-
Matías Locatti authored
-
bunnei authored
externals: Update dynarmic to 6.2.1
-
lat9nq authored
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.)
-
- 18 Jul, 2022 2 commits
-
-
bunnei authored
implement resume message
-
Gus Caplan authored
-
- 17 Jul, 2022 9 commits
-
-
Merry authored
Fix issue with A64CallbackConfigPass
-
merry authored
dynarmic: Abort watchpoints ASAP
-
bunnei authored
hle: service: nvflinger: Factor speed limit into frame time calculation.
-
bunnei authored
service: Update some services to 14.0.0+
-
bunnei authored
externals/SDL: Update to prerelease-2.23.1
-
bunnei authored
common/x64: Use TSC clock rate from CPUID when available
-
bunnei authored
-
bunnei authored
- These were all somewhat redundant.
-
bunnei authored
- This allows the %-based "Limit Speed Percent" setting to work with MC emulation. - This is already supported for SC emulation.
-
- 16 Jul, 2022 5 commits
- 15 Jul, 2022 11 commits
-
-
Liam authored
-
merry authored
- 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
-
Morph authored
common_funcs: Mark padding as [[maybe_unused]]
-
Morph authored
nvflinger: Polymorphic destructor requried for abstract class IBinder
-
Morph authored
KCodeMemory: Mark virtual methods as override
-
Merry authored
-
Merry authored
-
Merry authored
-
Merry authored
-
liamwhite authored
ci/windows: Copy what of FFmpeg not already present
-
liamwhite authored
ci: Update various actions from v2 to v3
-