| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-16 | about dialog: Fix the logo in a multiplatform way | Kyle K | |
| The Icon was renamed in #8283 for Linux builds, and the fix proposed in #8312 would in turn break the icon for Windows users. I've decided to fix the aboutdialog.ui file via qtcreator. I'm not sure its important to have the yuzu icon inside the About dialog grabbed from the local Qt theme, but I've reword how the code works for that, and we can just delete those lines. I've also thrown the yuzu.png through pngcrush to remove this warning libpng warning: iCCP: known incorrect sRGB profile Credit to abouvier for bringing bug up. | |||
| 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-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-08 | VideoCore: Add option to dump the macros. | Fernando Sahmkow | |
| Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com> | |||
| 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 | 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 | 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-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-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 | 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-24 | Merge pull request #8261 from liamwhite/jit-cleanup | Mai M | |
| service: jit: document and clean up | |||
| 2022-04-24 | service: jit: document and clean up | Liam | |
| 2022-04-24 | Merge pull request #8260 from Morph1984/c4146 | Mai M | |
| kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF | |||
| 2022-04-24 | kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF | Morph | |
| Resolves the C4146 compiler warning on MSVC. | |||
| 2022-04-24 | Remove unused PrepareReschedule function | Merry | |
| 2022-04-23 | service: hid: Ensure all structs are initialized | Narr the Reg | |
| 2022-04-23 | service: hid: Access shared memory directly | Narr the Reg | |
| 2022-04-23 | Merge pull request #8249 from german77/queued | Morph | |
| hotkeys: Trigger actions on a separate thread | |||
| 2022-04-23 | hotkeys: Trigger actions on a separate thread | Narr the Reg | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| 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-22 | Merge pull request #7976 from BytesGalore/master | bunnei | |
| loader: log the type of mismatching file-extension | |||
| 2022-04-21 | Merge pull request #7978 from german77/sideway | bunnei | |
| input_common: Map sticks correctly when mapped sideways | |||
| 2022-04-21 | Merge pull request #8222 from german77/sixaxis_test | bunnei | |
| service: hid: Improve accuracy of sixaxis functions | |||
| 2022-04-21 | Merge pull request #8192 from german77/screenshot | Mai M | |
| bootmanager: Don't create another screenshot request if previous one is not done yet | |||
| 2022-04-21 | Merge pull request #8232 from liamwhite/backtrace | Mai M | |
| core/arm: separate backtrace collection | |||
| 2022-04-20 | core/arm: separate backtrace collection | Liam | |
| 2022-04-20 | Merge pull request #8231 from german77/warning | Mai M | |
| input_common: Ignore boost uninitialized local variable | |||
| 2022-04-20 | input_common: Ignore boost uninitialized local variable | Narr the Reg | |
| 2022-04-20 | Merge pull request #8224 from Docteh/hihi1 | bunnei | |
| ui: translate hat directions | |||
