Linux/joyconfig: Display the preferred filename for the configuration
This commit is contained in:
parent
f063856f8b
commit
1a729a1586
|
@ -298,7 +298,8 @@ if __name__ == "__main__":
|
||||||
mapping.write(f)
|
mapping.write(f)
|
||||||
print("\nMapping file saved to: %s\n" % os.path.abspath(args.file))
|
print("\nMapping file saved to: %s\n" % os.path.abspath(args.file))
|
||||||
else:
|
else:
|
||||||
print("\nHere's your mapping file:\n")
|
print("\nHere's your mapping file:")
|
||||||
|
print("Save this as \"~/.local/share/reicast/mappings/%s.cfg\"\n" % mapping.get("emulator", "mapping_name"))
|
||||||
mapping.write(sys.stdout)
|
mapping.write(sys.stdout)
|
||||||
|
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
Loading…
Reference in New Issue