Skip to content
Snippets Groups Projects
  1. Aug 27, 2020
    • Lioncash's avatar
      input_common: Eliminate most global state · 9e1b0af2
      Lioncash authored
      Abstracts most of the input mechanisms under an InputSubsystem class
      that is managed by the frontends, eliminating any static constructors
      and destructors. This gets rid of global accessor functions and also
      allows the frontends to have a more fine-grained control over the
      lifecycle of the input subsystem.
      
      This also makes it explicit which interfaces rely on the input subsystem
      instead of making it opaque in the interface functions. All that remains
      to migrate over is the factories, which can be done in a separate
      change.
      9e1b0af2
  2. Aug 26, 2020
  3. Aug 18, 2020
  4. Aug 16, 2020
  5. Aug 14, 2020
  6. Aug 13, 2020
  7. Aug 10, 2020
  8. Aug 05, 2020
    • Morph's avatar
      main: Fallback to loader if no control nca is found with patch manager · cf946312
      Morph authored
      In some rare instances, the patch manager is not able to find a control nca, fallback to the previous method of parsing a control nca through the loader if this occurs.
      cf946312
    • Morph's avatar
      main: Fix Open Save/Mod Locations for installed titles · 1146049d
      Morph authored
      Previously NAND/SDMC installed titles would open device saves when they are supposed to be user saves. This is due to the control nca not being read and thus returns 0 for both GetDefaultNormalSaveSize() and GetDeviceSaveDataSize(). Fix this by utilizing the patch manager to read the control nca.
      1146049d
    • Morph's avatar
      game_list_worker: Do not clear entries when > 1 gamedir is present · 123024ce
      Morph authored
      Previously the map of entries was being cleared while looping through each game directory, this resulted into all game directories except the last game dir to lose content metadata information. Fix this by clearing the entries only once.
      123024ce
  9. Aug 03, 2020
  10. Jul 29, 2020
  11. Jul 28, 2020
  12. Jul 26, 2020
  13. Jul 21, 2020
Loading