Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-14 | sirit: Allow using system spirv-headers | Alexandre Bouvier | |
2022-05-11 | Merge pull request #8308 from german77/disablesix | Morph | |
service: hid: Disable correctly motion input | |||
2022-05-11 | Merge pull request #8314 from liamwhite/gl-flip-2 | Morph | |
OpenGL: interpret face flips according to GL NDC | |||
2022-05-11 | Merge pull request #8313 from liamwhite/dma-bpp | Morph | |
maxwell_dma: fix bytes_per_pixel | |||
2022-05-11 | Merge pull request #8328 from liamwhite/macro-clear | Morph | |
video_core/macro: clear code on upload address assignment | |||
2022-05-10 | maxwell_dma: use fallback if remapping is enabled | Liam | |
2022-05-10 | video_core/macro: clear code on upload address assignment | Liam | |
2022-05-09 | Merge pull request #8325 from zhaobot/tx-update-20220509164742 | Mai M | |
Update translations (2022-05-09) | |||
2022-05-09 | Update translations (2022-05-09) | The yuzu Community | |
2022-05-08 | Merge pull request #8320 from liamwhite/macro-dump | Mai M | |
video_core/macro: Add option to dump macros | |||
2022-05-08 | VideoCore: Add option to dump the macros. | Fernando Sahmkow | |
Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com> | |||
2022-05-08 | Merge pull request #8319 from liamwhite/macro-warn | Mai M | |
video_core/macro_jit_x64: warn on invalid parameter access | |||
2022-05-08 | video_core/macro_jit_x64: warn on invalid parameter access | Liam | |
2022-05-06 | OpenGL: implement face flips according to NDC | Liam | |
2022-05-06 | maxwell_dma: fix bytes per pixel | Liam | |
2022-05-06 | service: hid: Fix motion refresh rate | Narr the Reg | |
2022-05-06 | service: hid: Disable correctly motion input | german77 | |
2022-05-03 | Merge pull request #8300 from Morph1984/resultval-range | Mai M | |
hle/result: Add ResultRange overload in ResultVal | |||
2022-05-03 | hle/result: Update std::expected replacement message | Morph | |
std::expected is included in C++23 | |||
2022-05-03 | hle/result: Add ResultRange overload in ResultVal | Morph | |
Also marks the implicit conversion operator as constexpr instead of consteval as the constructor is not constant evaluated. | |||
2022-05-03 | Merge pull request #8272 from german77/stick_range | bunnei | |
yuzu: config: Improve analog stick mapping | |||
2022-05-02 | Merge pull request #8296 from Morph1984/result-range | Mai M | |
hle/result: Implement ResultRange | |||
2022-05-02 | hle/result: Implement ResultRange | Morph | |
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-02 | Merge pull request #8297 from yuzu-emu/revert-8295-patch-1 | Morph | |
Revert "gc_adapter: fix libusb import on GCC11.2" | |||
2022-05-02 | Revert "gc_adapter: fix libusb import on GCC11.2" | Morph | |
This reverts commit f72f4377f4cbbe45e5a43bb67c7245737ffa135f. | |||
2022-05-02 | gc_adapter: fix libusb import on GCC11.2 | Levi Behunin | |
Just to silence an intermittent error. GCC11.2 complains cannot find 'libusb.h' during a fresh build. | |||
2022-05-02 | Merge pull request #8293 from Docteh/translate_network | Mai M | |
ui: retranslate the network tab | |||
2022-05-01 | ui: retranslate the network tab | Kyle 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-01 | Merge pull request #8283 from Tachi107/appstream | Mai M | |
dist: add AppStream metadata | |||
2022-05-01 | Merge pull request #8291 from Docteh/ampm_fix | Mai M | |
ui: let system locale control format of Custom RTC | |||
2022-04-30 | ui: let system locale control format of Custom RTC | Kyle 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-29 | dist: add AppStream metadata | Andrea 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-29 | Merge pull request #8274 from german77/firmware | Morph | |
service: hid: Stub IsFirmwareUpdateNeededForNotification | |||
2022-04-28 | Merge pull request #8280 from Tachi107/spdx-fixup | Mai M | |
chore: add missing SPDX tags | |||
2022-04-28 | Merge pull request #8282 from liamwhite/gcc-12 | Mai M | |
GCC 12 fixes | |||
2022-04-28 | GCC 12 fixes | Liam | |
2022-04-28 | chore: add missing SPDX tags | Andrea Pappacoda | |
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52 | |||
2022-04-27 | Merge pull request #8267 from Morph1984/swapbuffers | bunnei | |
renderer_vulkan: Update screen info if the framebuffer size has changed | |||
2022-04-27 | Merge pull request #8236 from Docteh/sort_translations | Mai M | |
Changes to language order in General -> UI -> Interface Language | |||
2022-04-27 | Merge pull request #8229 from german77/reinterpret2 | bunnei | |
service: hid: Access shared memory directly | |||
2022-04-27 | Changes to language order in General -> UI -> Interface Language | Kyle 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-27 | service: hid: Stub IsFirmwareUpdateNeededForNotification | german77 | |
Used in Fitness Boxing 2: Rhythm & Exercise (0100073011382000) | |||
2022-04-26 | yuzu: Config allow to delete single axis directions when buttons are mapped ↵ | Narr the Reg | |
to a stick | |||
2022-04-26 | yuzu: config: Set default range to 95% | Narr the Reg | |
2022-04-26 | renderer_vulkan: Update screen info if the framebuffer size has changed | Morph | |
2022-04-25 | Merge pull request #8262 from Morph1984/conan | bunnei | |
CMakeLists: Update Conan requirement to 1.45.0 | |||
2022-04-25 | Merge pull request #8256 from Morph1984/ci-vs-2022 | bunnei | |
ci: Enable building with Visual Studio 2022 | |||
2022-04-25 | CMakeLists: Download conan.cmake 0.18.1 | Morph | |
2022-04-24 | CMakeLists: Update Conan requirement to 1.45.0 | Morph | |
2022-04-24 | ci: Update build generator to VS 2022 | Morph | |