Skip to content
Snippets Groups Projects
  1. May 19, 2019
  2. May 17, 2019
  3. May 09, 2019
  4. Apr 20, 2019
  5. Apr 11, 2019
  6. Apr 10, 2019
    • Lioncash's avatar
      configure_hotkeys: Pass the dialog as a parent to SequenceDialog() · e1101d3e
      Lioncash authored
      Without passing in a parent, this can result in focus being stolen from
      the dialog in certain cases.
      
      Example:
      
      On Windows, if the logging window is left open, the logging Window will
      potentially get focus over the hotkey dialog itself, since it brings all
      open windows for the application into view. By specifying a parent, we
      only bring windows for the parent into view (of which there are none,
      aside from the hotkey dialog).
      e1101d3e
    • Lioncash's avatar
      configure_hotkeys: Avoid dialog memory leak within Configure() · b47c0c8a
      Lioncash authored
      Without a parent, this dialog won't have its memory freed when it
      happens to get destroyed.
      b47c0c8a
  7. Apr 09, 2019
  8. Apr 08, 2019
  9. Mar 29, 2019
    • fearlessTobi's avatar
      core/yuzu: Remove enable_nfc setting · ff7e6a42
      fearlessTobi authored
      This was initially added to prevent problems from stubbed/not implemented NFC services, but as we never encountered such and as it's only used in a deprecated function anyway, I guess we can just remove it to prevent more clutter of the settings.
      ff7e6a42
  10. Mar 16, 2019
  11. Mar 07, 2019
  12. Feb 07, 2019
  13. Jan 26, 2019
  14. Jan 22, 2019
  15. Jan 17, 2019
  16. Jan 08, 2019
  17. Jan 04, 2019
  18. Jan 01, 2019
  19. Dec 28, 2018
  20. Dec 27, 2018
Loading