From 547826c204f2bdb6447b2718fdf19da1c9517929 Mon Sep 17 00:00:00 2001 From: Chris Lansman Date: Tue, 21 Feb 2023 23:42:56 -0600 Subject: [PATCH 1/2] [zelda3.ini] Updated the file with some cleanup, added back the missing comments, turned on the proper key mappings for controller based input --- platform/switch/zelda3.ini | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/platform/switch/zelda3.ini b/platform/switch/zelda3.ini index 70f153e1..fdb96cb5 100644 --- a/platform/switch/zelda3.ini +++ b/platform/switch/zelda3.ini @@ -19,8 +19,14 @@ WindowSize = 1280x720 Fullscreen = 0 # Window scale (1=100%, 2=200%, 3=300%, etc.) WindowScale = 1 + +# Use an optimized (but potentially more buggy) SNES PPU implementation NewRenderer = 1 + +# Display the world map with higher resolution EnhancedMode7 = 1 + +# Don't keep the aspect ratio IgnoreAspectRatio = 0 # Enable this option to remove the sprite limits per scan line @@ -37,14 +43,26 @@ EnableAudio = 1 # DSP frequency in samples per second (e.g. 48000, 44100, 32000, 22050, 11025) AudioFreq = 44100 + # number of separate sound channels (1=mono, 2=stereo) AudioChannels = 2 + # Audio buffer size in samples (power of 2; e.g., 4096, 2048, 1024) [try 1024 if sound is crackly]. The higher the more lag before you hear sounds. AudioSamples = 1024 # Enable MSU support for audio. Files need to be in a subfolder, msu/alttp_msu-*.pcm # Only works with 44100 hz and 2 channels -EnableMSU = 0 +EnableMSU = 1 + +# The path to the MSU files. The number and the file extension are appended automatically. +MSUPath = msu/alttp_msu- + +# Remember MSU position and return back to the same position when entering +# an overworld area. (Only remembers one area) +ResumeMSU = 1 + +# Change the volume of the MSU playback, a value between 0-100 +MSUVolume = 100% [Features] @@ -93,10 +111,10 @@ CancelBirdTravel = 0 [KeyMap] # Change what keyboard keys map to the joypad -# Order: Up, Down, Left, Right, Select, Start, A, B, X, Y, L, R +Order: Up, Down, Left, Right, Select, Start, A, B, X, Y, L, R # This default is suitable for QWERTY keyboards. -Controls = Up, Down, Left, Right, Right Shift, Return, x, z, s, a, c, v +#Controls = Up, Down, Left, Right, Right Shift, Return, x, z, s, a, c, v # This default is suitable for QWERTZ keyboards. #Controls = Up, Down, Left, Right, Right Shift, Return, x, y, s, a, c, v From 785805f28fa2720c62a0220e9c5b141ff125053b Mon Sep 17 00:00:00 2001 From: Chris Lansman <28708312+chris-lansman@users.noreply.github.com> Date: Tue, 21 Feb 2023 23:58:15 -0600 Subject: [PATCH 2/2] fixing accidentally leaving MSU on --- platform/switch/zelda3.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/switch/zelda3.ini b/platform/switch/zelda3.ini index fdb96cb5..971fddb3 100644 --- a/platform/switch/zelda3.ini +++ b/platform/switch/zelda3.ini @@ -52,7 +52,7 @@ AudioSamples = 1024 # Enable MSU support for audio. Files need to be in a subfolder, msu/alttp_msu-*.pcm # Only works with 44100 hz and 2 channels -EnableMSU = 1 +EnableMSU = 0 # The path to the MSU files. The number and the file extension are appended automatically. MSUPath = msu/alttp_msu-