Skip to content

v3.1.1

Compare
Choose a tag to compare
@leikareipa leikareipa released this 28 Oct 08:47
· 84 commits to master since this release

Changelog

  • Fixed refresh rate being reported slightly off the real value in some cases
  • The control panel now shows the processing latency, the time taken by VCS to process and display frames
  • GCC is now the default compiler in vcs.pro
  • The non-debug build now compiles with -O3 and -march=native, instead of just -O2
  • Added a line-duplicating filter (simple way to mask empty edges of the capture region)
  • A few filters were renamed
  • The MMAP capture backend now offers a more generic shared memory interface, so can be used more easily for apps other than DOSBox (which the interface previously targeted specifically)