From 45df8857e9987422f79b74813288a68b4ecf44f4 Mon Sep 17 00:00:00 2001 From: Vamsi Krishna Date: Sat, 15 Dec 2018 22:19:06 +0530 Subject: [PATCH] Updated HLE AAC Decoder (markdown) --- HLE-AAC-Decoder.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HLE-AAC-Decoder.md b/HLE-AAC-Decoder.md index 0291df8..3ff4712 100644 --- a/HLE-AAC-Decoder.md +++ b/HLE-AAC-Decoder.md @@ -20,6 +20,8 @@ You can get these files by following the instructions below. ![zip file contents](https://i.imgur.com/TY8uRGT.png) + ![After Pasting](https://i.imgur.com/eBnquyw.png) + * If you are using **Linux**, you need to build Citra on your own. - Follow the [[Building for Linux]] guide. - You will need to install the following additional packages before building - `libavcodec-dev` & `libfdk-aac-dev`.