Skip to content
Snippets Groups Projects
  1. Sep 05, 2019
  2. Sep 04, 2019
  3. Sep 03, 2019
  4. 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
  5. Aug 02, 2019
  6. 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
  7. 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
  8. Jun 28, 2019
  9. Jun 19, 2019
  10. 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
  11. Jun 05, 2019
  12. May 30, 2019
  13. May 29, 2019
  14. May 26, 2019
  15. May 25, 2019
  16. May 21, 2019
  17. May 19, 2019
Loading