sdl12-compat: recommand using of absolute paths for SDL12COMPAT_FAKE_CDROM_PATH.

From 85d1f7ab0e22cdd526eb2ebf6021f247d9f55a3e Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sun, 20 Mar 2022 17:00:02 +0300
Subject: [PATCH] recommand using of absolute paths for
 SDL12COMPAT_FAKE_CDROM_PATH.

Closes https://github.com/libsdl-org/sdl12-compat/pull/174
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e650dfa..6e0c195 100644
--- a/README.md
+++ b/README.md
@@ -154,7 +154,8 @@ The available options are:
 - SDL12COMPAT_FAKE_CDROM_PATH:
   A path to a directory containing MP3 files (named trackXX.mp3, where
   XX is a two-digit track number) to be used by applications which play
-  CD audio.
+  CD audio.  Using an absolute path is recommended: relative paths are
+  not guaranteed to work correctly.
 
 - SDL12COMPAT_OPENGL_SCALING:
   Enables scaling of OpenGL applications to the current desktop resolution.