From 4c9f31398f09ec53fbfded86f42f5c55708b6bdf Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 12 Oct 2016 18:57:12 -0700 Subject: [PATCH] Added note for David Carlier's work on OpenBSD --- WhatsNew.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WhatsNew.txt b/WhatsNew.txt index eec545eeedf5e..f8cba4e31d708 100644 --- a/WhatsNew.txt +++ b/WhatsNew.txt @@ -46,6 +46,9 @@ Linux: * Refresh rates are now rounded instead of truncated, e.g. 59.94 Hz is rounded up to 60 Hz instead of 59. * Added initial support for touchscreens on Raspberry Pi +OpenBSD: +* SDL_GetBasePath() is now implemented on OpenBSD + iOS: * Added support for dynamically loaded objects on iOS 8 and newer