From 5f4b6fd0fb1920c15f1654b8ca05e8e7b9c25611 Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Sat, 15 Dec 2018 17:37:46 -0500 Subject: [PATCH] Updated HLE AAC Decoder (markdown) --- HLE-AAC-Decoder.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HLE-AAC-Decoder.md b/HLE-AAC-Decoder.md index 3ff4712..e0287a8 100644 --- a/HLE-AAC-Decoder.md +++ b/HLE-AAC-Decoder.md @@ -9,12 +9,12 @@ You can get these files by following the instructions below. ### Instructions -* Download the latest canary build [here](https://citra-emu.org/download/). +* Download the latest Canary build [here](https://citra-emu.org/download/). * If you are using **macOS**, you don't need anything else. It will work directly. * If you are using **Windows** - - - Download this zip file - [FFMPEG DLLs](https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-4.1-win64-shared.zip) + - Download this zip file - [FFmpeg DLLs](https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-4.1-win64-shared.zip) - now extract the contents of `bin` folder, into the `canary-mingw` folder located in `C:/users//AppData/local/citra/` by default. - **Note:** If you changed Citra's install location, you will have to paste these DLLs inside the folder where `citra-qt.exe` is located.