From bfe43e1d227c6bca0305f70eb8a3cff0d0c37d8b Mon Sep 17 00:00:00 2001 From: Caleb Cornett Date: Sun, 9 Aug 2020 10:58:46 -0400 Subject: [PATCH] FNA3D -> FAudio --- visualc-winrt/README | 4 ++-- visualc/README | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/visualc-winrt/README b/visualc-winrt/README index b24b44145..b27d7fa36 100644 --- a/visualc-winrt/README +++ b/visualc-winrt/README @@ -9,8 +9,8 @@ Before building, download SDL2's source code from SDL's website: http://libsdl.org/download-2.0.php Extract the ZIP file's SDL2 directory (called something like 'SDL2-2.0.8') as -a sibling to your FNA3D checkout and rename it to 'SDL2', so that you have -directories named 'FNA3D' and 'SDL2' next to each other. +a sibling to your FAudio checkout and rename it to 'SDL2', so that you have +directories named 'FAudio' and 'SDL2' next to each other. Compiling --------- diff --git a/visualc/README b/visualc/README index 4644cc910..1ea9eb7bc 100644 --- a/visualc/README +++ b/visualc/README @@ -11,8 +11,8 @@ Before building, download SDL2's VC development libraries from SDL's website: http://libsdl.org/download-2.0.php Extract the ZIP file's SDL2 directory (called something like 'SDL2-2.0.8') as -a sibling to your FNA3D checkout and rename it to 'SDL2', so that you have -directories named 'FNA3D' and 'SDL2' next to each other. +a sibling to your FAudio checkout and rename it to 'SDL2', so that you have +directories named 'FAudio' and 'SDL2' next to each other. Compiling ---------