Skip to content
Snippets Groups Projects
  1. Oct 24, 2018
  2. Aug 31, 2018
    • Lioncash's avatar
      core/core: Replace includes with forward declarations where applicable · 4a587b81
      Lioncash authored
      The follow-up to e2457418, which
      replaces most of the includes in the core header with forward declarations.
      
      This makes it so that if any of the headers the core header was
      previously including change, then no one will need to rebuild the bulk
      of the core, due to core.h being quite a prevalent inclusion.
      
      This should make turnaround for changes much faster for developers.
      4a587b81
  3. Aug 21, 2018
    • MerryMage's avatar
      perf_stats: Change MAX_LAG_TIME_US to an appropriate value · 3f4fb4b0
      MerryMage authored
      25us is far too small, and would result in std::this_thread::sleep_for
      being called with this as a maximum value. This means that a guest
      application that produces frames instantly would only be limited to
      40 kHz.
      
      25ms is a more appropriate value, as it allows for a 60 Hz refresh
      rate while providing enough slack in the negative region.
      3f4fb4b0
  4. Aug 20, 2018
  5. Aug 06, 2018
  6. Apr 20, 2018
  7. Jan 17, 2018
  8. Jan 13, 2018
  9. Feb 27, 2017
Loading