summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-03Merge pull request #8300 from Morph1984/resultval-rangeMai M
hle/result: Add ResultRange overload in ResultVal
2022-05-03hle/result: Update std::expected replacement messageMorph
std::expected is included in C++23
2022-05-03hle/result: Add ResultRange overload in ResultValMorph
Also marks the implicit conversion operator as constexpr instead of consteval as the constructor is not constant evaluated.
2022-05-03Merge pull request #8272 from german77/stick_rangebunnei
yuzu: config: Improve analog stick mapping
2022-05-02Merge pull request #8296 from Morph1984/result-rangeMai M
hle/result: Implement ResultRange
2022-05-02hle/result: Implement ResultRangeMorph
A ResultRange defines an inclusive range of error descriptions within an error module. This can be used to check whether the description of a given ResultCode falls within the range. The conversion function returns a ResultCode with its description set to description_start.
2022-05-02Merge pull request #8297 from yuzu-emu/revert-8295-patch-1Morph
Revert "gc_adapter: fix libusb import on GCC11.2"
2022-05-02Revert "gc_adapter: fix libusb import on GCC11.2"Morph
This reverts commit f72f4377f4cbbe45e5a43bb67c7245737ffa135f.
2022-05-02gc_adapter: fix libusb import on GCC11.2Levi Behunin
Just to silence an intermittent error. GCC11.2 complains cannot find 'libusb.h' during a fresh build.
2022-05-02Merge pull request #8293 from Docteh/translate_networkMai M
ui: retranslate the network tab
2022-05-01ui: retranslate the network tabKyle K
Looks like it was just missed when it was added, as currently the Network Tab only has one item RetranslateUI is used more commonly throughout the project
2022-05-01Merge pull request #8283 from Tachi107/appstreamMai M
dist: add AppStream metadata
2022-05-01Merge pull request #8291 from Docteh/ampm_fixMai M
ui: let system locale control format of Custom RTC
2022-04-30ui: let system locale control format of Custom RTCKyle K
The Custom RTC widget is under the influence of the computers System Locale. The format strings are not necessarily related. As a small example, setting the Windows Language to Dansk, and then trying to use yuzu in English the requested AM/PM indicator is simply not shown The display format for the Custom RTC field needs to be removed from src/yuzu/configuration/configure_system.ui modifying the display format needs to be moved to src/yuzu/configuration/configure_system.cpp
2022-04-29dist: add AppStream metadataAndrea Pappacoda
The AppStream file is mostly copied from the one already used by the Flatpak yuzu build: https://github.com/flathub/org.yuzu_emu.yuzu/blob/62fc225acfa0178ddf61be68ad9be60841077263/org.yuzu_emu.yuzu.metainfo.xml As it already defines the application id as org.yuzu_emu.yuzu I renamed the yuzu.desktop and yuzu.xml files so that they match. I've also made some minor tweaks to it, like fixing the capitalization of "yuzu", adding a few keys and sorting them as presented in the documentation. Lastly, I added PrefersNonDefaultGPU=true to the .desktop file so that yuzu is launched with the dedicated graphics card on Linux.
2022-04-29Merge pull request #8274 from german77/firmwareMorph
service: hid: Stub IsFirmwareUpdateNeededForNotification
2022-04-28Merge pull request #8280 from Tachi107/spdx-fixupMai M
chore: add missing SPDX tags
2022-04-28Merge pull request #8282 from liamwhite/gcc-12Mai M
GCC 12 fixes
2022-04-28GCC 12 fixesLiam
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
2022-04-27Merge pull request #8267 from Morph1984/swapbuffersbunnei
renderer_vulkan: Update screen info if the framebuffer size has changed
2022-04-27Merge pull request #8236 from Docteh/sort_translationsMai M
Changes to language order in General -> UI -> Interface Language
2022-04-27Merge pull request #8229 from german77/reinterpret2bunnei
service: hid: Access shared memory directly
2022-04-27Changes to language order in General -> UI -> Interface LanguageKyle K
Language List is from Dolphin, specifically https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/DolphinQt/Settings/InterfacePane.cpp#L30 Any languages that are compiled in, but not in the list will be at the end.
2022-04-27service: hid: Stub IsFirmwareUpdateNeededForNotificationgerman77
Used in Fitness Boxing 2: Rhythm & Exercise (0100073011382000)
2022-04-26yuzu: Config allow to delete single axis directions when buttons are mapped ↵Narr the Reg
to a stick
2022-04-26yuzu: config: Set default range to 95%Narr the Reg
2022-04-26renderer_vulkan: Update screen info if the framebuffer size has changedMorph
2022-04-25Merge pull request #8262 from Morph1984/conanbunnei
CMakeLists: Update Conan requirement to 1.45.0
2022-04-25Merge pull request #8256 from Morph1984/ci-vs-2022bunnei
ci: Enable building with Visual Studio 2022
2022-04-25CMakeLists: Download conan.cmake 0.18.1Morph
2022-04-24CMakeLists: Update Conan requirement to 1.45.0Morph
2022-04-24ci: Update build generator to VS 2022Morph
2022-04-24ci: Update vmImage to windows-2022Morph
The windows-2022 image contains Visual Studio 2022.
2022-04-24Merge pull request #8255 from Morph1984/libresslMai M
externals: Update libressl to 3.5.2
2022-04-24Merge pull request #8261 from liamwhite/jit-cleanupMai M
service: jit: document and clean up
2022-04-24service: jit: document and clean upLiam
2022-04-24Merge pull request #8260 from Morph1984/c4146Mai M
kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF
2022-04-24Merge pull request #8257 from merryhime/rm-PrepareRescheduleMai M
Remove unused PrepareReschedule function
2022-04-24kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFFMorph
Resolves the C4146 compiler warning on MSVC.
2022-04-24externals: Update libressl to 3.5.2Morph
This resolves compiler errors in Visual Studio 2022.
2022-04-24Remove unused PrepareReschedule functionMerry
2022-04-23service: hid: Ensure all structs are initializedNarr the Reg
2022-04-23service: hid: Access shared memory directlyNarr the Reg
2022-04-23Merge pull request #8249 from german77/queuedMorph
hotkeys: Trigger actions on a separate thread
2022-04-23hotkeys: Trigger actions on a separate threadNarr the Reg
2022-04-23Merge pull request #8243 from lat9nq/boost-just-errorMorph
CMakeLists: Revert ad55faaa3
2022-04-23Merge pull request #8245 from Morph1984/spdxFernando S
general: Convert source file copyright comments over to SPDX
2022-04-23general: Convert source file copyright comments over to SPDXMorph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-04-23CMakeLists: Revert ad55faaa3lat9nq
The premise behind ad55faaa3 was due to an issue between Conan's libiconv package and compiling SDL2 from our externals. Since none of our Conan externals require libiconv any longer, though, we can remove downloading our own Boost package and just rely on Conan again. Additionally, removing CONFIG from the find_package(boost) call fixes issues with finding Boost on Fedora and MSYS2, which was the main motivation for this. Also, remove QUIET since if something goes wrong finding Boost, this makes it harder to tell what went wrong.