Steam How to let Steam handle screenshots?

bocoboc

Member
Hello, yesterday I released my game on Steam Early Access and after some tests I realised that when you have enabled steam api in your game, you have to take screenshot by yourself and then send it to steam. My problem is that screen_save() function have a really bad impact on the games performance. (fps drops to 30) When I launch my game with steam api disabled, steam handles screenshots himself and everything is fine.

So is there any option to let steam handle screenshots even with steam api enabled?
 
Top