- 25 Apr, 2022 5 commits
- 24 Apr, 2022 5 commits
- 23 Apr, 2022 7 commits
-
-
Morph authored
hotkeys: Trigger actions on a separate thread
-
Narr the Reg authored
-
Fernando S authored
general: Convert source file copyright comments over to SPDX
-
Morph authored
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.
-
lat9nq authored
The premise behind ad55faaa 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.
-
bunnei authored
loader: log the type of mismatching file-extension
-
- 22 Apr, 2022 2 commits
- 21 Apr, 2022 4 commits
- 20 Apr, 2022 2 commits
-
-
Narr the Reg authored
-
bunnei authored
ui: translate hat directions
-
- 19 Apr, 2022 4 commits
-
-
Mai M authored
dynarmic: Always use mmap for allocation on Linux
-
Purple authored
-
Liam authored
-
Kyle K authored
QObject ends up being its own translation context. But this works in our favor. GetButtonName and GetDirectionName will share one translation the directions such as "Left" "Right" and the ConfigureInputPlayer context will contain translations that show up in the form, in places that aren't those buttons.
-
- 18 Apr, 2022 6 commits
-
-
Narr the Reg authored
-
Fernando S authored
yuzu: mention GPLv3.0 in about dialog
-
Andrea Pappacoda authored
Follow-up to 284934eb Fixes #8218
-
Mai M authored
Clarify the Skyline Emulator license exception
-
Andrea Pappacoda authored
`GPL-3.0-or-later OR MPL-2.0` is an SPDX expression: https://spdx.github.io/spdx-spec/SPDX-license-expressions/ Fixes #8219
-
german77 authored
-
- 17 Apr, 2022 1 commit
-
-
Mai M authored
ui: Fix Game Compatibility list translations
-
- 16 Apr, 2022 4 commits
-
-
Kyle K authored
Reported by GillianMC on Discord. Looks to be a small quirk in the QT API. setText(QObject::tr(status.text)); bringing up QObject breaks the link with the GameListItemCompat
-
Fernando S authored
hidbus: Implement hidbus and ringcon
-
bunnei authored
dynarmic: Fix race when switching page tables
-
Narr the Reg authored
-