- Aug 15, 2022
-
-
FearlessTobi authored
-
FearlessTobi authored
-
FearlessTobi authored
-
- Aug 12, 2022
-
-
Kelebek1 authored
-
Kelebek1 authored
-
Morph authored
Delimits the hex value string on spaces, slashes, carriage returns or newlines, allowing for comments to be added in-line.
-
Kyle Kienapfel authored
-
german77 authored
-
- Aug 09, 2022
-
-
Merry authored
Unable to enable fastmem of exclusive access without a valid fastmem arena.
-
Kyle K authored
make about dialog a bit taller for full message on more systems for direct_connect.ui hedging bets here, there is a text field for port number that possibly shouldn't be translated, marking as such, but also adding a translation note for the event that it makes sense to translate the placeholder text to something other than the default multiplayer direct connect port.
-
- Aug 08, 2022
-
-
Merry authored
-
Narr the Reg authored
-
Narr the Reg authored
-
DJRobX authored
-
Liam authored
-
- Aug 07, 2022
-
-
FearlessTobi authored
Co-Authored-By:
Narr the Reg <5944268+german77@users.noreply.github.com> Co-Authored-By:
Morph <39850852+Morph1984@users.noreply.github.com>
-
Merry authored
-
lat9nq authored
-
- Aug 05, 2022
-
-
Narr the Reg authored
-
Steve authored
* Controller bugfixes in profile select, closes #8265 2 fixes for using a controller in profile select dialog. Pressing 'B' cancels the launch of the game Using controller to select a profile now correctly sets the index to use for the launch * Added brackets to if statements as requested.
-
Kyle K authored
yuzu's default theme doesn't specify everything, which is fine for windows, but in linux anything unspecified is set to the users theme. Symptoms of this are that a linux user with a dark theme won't think to change the theme to a dark theme when first using yuzu Idea here is to try and support arbitrary themes on linux. preliminary work on a "default_dark" theme, used only as overlay for any themes that are measured to be dark mode. Other work done: FreeDesktop standard icon names: plus -> list-add delete refresh, we use view-refresh remove duplicated icons for qdarkstyle_midnight_blue referencing icon aliases in the qrc files is the way to go Note: Dynamic style changing doesn't appear to work with AppImage
-
- Aug 04, 2022
-
-
Kyle Kienapfel authored
When windows is told to display Standard digits as suzhou, it is showing incorrect information in yuzu, file sizes and the CPU speed limiter are effected by this. See #8698 for some screenshots. Setting number format to Chinese (Simplified, Hong Kong SAR) is one way to see this issue in action. Fixes #8698
-
- Aug 02, 2022
- Aug 01, 2022
-
-
Liam authored
-
- Jul 31, 2022
-
-
Nikita Strygin authored
-
- Jul 30, 2022
-
-
Liam authored
-
Kyle Kienapfel authored
Turns out that for Qt to properly handle plurals in English a translation needs to be provided, otherwise the user is left with messages such as "Building: 2 shader(s)" Plurals for other all other languages are handled on transifex. I wrote the README.md to just refer to it as a translation collaboration site just in case we ever switch. These translations being out of date won't pose any technical problems so I believe it is fine to handle them manually on a "best effort" basis. The files are generated into the source directory so that the relative filenames are correct. The generated file is added to .gitignore
-
Liam authored
-
Liam authored
-
- Jul 29, 2022
- Jul 28, 2022
-
-
Liam authored
-
- Jul 27, 2022
-
-
Maide authored
-
snek authored
-
Kelebek1 authored
-
snek authored
exit gracefully on sigint/sigterm
-
Narr the Reg authored
-
Andrea Pappacoda authored
[REUSE] is a specification that aims at making file copyright information consistent, so that it can be both human and machine readable. It basically requires that all files have a header containing copyright and licensing information. When this isn't possible, like when dealing with binary assets, generated files or embedded third-party dependencies, it is permitted to insert copyright information in the `.reuse/dep5` file. Oh, and it also requires that all the licenses used in the project are present in the `LICENSES` folder, that's why the diff is so huge. This can be done automatically with `reuse download --all`. The `reuse` tool also contains a handy subcommand that analyzes the project and tells whether or not the project is (still) compliant, `reuse lint`. Following REUSE has a few advantages over the current approach: - Copyright information is easy to access for users / downstream - Files like `dist/license.md` do not need to exist anymore, as `.reuse/dep5` is used instead - `reuse lint` makes it easy to ensure that copyright information of files like binary assets / images is always accurate and up to date To add copyright information of files that didn't have it I looked up who committed what and when, for each file. As yuzu contributors do not have to sign a CLA or similar I couldn't assume that copyright ownership was of the "yuzu Emulator Project", so I used the name and/or email of the commit author instead. [REUSE]: https://reuse.software Follow-up to 01cf05bc
-
- Jul 25, 2022
-
-
FearlessTobi authored
-