1. 08 Mar, 2019 2 commits
    • Lioncash's avatar
      kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional · fbb82e61
      Lioncash authored
      There's no real need to use a shared lifetime here, since we don't
      actually expose them to anything else. This is also kind of an
      unnecessary use of the heap given the objects themselves are so small;
      small enough, in fact that changing over to optionals actually reduces
      the overall size of the HLERequestContext struct (818 bytes to 808
      bytes).
      fbb82e61
    • Lioncash's avatar
      travis: Bump macOS version to 10.14 · 69749a88
      Lioncash authored
      For whatever bizarre reason, Apple only made a few of std::optional's
      member functions available on newer SDK versions. Given we can't even
      run yuzu on macOS, and we keep the builder around to ensure that it
      always at least compiles on macOS, we can bump this up a version.
      69749a88
  2. 07 Mar, 2019 20 commits
  3. 06 Mar, 2019 13 commits
  4. 05 Mar, 2019 5 commits