From 2ec3abbe14c376ae68c4b0e0d49a40dcc6fca6b7 Mon Sep 17 00:00:00 2001 From: SimoneN64 Date: Mon, 23 Jun 2025 18:49:29 +0200 Subject: [PATCH] blep --- .gitignore | 3 ++- resources/settings.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 resources/settings.json 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