raze-gles/source/platform/posix/sdl
Mitchell Richters 1ce4081d37 - change 'refreshfreq' from int to double.
A double is already used in CalcSmoothRatio. Further to this, displays that use TV standard frequencies do not use perfect 60Hz frequencies, but frequencies such as 59.94Hz, 23.976Hz (precisely, 24*(1000/1001) = 23.9760239760239760...) etc.

Reference: 'https://www.ghacks.net/2010/04/28/59-hertz-refresh-rate/', 'http://www.paradiso-design.net/videostandards_en.html'.

# Conflicts:
#	source/build/include/baselayer.h
#	source/platform/posix/cocoa/i_main.mm
2020-04-16 00:03:00 +02:00
..
crashcatcher.c - added the Posix backend code. 2020-01-05 21:40:18 +01:00
gl_sysfb.h - added the Posix backend code. 2020-01-05 21:40:18 +01:00
hardware.cpp - renamed 'common' to 'core'. 2020-04-12 08:30:36 +02:00
i_gui.cpp - this is incomplete, i'm just putting this here for now so i don't lose it 2020-01-11 09:27:12 -05:00
i_input.cpp - renamed 'common' to 'core'. 2020-04-12 08:30:36 +02:00
i_joystick.cpp - added the Posix backend code. 2020-01-05 21:40:18 +01:00
i_main.cpp - renamed 'common' to 'core'. 2020-04-12 08:30:36 +02:00
i_system.cpp - migrated to GZDoom's utility code. 2020-04-12 08:30:39 +02:00
i_system.mm - added the Posix backend code. 2020-01-05 21:40:18 +01:00
sdlglvideo.cpp - change 'refreshfreq' from int to double. 2020-04-16 00:03:00 +02:00
st_start.cpp - a lil more done 2020-01-11 09:27:12 -05:00