Skip to content

Version 1.9 hotfix 2

Compare
Choose a tag to compare
@megai2 megai2 released this 20 Oct 15:08
· 480 commits to master since this release

-Added FPS limiter & informational overlay, both are configurable in [extras] section of config file

  • Example config section to limit FPS to 25 and show draw count info
enable=1
fps_limit=25
show_draw_count=1

-Fixed batch data reusage optimization

  • This should fix performance drop that was encountered on 1.7 and 1.8.

-Fixed crash on exit
-Fixed QueryInterface crash

  • While it is not used normally, some 3rd party software or even game can rarely crash on it

-Updated BnS pin screen pck to fix shadow problems

  • You need to delete pck_bns/latest.pck for it to take effect or do clean install

-Added extra config options to control GPU write algorithm and batch data reusage in [batching] section

  • Consider changing this values only if you experience GPU crashes/GPU bottlenecking

-Hotfixed win7 support