Skip to content
Snippets Groups Projects
  1. Dec 19, 2019
  2. Dec 17, 2019
  3. Dec 13, 2019
  4. Dec 11, 2019
  5. Dec 10, 2019
  6. Dec 09, 2019
  7. 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
  8. Dec 07, 2019
  9. Dec 06, 2019
  10. Dec 05, 2019
  11. Dec 02, 2019
  12. Nov 29, 2019
    • ReinUsesLisp's avatar
      texture_cache/surface_base: Fix out of bounds texture views · ff64c395
      ReinUsesLisp authored
      Some texture views were being created out of bounds (with more layers or
      mipmaps than what the original texture has). This is because of a
      miscalculation in mipmap bounding. end_layer and end_mipmap are out of
      bounds (e.g. layer 6 in a cubemap), there's no need to add one more
      there.
      
      Fixes OpenGL errors and Vulkan crashes on Splatoon 2.
Loading