Skip to content
Snippets Groups Projects
  1. Aug 15, 2022
  2. Aug 12, 2022
  3. Aug 09, 2022
    • Merry's avatar
      arm_dynarmic: Fix nullptr fastmem arenas · 9bdef742
      Merry authored
      Unable to enable fastmem of exclusive access without a valid fastmem arena.
      9bdef742
    • Kyle K's avatar
      Qt: tweak ui files · af9c3e93
      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.
      af9c3e93
  4. Aug 08, 2022
  5. Aug 07, 2022
  6. Aug 05, 2022
    • Narr the Reg's avatar
    • Steve's avatar
      Controller bugfixes in profile select (#8716) · cd5bbf0f
      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's avatar
      Linux: handle dark system themes nicely · b51db125
      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
      b51db125
  7. Aug 04, 2022
    • Kyle Kienapfel's avatar
      Qt5 work around for suzhou numerals · 63673dcf
      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
      63673dcf
  8. Aug 02, 2022
  9. Aug 01, 2022
  10. Jul 31, 2022
  11. Jul 30, 2022
  12. Jul 29, 2022
  13. Jul 28, 2022
  14. Jul 27, 2022
    • Maide's avatar
      Revert Coretiming PRs 8531 and 7454 (#8591) · 2e461103
      Maide authored
    • snek's avatar
      implement pause on system suspend (#8585) · b7642cff
      snek authored
    • Kelebek1's avatar
      Avoid depop out of bounds · 6c47b43a
      Kelebek1 authored
      6c47b43a
    • snek's avatar
      Merge pull request #8592 from devsnek/sig-handlers · 9479940a
      snek authored
      exit gracefully on sigint/sigterm
    • Narr the Reg's avatar
      2fdefd70
    • Andrea Pappacoda's avatar
      chore: make yuzu REUSE compliant · cdb240f3
      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
  15. Jul 25, 2022
Loading