Higan - a quick&dirty workaround

Higan uses a lot of hardcoded paths when it looks for runtime files
as shaders, icons and mainly BIOS files. So, we made a q&d wrapper
script: it copies all these files to $HOME/.config/higan in the 1st
invocation.
This commit is contained in:
AndersonTorres
2014-08-30 23:59:49 -03:00
parent efdb6ecb0c
commit 0847250505
2 changed files with 24 additions and 1 deletions
+2 -1
View File
@@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
# TODO:
# - options to choose profiles (accuracy, balanced, performance)
# and different GUIs (gtk2, qt4)
# - fix the BML and BIOS paths - maybe a custom patch to Higan project?
# - fix the BML and BIOS paths - maybe submitting
# a custom patch to Higan project would not be a bad idea...
#