From 6c082eefdab0bb5b5d4e1cb90e90fedf135570f0 Mon Sep 17 00:00:00 2001 From: gtrxAC <59177874+gtrxAC@users.noreply.github.com> Date: Sat, 21 May 2022 22:27:31 +0300 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index c922cff..be0304e 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -1,7 +1,7 @@ # Table Of Contents -- [How can I run raylib in my old PC?](#how-can-i-run-raylib-in-my-old-pc) +- [Can I run raylib in my old PC?](#can-i-run-raylib-in-my-old-pc) - [What are the default paths?](#what-are-the-default-paths) - [What are the dependencies on Windows?](#what-are-the-dependencies-on-windows) - [How do I remove the log?](#how-do-i-remove-the-log) @@ -18,7 +18,7 @@ - [Why my assets are not loaded?](#why-my-assets-are-not-loaded) - [How do I remove the console window?](#how-do-i-remove-the-console-window) -## How can I run raylib in my old PC? +## Can I run raylib in my old PC? Yes, you can. raylib comes compiled by default for OpenGL 3.3 backend but it can be recompiled for older OpenGL versions! It can be recompiled for OpenGL 1.1 (1997) and OpenGL 2.1 (2006). To do that using Notepad++, just follow this steps: