From b8e72b09699e96578c8c4c29752582f66b4cd5a8 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 5 Oct 2024 09:55:26 -0700 Subject: [PATCH] Note that creating a renderer will fail if the preferred renderer isn't available. Fixes https://github.com/libsdl-org/SDL/issues/11077 --- include/SDL3/SDL_hints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index 4550090a1..94d2597a4 100644 --- a/include/SDL3/SDL_hints.h +++ b/include/SDL3/SDL_hints.h @@ -2767,7 +2767,7 @@ extern "C" { * * If the application doesn't pick a specific renderer to use, this variable * specifies the name of the preferred renderer. If the preferred renderer - * can't be initialized, the normal default renderer is used. + * can't be initialized, creating a renderer will fail. * * This variable is case insensitive and can be set to the following values: *