Skip to content
Snippets Groups Projects
  1. Jan 04, 2020
  2. Jan 03, 2020
    • ReinUsesLisp's avatar
      yuzu: Remove Maxwell debugger · 0d6d8129
      ReinUsesLisp authored
      This was carried from Citra and wasn't really used on yuzu. It also adds
      some runtime overhead. This commit removes it from yuzu's codebase.
      0d6d8129
  3. Dec 25, 2019
  4. Dec 11, 2019
  5. Dec 08, 2019
    • Lioncash's avatar
      kernel: Remove unnecessary includes · c3e43c7e
      Lioncash authored
      Over the course of the changes to the kernel code, a few includes are no
      longer necessary, particularly with the change over to std::shared_ptr
      from Boost's intrusive_ptr.
      c3e43c7e
    • Lioncash's avatar
      kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew · 67b8265b
      Lioncash authored
      These are fairly trivial to implement, we can just do nothing. This also
      provides a spot for us to potentially dump out any relevant info in the
      future (e.g. for debugging purposes with homebrew, etc).
      
      While we're at it, we can also correct the names of both of these
      supervisor calls.
      67b8265b
  6. Dec 05, 2019
  7. Dec 02, 2019
  8. Nov 28, 2019
  9. Nov 27, 2019
  10. Nov 25, 2019
  11. Nov 23, 2019
  12. Nov 21, 2019
Loading