hifi / cnc-ddraw

GDI and OpenGL re-implementation of the DirectDraw API for classic Command & Conquer games for better compatibility with Windows Vista, Windows 7 and Wine (project now under @CnCNet org)
https://github.com/CnCNet/cnc-ddraw
85 stars 164 forks source link

Too-fast scrolling in RA #1

Closed elliotcm closed 12 years ago

elliotcm commented 12 years ago

Hi there,

I know you guys reported in your changelogs that you've fixed a bug like this, but I'm still getting near-instant scrolling in RA with the latest build of the DDL from your website under Windows 7.

Any ideas?

Thanks.

hifi commented 12 years ago

Hi,

Enable backbuffer in rasetup.exe and make sure you have maxfps set to some sane value in ddarw.ini.

elliotcm commented 12 years ago

I already had backbuffer set, but setting maxfps to -1 sorted me out.

Many thanks!