raze-gles/source/platform/posix/cocoa
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
..
gl_sysfb.h - added the Posix backend code. 2020-01-05 21:40:18 +01:00
i_common.h - added the Posix backend code. 2020-01-05 21:40:18 +01:00
i_input.mm - fixed crash during initialization in Cocoa backend 2020-01-26 16:41:52 +02:00
i_joystick.cpp - more macOS compilation fixes 2020-01-07 01:11:19 +01:00
i_main.mm - change 'refreshfreq' from int to double. 2020-04-16 00:03:00 +02:00
i_system.mm - migrated to GZDoom's utility code. 2020-04-12 08:30:39 +02:00
i_video.mm - fixed invalid context warnings with Cocoa backend 2020-02-01 17:11:56 +02:00
st_console.h - added the Posix backend code. 2020-01-05 21:40:18 +01:00
st_console.mm - added support for ZDoom-style GAMEINFO. 2020-01-11 17:05:25 +01:00
st_start.mm - disabled progress bar on Cocoa start window 2020-02-08 16:56:52 +02:00