Skip to content
Snippets Groups Projects
  1. Nov 08, 2018
  2. Nov 07, 2018
  3. Oct 23, 2018
    • David's avatar
      Added Amiibo support (#1390) · 50e4e81f
      David authored
      * Fixed conflict with nfp
      
      * Few fixups for nfc
      
      * Conflict 2
      
      * Fixed AttachAvailabilityChangeEvent
      
      * Conflict 3
      
      * Fixed byte padding
      
      * Refactored amiibo to not reside in "System"
      
      * Removed remaining references of nfc from system
      
      * used enum for Nfc GetStateOld
      
      * Added missing newline
      
      * Moved file operations to front end
      
      * Conflict 4
      
      * Amiibos now use structs and added mutexes
      
      * Removed amiibo_path
      50e4e81f
  4. Oct 04, 2018
    • Lioncash's avatar
      ui_settings: Place definition of the theme array within the cpp file · 30dfd891
      Lioncash authored
      Placing the array wholesale into the header places a copy of the whole
      array into every translation unit that uses the data, which is wasteful.
      Particularly given that this array is referenced from three different
      translation units.
      
      This also changes the array to contain pairs of const char*, rather than
      QString instances. This way, the string data is able to be fixed into
      the read-only segment of the program, as well as eliminate static
      constructors/heap allocation immediately on program start.
      30dfd891
  5. Sep 10, 2018
  6. Aug 07, 2018
    • Lioncash's avatar
      qt/hotkey: Get rid of global hotkey map instance · c8f67544
      Lioncash authored
      Instead, we make a proper registry class and house it within the main
      window, then pass it to whatever needs access to the loaded hotkeys.
      
      This way, we avoid a global variable, and don't need to initialize a
      std::map instance before the program can do anything.
      c8f67544
  7. Aug 06, 2018
  8. Jul 29, 2018
  9. May 10, 2018
  10. Mar 30, 2018
  11. Mar 27, 2018
  12. Jan 13, 2018
  13. Jan 12, 2018
  14. Jun 24, 2017
  15. Apr 04, 2017
  16. Dec 22, 2016
  17. Dec 07, 2016
  18. Sep 21, 2016
  19. Sep 19, 2016
  20. Sep 18, 2016
  21. Sep 15, 2016
  22. Sep 01, 2016
  23. Aug 30, 2016
  24. Apr 21, 2016
  25. Apr 11, 2016
  26. Mar 22, 2016
  27. Mar 21, 2016
Loading