Header optimizations (#1684)

Shouldn't break anything. I hope.
This commit is contained in:
Ivan 2016-04-27 01:27:24 +03:00
parent da7472fe81
commit aafcf44581
89 changed files with 2370 additions and 2348 deletions

View file

@ -674,8 +674,6 @@ namespace rsx
});
}
rsx->sem_flip.post_and_wait();
if (double limit = g_cfg_rsx_frame_limit.get())
{
if (limit < 0) limit = rsx->fps_limit; // TODO