From 5d306804a46df56862d63a1e94f7e159d31eec09 Mon Sep 17 00:00:00 2001 From: Eliza Milburn <61363431+ERmilburn02@users.noreply.github.com> Date: Sun, 2 Jun 2024 13:44:15 +0100 Subject: [PATCH] Updated the section about dedicated GPUs (exporting the symbols is still only a hint and can be overridden by Settings) --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 834be82..cc3bc4d 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -424,7 +424,7 @@ void main() ## Why is raylib using integrated graphics when a dedicated GPU is available? -The GPU used is set by the user through the GPU vendor’s control panel. If you think it’s crucial that a dedicated GPU is used in your program, you can add the following code anywhere in your code to force the use of dedicated AMD or NVIDIA GPUs. +The GPU used is set by the user through the GPU vendor’s control panel. If you think it’s crucial that a dedicated GPU is used in your program, you can add the following code anywhere in your code to suggest the use of dedicated AMD or NVIDIA GPUs. ```c #ifdef __cplusplus extern "C" {