- Jan 02, 2024
-
-
Narr the Reg authored
-
- Dec 30, 2023
-
-
t895 authored
Previously this could cause problems if a version of the template generated for WriteSetting didn't use the type you needed (e.g. floating point values). Now these are all ready without having to be used within frontend_common first.
-
Reilly Brogan authored
On compliant Wayland compositors windows are matched to their .desktop files by comparing the appId window property to the name of the .desktop file without the .deskop extension. Qt5/6 by default set this property to the basename of the binary (IE `yuzu`) which does not match the expected value `org.yuzu_emu.yuzu`. We can fix this and fix window associations on compliant compositors (like Plasma) by using the `setDesktopFileName()` function which will set the appId window property. This is a no-op on X11 so is safe to be ran without guards.
-
- Dec 25, 2023
-
-
FearlessTobi authored
Co-Authored-By:
GPUCode <47210458+GPUCode@users.noreply.github.com>
-
- Dec 21, 2023
-
-
t895 authored
-
- Dec 19, 2023
-
-
Narr the Reg authored
-
Narr the Reg authored
-
- Dec 12, 2023
-
-
FearlessTobi authored
-
- Dec 10, 2023
-
-
german77 authored
-
- Dec 05, 2023
-
-
t895 authored
-
- Dec 04, 2023
-
-
Liam authored
-
- Dec 02, 2023
-
-
Liam authored
-
- Nov 30, 2023
-
-
Alexandre Bouvier authored
-
- Nov 27, 2023
-
-
amazingfate authored
-
- Nov 25, 2023
-
-
flodavid authored
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules
-
xcfrg authored
-
Narr the Reg authored
-
- Nov 24, 2023
-
-
Narr the Reg authored
-
- Nov 22, 2023
-
-
t895 authored
-
- Nov 21, 2023
-
-
Merry authored
-
Merry authored
-
t895 authored
Replaces every way of handling config for each frontend with SimpleIni. frontend_common's Config class is at the center where it saves and loads all of the cross-platform settings and provides a set of pure virtual functions for platform specific settings. As a result of making config handling platform specific, several parts had to be moved to each platform's own config class or to other parts. Default keys were put in platform specific config classes and translatable strings for Qt were moved to shared_translation. Default hotkeys, default_theme, window geometry, and qt metatypes were moved to uisettings. Additionally, to reduce dependence on Qt, QStrings were converted to std::strings where applicable.
-
- Nov 19, 2023
- Nov 15, 2023
-
-
Narr the Reg authored
-
- Nov 12, 2023
- Nov 11, 2023
-
-
german77 authored
-
- Nov 10, 2023
-
-
Narr the Reg authored
-
Narr the Reg authored
-
- Nov 09, 2023
- Nov 08, 2023
-
-
Franco M authored
-
lat9nq authored
qt_create_translation silently fails to run at all on my system. Since there is no error, I was unable to determine a fix. This sidesteps the convenience function by setting up the rules ourselves. This is left as an option since this path likely does not work on Windows.
-
lat9nq authored
Qt can't parse tr called within a macro, so we must call it on each string. shared_translation: Remove redundant include
-
Lucas Reis authored
-
- Nov 07, 2023
-
-
Franco M authored
-
- Nov 05, 2023