mirror of https://github.com/BOINC/boinc.git
API V6 GFX: Initialize boinc_max_fps = 30.
svn path=/trunk/boinc/; revision=13778
This commit is contained in:
parent
64db0fa655
commit
03b5c3e3b0
|
@ -4,7 +4,7 @@
|
|||
#include "boinc_api.h"
|
||||
#include "graphics2.h"
|
||||
|
||||
double boinc_max_fps;
|
||||
double boinc_max_fps = 30.;
|
||||
double boinc_max_gfx_cpu_frac;
|
||||
|
||||
bool throttled_app_render(int x, int y, double t) {
|
||||
|
|
|
@ -9163,3 +9163,9 @@ David 4 Oct 2007
|
|||
sched_array.C
|
||||
sched_locality.C
|
||||
sched_send.C,h
|
||||
|
||||
Charlie 3 Oct 2007
|
||||
- API V6 GFX: Initialize boinc_max_fps = 30.
|
||||
|
||||
api/
|
||||
graphics2.C
|
||||
|
|
Loading…
Reference in New Issue