Age | Commit message (Collapse) | Author |
|
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.
|
|
chore: add missing SPDX tags
|
|
GCC 12 fixes
|
|
|
|
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
|
|
renderer_vulkan: Update screen info if the framebuffer size has changed
|
|
Changes to language order in General -> UI -> Interface Language
|
|
service: hid: Access shared memory directly
|
|
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.
|
|
|
|
CMakeLists: Update Conan requirement to 1.45.0
|
|
ci: Enable building with Visual Studio 2022
|
|
|
|
|
|
|
|
The windows-2022 image contains Visual Studio 2022.
|
|
externals: Update libressl to 3.5.2
|
|
service: jit: document and clean up
|
|
|
|
kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF
|
|
Remove unused PrepareReschedule function
|
|
Resolves the C4146 compiler warning on MSVC.
|
|
This resolves compiler errors in Visual Studio 2022.
|
|
|
|
|
|
|
|
hotkeys: Trigger actions on a separate thread
|
|
|
|
CMakeLists: Revert ad55faaa3
|
|
general: Convert source file copyright comments over to SPDX
|
|
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.
|
|
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.
|
|
loader: log the type of mismatching file-extension
|
|
input_common: Map sticks correctly when mapped sideways
|
|
service: hid: Improve accuracy of sixaxis functions
|
|
bootmanager: Don't create another screenshot request if previous one is not done yet
|
|
core/arm: separate backtrace collection
|
|
|
|
input_common: Ignore boost uninitialized local variable
|
|
|
|
ui: translate hat directions
|
|
dynarmic: Always use mmap for allocation on Linux
|
|
|
|
|
|
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.
|
|
|
|
yuzu: mention GPLv3.0 in about dialog
|
|
Follow-up to 284934ebfdf5e530c960cf69969172ff76f40bea
Fixes #8218
|
|
Clarify the Skyline Emulator license exception
|
|
`GPL-3.0-or-later OR MPL-2.0` is an SPDX expression: https://spdx.github.io/spdx-spec/SPDX-license-expressions/
Fixes #8219
|