Skip to content
  • Jean Raby's avatar
    gtk: Simplify S9xOpenSnapshotFile · e6118290
    Jean Raby authored
    This is basically what osx and libretro do, just use the provided
    filename.
    The code this replaces had a hard time handling relative paths,
    it would prepend the leading directories to fname, which would
    most of the time resolve to an invalid path.
    (e.g ./roms/romname.000 -> ./roms/roms/romname.000)
    e6118290