libretro / docs

This is a repo of the RetroArch official document page.
https://docs.libretro.com/
MIT License
260 stars 461 forks source link

citra.md: Fix shader path, mention aes_keys.txt #798

Closed NetSysFire closed 1 year ago

NetSysFire commented 1 year ago

I tried placing my aes_keys.txt in my configured BIOS dir to no avail. Finally decided to strace retroarch and found out where it was trying to find the file. Since the behavior is different from most other cores, I decided documented this. Roughly based on the BIOS hint in Beetle PSX's docs, which is placed above the Extensions section.

While I was at it, I fixed the shaders path.