This commit is contained in:
SimoneN64
2025-06-23 18:49:29 +02:00
parent 891c722b33
commit 2ec3abbe14
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -23,4 +23,5 @@ disasm.txt
CMakeSettings.json
compile_commands.json
*.diagsession
tests/
tests/
.DS_Store

1
resources/settings.json Normal file
View File

@@ -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"}}