Skip to content
Snippets Groups Projects
  1. Sep 05, 2019
  2. Sep 04, 2019
  3. Sep 03, 2019
  4. Aug 17, 2019
  5. Aug 09, 2019
    • Lioncash's avatar
      yuzu/CMakeLists: Remove qt5_wrap_ui macro usage · 5980aa1e
      Lioncash authored
      We can simply enable CMAKE_AUTOUIC and let CMake take care of handling
      the UI code generation for targets.
      
      As part of letting CMake automatically handle the header file parsing,
      we must not name includes with "ui_*" unless they're related to the
      output of the Qt UIC compiler. Because of this, we need to rename
      ui_settings, given it would conflict with this restriction.
      5980aa1e
  6. Aug 02, 2019
  7. Jul 11, 2019
    • Lioncash's avatar
      yuzu: Remove setting for using Unicorn · 8fc806e8
      Lioncash authored
      The JIT is mature enough that this setting can be removed, falling back
      to Unicorn only on unsupported architectures. Any missing features from
      Unicorn (of which there are extremely few), are mostly
      developer-oriented, which most users don't care about.
      
      Features should be coordinated with the JIT, not the interpreter,
      anyhow.
      8fc806e8
  8. Jul 07, 2019
    • Lioncash's avatar
      yuzu/main: Make error messages within OnCoreError more localization-friendly · 5085a16d
      Lioncash authored
      Previously, a translated string was being appended onto another string
      in a manner that doesn't allow the translator to control where the
      appended text is placed. This can be a nuisance for languages where
      grammar and text ordering differs from English.
      
      We now append the strings via the format strings themselves, which
      allows translators to reorder where the text will be placed.
      5085a16d
  9. Jul 04, 2019
    • fearlessTobi's avatar
      yuzu: Remove CPU Jit setting from the UI · 447bdac2
      fearlessTobi authored
      A normal user shouldn't change this, as it will slow down the emulation and can lead to bugs or crashes. The renaming is done in order to prevent users from leaving this on without a way to turn it off from the UI.
      447bdac2
  10. Jun 28, 2019
  11. Jun 25, 2019
  12. Jun 21, 2019
  13. Jun 19, 2019
  14. Jun 07, 2019
  15. Jun 06, 2019
    • Lioncash's avatar
      yuzu/configuration: Make all widgets and dialogs aware of language changes · c09ff382
      Lioncash authored
      To prepare for translation support, this makes all of the widgets
      cognizant of the language change event that occurs whenever
      installTranslator() is called and automatically retranslates their text
      where necessary.
      
      This is important as calling the backing UI's retranslateUi() is often
      not enough, particularly in cases where we add our own strings that
      aren't controlled by it. In that case we need to manually refresh the
      strings ourselves.
      c09ff382
  16. Jun 05, 2019
  17. Jun 03, 2019
  18. May 31, 2019
Loading