Commit 01853f5f authored by Sander van der Burg's avatar Sander van der Burg Committed by Anderson Torres
Browse files

fs-uae-launcher: allow side loading of fs-uae-device-helper to fix the...

fs-uae-launcher: allow side loading of fs-uae-device-helper to fix the detection of mouse and joystick devices
parent efb9f8b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
    # fs-uae-launcher search side by side for fs-uae
    # see $src/fsgs/plugins/pluginexecutablefinder.py#find_executable
    ln -s ${fsuae}/bin/fs-uae $out/bin
    ln -s ${fsuae}/bin/fs-uae-device-helper $out/bin
  '';

  meta = {