From a81933e3c3ca651381395d9d52f0c2e82d255044 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 18 Apr 2022 19:32:04 +1000 Subject: [PATCH] Updated Using RAIntegration (markdown) --- Using-RAIntegration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Using-RAIntegration.md b/Using-RAIntegration.md index 4b65a3d..f413776 100644 --- a/Using-RAIntegration.md +++ b/Using-RAIntegration.md @@ -1,5 +1,7 @@ DuckStation now supports using RAIntegration for cheevos instead of its own internal handler, which is useful for developing achievement sets. +The RAIntegration support is intended as a **developer tool**, and users should use the much more user-friendly internal achievement support instead. + To use RAIntegration, you must be: - Using the Qt frontend. - Using the x64 DuckStation build (there's no RAIntegration binaries for ARM64).