diff --git a/.gitignore b/.gitignore index 56e2663b..96d474f3 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ disasm.txt CMakeSettings.json compile_commands.json *.diagsession -tests/ \ No newline at end of file +tests/ +.DS_Store diff --git a/resources/settings.json b/resources/settings.json new file mode 100644 index 00000000..59c0ea9e --- /dev/null +++ b/resources/settings.json @@ -0,0 +1 @@ +{"audio":{"lock":true,"volumeL":0.5,"volumeR":0.5},"cpu":{"type":"interpreter"},"general":{"savePath":""},"input":{"A":"X","Analog Down":"Down","Analog Left":"Left","Analog Right":"Right","Analog Up":"Up","B":"C","C Down":"K","C Left":"J","C Right":"L","C Up":"I","Device":"Keyboard/Mouse","Dpad Down":"","Dpad Left":"","Dpad Right":"","Dpad Up":"","L":"A","R":"S","Start":"Return","Z":"Z"}} \ No newline at end of file