Skip to content
Snippets Groups Projects
  1. Apr 20, 2019
  2. Apr 17, 2019
  3. Apr 15, 2019
  4. Apr 12, 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. Apr 06, 2019
    • Lioncash's avatar
      yuzu/debugger: Remove graphics surface viewer · 218ae888
      Lioncash authored
      This doesn't actually work anymore, and given how long it's been left in
      that state, it's unlikely anyone actually seriously used it.
      
      Generally it's preferable to use RenderDoc or Nsight to view surfaces.
      218ae888
  10. Apr 05, 2019
  11. Apr 04, 2019
  12. Apr 03, 2019
  13. Apr 01, 2019
  14. 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
  15. Mar 27, 2019
  16. Mar 25, 2019
  17. Mar 21, 2019
  18. Mar 20, 2019
  19. Mar 16, 2019
Loading