Updated HLE AAC Decoder (markdown)

Tobias 2019-01-11 21:46:10 +01:00
parent 2d025087ee
commit 3a6b572204

@ -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 **macOS**, you don't need anything else. It will work directly.
* If you are using **Windows** - * If you are using **Windows**, you don't need anything else. It will work directly.
- **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 **Linux**, you need to build Citra on your own. * If you are using **Linux**, you need to build Citra on your own.
- Follow the [[Building for Linux]] guide. - Follow the [[Building for Linux]] guide.