Skip to content
Snippets Groups Projects
  1. Sep 09, 2018
  2. Sep 08, 2018
  3. Sep 07, 2018
    • Lioncash's avatar
      yuzu: Move GameListWorker to its own source files · 564b7fdc
      Lioncash authored
      This has gotten sufficiently large enough to warrant moving it to its
      own source files. Especially given it dumps the file_sys headers around
      code that doesn't use it for the most part.
      
      This'll also make it easier to introduce a type alias for the
      compatibility list, so a large unordered_map type declaration doesn't
      need to be specified all the time (we don't want to propagate the
      game_list_p.h include via the main game_list.h header).
      564b7fdc
    • CaptV0rt3x's avatar
      For SDL Frontend · 9382414b
      CaptV0rt3x authored
      9382414b
    • CaptV0rt3x's avatar
      Better Title Bar Display · e3af341d
      CaptV0rt3x authored
      e3af341d
    • Lioncash's avatar
      core: Migrate current_process pointer to the kernel · 3f17fe71
      Lioncash authored
      Given we now have the kernel as a class, it doesn't make sense to keep
      the current process pointer within the System class, as processes are
      related to the kernel.
      
      This also gets rid of a subtle case where memory wouldn't be freed on
      core shutdown, as the current_process pointer would never be reset,
      causing the pointed to contents to continue to live.
      3f17fe71
  4. Sep 06, 2018
  5. Sep 05, 2018
  6. Sep 04, 2018
Loading