From 3a6b572204074a76e28c05f698a9945947e012ab Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 11 Jan 2019 21:46:10 +0100 Subject: [PATCH] Updated HLE AAC Decoder (markdown) --- HLE-AAC-Decoder.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/HLE-AAC-Decoder.md b/HLE-AAC-Decoder.md index 38aba26..42c8db6 100644 --- a/HLE-AAC-Decoder.md +++ b/HLE-AAC-Decoder.md @@ -13,16 +13,7 @@ You can get these files by following the instructions below. * If you are using **macOS**, you don't need anything else. It will work directly. -* If you are using **Windows** - - - **Note: Citra changed its way of loading DLLs in Canary build 1130. If you are still using Citra Canary 1129, you should update your Citra first before doing the following steps.** - - - Download this zip file - [FFmpeg DLLs](https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-4.1-win64-shared.zip) - - - Select `Open Citra Folder` in the `File` menu of Citra. It should lead you to the [[User Directory]]. - - - now extract the contents of `bin` folder in the ZIP, into the `external_dlls` folder located in the [[User Directory]]. You may need to create the `external_dlls` folder if it does not exist. - - ![zip file contents](https://i.imgur.com/TY8uRGT.png) +* If you are using **Windows**, you don't need anything else. It will work directly. * If you are using **Linux**, you need to build Citra on your own. - Follow the [[Building for Linux]] guide.