From e6374ef4771ff0f0b973bd5f671675269e3f7a96 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Tue, 19 Mar 2019 00:06:37 +1000 Subject: [PATCH 1/2] Use string interpolation --- BizHawk.Client.EmuHawk/AVOut/AviWriter.cs | 12 +- BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs | 15 +- .../AVOut/FFmpegWriterForm.cs | 2 +- .../AVOut/ImageSequenceWriter.cs | 4 +- BizHawk.Client.EmuHawk/AVOut/JMDWriter.cs | 2 +- BizHawk.Client.EmuHawk/AVOut/NutMuxer.cs | 2 +- .../AVOut/SynclessRecorder.cs | 10 +- .../AVOut/SynclessRecordingTools.cs | 6 +- BizHawk.Client.EmuHawk/AVOut/WavWriter.cs | 2 +- BizHawk.Client.EmuHawk/AboutBox.cs | 4 +- .../Api/Libraries/CommApi.cs | 2 +- .../Api/Libraries/GuiApi.cs | 6 +- .../Api/Libraries/SaveStateAPI.cs | 4 +- BizHawk.Client.EmuHawk/ArchiveChooser.cs | 4 +- BizHawk.Client.EmuHawk/BizBox.cs | 10 +- BizHawk.Client.EmuHawk/BizBoxInfoControl.cs | 2 +- BizHawk.Client.EmuHawk/CoreFeatureAnalysis.cs | 5 +- .../CustomControls/HexTextBox.cs | 2 +- .../CustomControls/TasListView.cs | 2 +- .../CustomControls/VirtualListView.cs | 8 +- .../CustomControls/Win32.cs | 2 +- .../DisplayManager/DisplayManager.cs | 8 +- .../DisplayManager/FilterManager.cs | 6 +- .../DisplayManager/Filters/Retro.cs | 26 +- .../Extensions/ToolExtensions.cs | 8 +- BizHawk.Client.EmuHawk/Input/GamePad.cs | 10 +- BizHawk.Client.EmuHawk/Input/IPCKeyInput.cs | 2 +- BizHawk.Client.EmuHawk/Input/Input.cs | 8 +- BizHawk.Client.EmuHawk/Input/OTK_Gamepad.cs | 14 +- BizHawk.Client.EmuHawk/LogConsole.cs | 4 +- BizHawk.Client.EmuHawk/MainForm.Events.cs | 64 +++-- BizHawk.Client.EmuHawk/MainForm.Hotkey.cs | 12 +- BizHawk.Client.EmuHawk/MainForm.cs | 125 +++++----- BizHawk.Client.EmuHawk/OpenAdvancedChooser.cs | 2 +- BizHawk.Client.EmuHawk/PlatformChooser.cs | 4 +- BizHawk.Client.EmuHawk/Program.cs | 8 +- .../Sound/Utilities/SoundOutputProvider.cs | 4 +- BizHawk.Client.EmuHawk/Throttle.cs | 6 +- BizHawk.Client.EmuHawk/UpdateChecker.cs | 4 +- .../config/ControllerConfig.cs | 6 +- .../ControllerConfig/AnalogBindControl.cs | 4 +- .../config/DisplayConfigLite.cs | 2 +- .../config/FirmwaresConfig.cs | 12 +- BizHawk.Client.EmuHawk/config/GB/BmpView.cs | 2 +- .../config/GB/ColorChooserForm.cs | 2 +- .../config/InputCompositeWidget.cs | 6 +- .../config/MessageConfig.cs | 18 +- .../config/N64/N64ControllerSettingControl.cs | 4 +- .../config/N64/N64VideoPluginconfig.cs | 8 +- .../config/NES/NESGraphicsConfig.cs | 2 +- .../config/PSX/PSXControllerConfigNew.cs | 2 +- BizHawk.Client.EmuHawk/config/PathConfig.cs | 2 +- BizHawk.Client.EmuHawk/config/RewindConfig.cs | 10 +- .../movie/EditSubtitlesForm.cs | 12 +- BizHawk.Client.EmuHawk/movie/PlayMovie.cs | 17 +- BizHawk.Client.EmuHawk/movie/RecordMovie.cs | 8 +- .../tools/BasicBot/BasicBot.cs | 8 +- BizHawk.Client.EmuHawk/tools/BatchRun.cs | 2 +- BizHawk.Client.EmuHawk/tools/BatchRunner.cs | 4 +- BizHawk.Client.EmuHawk/tools/CDL.cs | 22 +- .../tools/Cheats/CheatEdit.cs | 2 +- BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs | 14 +- .../Debugger/GenericDebugger.Disassembler.cs | 4 +- BizHawk.Client.EmuHawk/tools/GB/GBGPUView.cs | 40 ++-- .../tools/GB/GBGameGenie.cs | 6 +- .../tools/GBA/GBAGPUView.cs | 4 +- BizHawk.Client.EmuHawk/tools/GameShark.cs | 66 +++--- .../tools/Genesis/GenGameGenie.cs | 4 +- .../tools/HexEditor/HexEditor.cs | 22 +- .../Lua/Libraries/EmuLuaLibrary.Client.cs | 2 +- .../Libraries/EmuLuaLibrary.Communication.cs | 2 +- .../Lua/Libraries/EmuLuaLibrary.Console.cs | 2 +- .../Lua/Libraries/EmuLuaLibrary.Forms.cs | 4 +- .../tools/Lua/Libraries/EmuLuaLibrary.Gui.cs | 4 +- .../Lua/Libraries/EmuLuaLibrary.Savestate.cs | 4 +- BizHawk.Client.EmuHawk/tools/Lua/LuaCanvas.cs | 4 +- .../tools/Lua/LuaConsole.cs | 18 +- .../tools/Lua/LuaFunctionsForm.cs | 2 +- .../tools/Macros/MacroInput.ButtonSelect.cs | 2 +- .../tools/Macros/MacroInput.cs | 12 +- .../tools/Macros/MovieZone.cs | 7 +- .../MultiDiskBundler/MultiDiskFileSelector.cs | 2 +- .../tools/NES/BarcodeEntry.cs | 2 +- .../tools/NES/NESMusicRipper.cs | 4 +- .../tools/NES/NESNameTableViewer.cs | 6 +- BizHawk.Client.EmuHawk/tools/NES/NESPPU.cs | 32 +-- .../tools/NES/NameTableViewer.cs | 2 +- .../tools/NES/PaletteViewer.cs | 2 +- .../tools/NES/PatternViewer.cs | 2 +- .../tools/NES/SpriteViewer.cs | 2 +- .../tools/PCE/PCEBGViewer.cs | 2 +- .../tools/PCE/PCESoundDebugger.cs | 4 +- .../tools/SNES/SNESGameGenie.cs | 4 +- .../tools/SNES/SNESGraphicsDebugger.cs | 60 ++--- .../tools/TAStudio/BookmarksBranchesBox.cs | 14 +- .../tools/TAStudio/GreenzoneSettings.cs | 2 +- .../tools/TAStudio/MarkerControl.cs | 4 +- .../tools/TAStudio/PatternsForm.cs | 6 +- .../tools/TAStudio/TAStudio.ListView.cs | 10 +- .../tools/TAStudio/TAStudio.MenuItems.cs | 20 +- .../tools/TAStudio/TAStudio.cs | 26 +- .../tools/TAStudio/TAStudioClipboard.cs | 2 +- BizHawk.Client.EmuHawk/tools/ToolHelpers.cs | 4 +- BizHawk.Client.EmuHawk/tools/ToolManager.cs | 2 +- BizHawk.Client.EmuHawk/tools/TraceLogger.cs | 17 +- .../tools/VirtualPads/VirtualpadsTool.cs | 2 +- .../tools/VirtualPads/schema/A26Schema.cs | 30 +-- .../tools/VirtualPads/schema/A78Schema.cs | 38 +-- .../tools/VirtualPads/schema/C64Schema.cs | 12 +- .../tools/VirtualPads/schema/ColecoSchema.cs | 82 +++---- .../tools/VirtualPads/schema/DualGBSchema.cs | 16 +- .../tools/VirtualPads/schema/GGLSchema.cs | 14 +- .../tools/VirtualPads/schema/GenSchema.cs | 92 ++++---- .../tools/VirtualPads/schema/IntvSchema.cs | 102 ++++---- .../tools/VirtualPads/schema/N64Schema.cs | 30 +-- .../tools/VirtualPads/schema/NesSchema.cs | 222 +++++++++--------- .../tools/VirtualPads/schema/PSXSchema.cs | 94 ++++---- .../tools/VirtualPads/schema/PcfxSchema.cs | 32 +-- .../tools/VirtualPads/schema/SatSchema.cs | 98 ++++---- .../tools/VirtualPads/schema/SmsSchema.cs | 26 +- .../tools/VirtualPads/schema/SnesSchema.cs | 54 ++--- .../VirtualPads/schema/WonderSwanSchema.cs | 44 ++-- .../VirtualPads/schema/ZXSpectrumSchema.cs | 18 +- BizHawk.Client.EmuHawk/tools/Watch/RamPoke.cs | 21 +- .../tools/Watch/RamSearch.cs | 18 +- .../tools/Watch/RamWatch.cs | 2 +- .../tools/Watch/WatchEditor.cs | 4 +- .../tools/Watch/WatchValueBox.cs | 8 +- 128 files changed, 1014 insertions(+), 1075 deletions(-) diff --git a/BizHawk.Client.EmuHawk/AVOut/AviWriter.cs b/BizHawk.Client.EmuHawk/AVOut/AviWriter.cs index a74765fa87..72e1bc0572 100644 --- a/BizHawk.Client.EmuHawk/AVOut/AviWriter.cs +++ b/BizHawk.Client.EmuHawk/AVOut/AviWriter.cs @@ -53,7 +53,7 @@ namespace BizHawk.Client.EmuHawk int counter = 1; for (;;) { - yield return Path.Combine(dir, baseName) + "_" + counter + ext; + yield return Path.Combine(dir, $"{baseName}_{counter}{ext}"); counter++; } } @@ -97,7 +97,7 @@ namespace BizHawk.Client.EmuHawk } catch (Exception e) { - MessageBox.Show("AVIFIL32 Thread died:\n\n" + e); + MessageBox.Show($"AVIFIL32 Thread died:\n\n{e}"); } } @@ -321,10 +321,10 @@ namespace BizHawk.Client.EmuHawk int bytes = 0; if (a_bits == 16) bytes = 2; else if (a_bits == 8) bytes = 1; - else throw new InvalidOperationException("only 8/16 bits audio are supported by AviWriter and you chose: " + a_bits); + else throw new InvalidOperationException($"only 8/16 bits audio are supported by AviWriter and you chose: {a_bits}"); if (a_channels == 1) { } else if (a_channels == 2) { } - else throw new InvalidOperationException("only 1/2 channels audio are supported by AviWriter and you chose: " + a_channels); + else throw new InvalidOperationException($"only 1/2 channels audio are supported by AviWriter and you chose: {a_channels}"); wfex.Init(); wfex.nBlockAlign = (ushort)(bytes * a_channels); @@ -648,7 +648,7 @@ namespace BizHawk.Client.EmuHawk if (Win32.FAILED(Win32.AVIFileOpenW(ref pAviFile, destPath, Win32.OpenFileStyle.OF_CREATE | Win32.OpenFileStyle.OF_WRITE, 0))) { - throw new InvalidOperationException("Couldnt open dest path for avi file: " + destPath); + throw new InvalidOperationException($"Couldnt open dest path for avi file: {destPath}"); } // initialize the video stream @@ -991,7 +991,7 @@ namespace BizHawk.Client.EmuHawk // using (Font f = new Font(FontFamily.GenericMonospace, 10)) // g.DrawString(i.ToString(), f, Brushes.Black, 0, 0); // } -// //bmp.Save(string.Format("c:\\dump\\{0}.bmp", i), ImageFormat.Bmp); +// //bmp.Save($"c:\\dump\\{i}.bmp", ImageFormat.Bmp); // for (int y = 0, idx = 0; y < 256; y++) // for (int x = 0; x < 256; x++) // video.buffer[idx++] = bmp.GetPixel(x, y).ToArgb(); diff --git a/BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs b/BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs index 8806900b34..6ec5552379 100644 --- a/BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs +++ b/BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs @@ -91,8 +91,7 @@ namespace BizHawk.Client.EmuHawk ffmpeg.StartInfo.FileName = "ffmpeg"; // expecting native version to be in path #endif - string filename = _baseName + (_segment > 0 ? $"_{_segment}" : "") + _ext; - _ffmpeg.StartInfo.Arguments = string.Format("-y -f nut -i - {1} \"{0}\"", filename, _token.Commandline); + _ffmpeg.StartInfo.Arguments = $"-y -f nut -i - {_token.Commandline} \"{_baseName}{(_segment == 0 ? string.Empty : $"_{_segment}")}{_ext}\""; _ffmpeg.StartInfo.CreateNoWindow = true; // ffmpeg sends informative display to stderr, and nothing to stdout @@ -100,7 +99,7 @@ namespace BizHawk.Client.EmuHawk _ffmpeg.StartInfo.RedirectStandardInput = true; _ffmpeg.StartInfo.UseShellExecute = false; - _commandline = "ffmpeg " + _ffmpeg.StartInfo.Arguments; + _commandline = $"ffmpeg {_ffmpeg.StartInfo.Arguments}"; _ffmpeg.ErrorDataReceived += new DataReceivedEventHandler(StderrHandler); @@ -132,7 +131,7 @@ namespace BizHawk.Client.EmuHawk _stderr.Dequeue(); } - _stderr.Enqueue(line.Data + "\n"); + _stderr.Enqueue($"{line.Data}\n"); } } @@ -193,7 +192,7 @@ namespace BizHawk.Client.EmuHawk if (_ffmpeg.HasExited) { - throw new Exception("unexpected ffmpeg death:\n" + ffmpeg_geterror()); + throw new Exception($"unexpected ffmpeg death:\n{ffmpeg_geterror()}"); } var video = source.GetVideoBuffer(); @@ -203,7 +202,7 @@ namespace BizHawk.Client.EmuHawk } catch { - MessageBox.Show("Exception! ffmpeg history:\n" + ffmpeg_geterror()); + MessageBox.Show($"Exception! ffmpeg history:\n{ffmpeg_geterror()}"); throw; } @@ -274,7 +273,7 @@ namespace BizHawk.Client.EmuHawk { if (_ffmpeg.HasExited) { - throw new Exception("unexpected ffmpeg death:\n" + ffmpeg_geterror()); + throw new Exception($"unexpected ffmpeg death:\n{ffmpeg_geterror()}"); } if (samples.Length == 0) @@ -289,7 +288,7 @@ namespace BizHawk.Client.EmuHawk } catch { - MessageBox.Show("Exception! ffmpeg history:\n" + ffmpeg_geterror()); + MessageBox.Show($"Exception! ffmpeg history:\n{ffmpeg_geterror()}"); throw; } } diff --git a/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.cs b/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.cs index c89ed32862..510ca56392 100644 --- a/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.cs +++ b/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.cs @@ -142,7 +142,7 @@ namespace BizHawk.Client.EmuHawk if (listBox1.SelectedIndex != -1) { var f = (FormatPreset)listBox1.SelectedItem; - label5.Text = "Extension: " + f.Extension; + label5.Text = $"Extension: {f.Extension}"; label3.Text = f.Desc; textBox1.Text = f.Commandline; } diff --git a/BizHawk.Client.EmuHawk/AVOut/ImageSequenceWriter.cs b/BizHawk.Client.EmuHawk/AVOut/ImageSequenceWriter.cs index 50217ef9ec..a34867fe81 100644 --- a/BizHawk.Client.EmuHawk/AVOut/ImageSequenceWriter.cs +++ b/BizHawk.Client.EmuHawk/AVOut/ImageSequenceWriter.cs @@ -45,9 +45,7 @@ namespace BizHawk.Client.EmuHawk public void AddFrame(IVideoProvider source) { string ext = Path.GetExtension(_baseName); - string name = Path.GetFileNameWithoutExtension(_baseName) + "_" + _frame; - name += ext; - name = Path.Combine(Path.GetDirectoryName(_baseName), name); + var name = Path.Combine(Path.GetDirectoryName(_baseName), $"{Path.GetFileNameWithoutExtension(_baseName)}_{_frame}{ext}"); BitmapBuffer bb = new BitmapBuffer(source.BufferWidth, source.BufferHeight, source.GetVideoBuffer()); using (var bmp = bb.ToSysdrawingBitmap()) { diff --git a/BizHawk.Client.EmuHawk/AVOut/JMDWriter.cs b/BizHawk.Client.EmuHawk/AVOut/JMDWriter.cs index 7f7fbfab7d..853bcd5d81 100644 --- a/BizHawk.Client.EmuHawk/AVOut/JMDWriter.cs +++ b/BizHawk.Client.EmuHawk/AVOut/JMDWriter.cs @@ -671,7 +671,7 @@ namespace BizHawk.Client.EmuHawk } catch (Exception e) { - System.Windows.Forms.MessageBox.Show("JMD Worker Thread died:\n\n" + e); + System.Windows.Forms.MessageBox.Show($"JMD Worker Thread died:\n\n{e}"); return; } } diff --git a/BizHawk.Client.EmuHawk/AVOut/NutMuxer.cs b/BizHawk.Client.EmuHawk/AVOut/NutMuxer.cs index 4c9a2365df..b8d7c772b4 100644 --- a/BizHawk.Client.EmuHawk/AVOut/NutMuxer.cs +++ b/BizHawk.Client.EmuHawk/AVOut/NutMuxer.cs @@ -592,7 +592,7 @@ namespace BizHawk.Client.EmuHawk { dest.Write(data, 0, actual_length); _pool.ReleaseBuffer(data); - //dbg.WriteLine(string.Format("{0},{1},{2}", pts, ptsnum, ptsden)); + //dbg.WriteLine($"{pts},{ptsnum},{ptsden}"); } } diff --git a/BizHawk.Client.EmuHawk/AVOut/SynclessRecorder.cs b/BizHawk.Client.EmuHawk/AVOut/SynclessRecorder.cs index 04e731333d..4f488e8195 100644 --- a/BizHawk.Client.EmuHawk/AVOut/SynclessRecorder.cs +++ b/BizHawk.Client.EmuHawk/AVOut/SynclessRecorder.cs @@ -38,11 +38,11 @@ namespace BizHawk.Client.EmuHawk mProjectFile = projFile; mBaseDirectory = Path.GetDirectoryName(mProjectFile); string basename = Path.GetFileNameWithoutExtension(projFile); - string framesDirFragment = basename + "_frames"; + string framesDirFragment = $"{basename}_frames"; mFramesDirectory = Path.Combine(mBaseDirectory, framesDirFragment); StringBuilder sb = new StringBuilder(); sb.AppendLine("version=1"); - sb.AppendLine("framesdir=" + framesDirFragment); + sb.AppendLine($"framesdir={framesDirFragment}"); File.WriteAllText(mProjectFile, sb.ToString()); } @@ -55,7 +55,7 @@ namespace BizHawk.Client.EmuHawk using (var bb = new BitmapBuffer(source.BufferWidth, source.BufferHeight, source.GetVideoBuffer())) { string subpath = GetAndCreatePathForFrameNum(mCurrFrame); - string path = subpath + ".png"; + string path = $"{subpath}.png"; bb.ToSysdrawingBitmap().Save(path, System.Drawing.Imaging.ImageFormat.Png); } } @@ -63,7 +63,7 @@ namespace BizHawk.Client.EmuHawk public void AddSamples(short[] samples) { string subpath = GetAndCreatePathForFrameNum(mCurrFrame); - string path = subpath + ".wav"; + string path = $"{subpath}.wav"; WavWriterV wwv = new WavWriterV(); wwv.SetAudioParameters(paramSampleRate, paramChannels, paramBits); wwv.OpenFile(path); @@ -149,7 +149,7 @@ namespace BizHawk.Client.EmuHawk string subpath = GetPathFragmentForFrameNum(index); string path = mFramesDirectory; path = Path.Combine(path, subpath); - string fpath = path + ".nothing"; + string fpath = $"{path}.nothing"; Directory.CreateDirectory(Path.GetDirectoryName(fpath)); return path; } diff --git a/BizHawk.Client.EmuHawk/AVOut/SynclessRecordingTools.cs b/BizHawk.Client.EmuHawk/AVOut/SynclessRecordingTools.cs index 1afbc35bf4..a1e165bb3e 100644 --- a/BizHawk.Client.EmuHawk/AVOut/SynclessRecordingTools.cs +++ b/BizHawk.Client.EmuHawk/AVOut/SynclessRecordingTools.cs @@ -21,8 +21,8 @@ namespace BizHawk.Client.EmuHawk string subpath = SynclessRecorder.GetPathFragmentForFrameNum(index); string path = mFramesDirectory; path = Path.Combine(path, subpath); - png = path + ".png"; - wav = path + ".wav"; + png = $"{path}.png"; + wav = $"{path}.wav"; } private string mSynclessConfigFile; @@ -32,7 +32,7 @@ namespace BizHawk.Client.EmuHawk { var ofd = new OpenFileDialog { - FileName = PathManager.FilesystemSafeName(Global.Game) + ".syncless.txt", + FileName = $"{PathManager.FilesystemSafeName(Global.Game)}.syncless.txt", InitialDirectory = PathManager.MakeAbsolutePath(Global.Config.PathEntries.AvPathFragment, null) }; diff --git a/BizHawk.Client.EmuHawk/AVOut/WavWriter.cs b/BizHawk.Client.EmuHawk/AVOut/WavWriter.cs index 9fefade2e7..b57f5f846c 100644 --- a/BizHawk.Client.EmuHawk/AVOut/WavWriter.cs +++ b/BizHawk.Client.EmuHawk/AVOut/WavWriter.cs @@ -265,7 +265,7 @@ namespace BizHawk.Client.EmuHawk int counter = 1; while (true) { - yield return new FileStream(Path.Combine(dir, baseName) + "_" + counter + ext, FileMode.Create); + yield return new FileStream($"{Path.Combine(dir, baseName)}_{counter}{ext}", FileMode.Create); counter++; } } diff --git a/BizHawk.Client.EmuHawk/AboutBox.cs b/BizHawk.Client.EmuHawk/AboutBox.cs index 5229ca78c8..92817df5bc 100644 --- a/BizHawk.Client.EmuHawk/AboutBox.cs +++ b/BizHawk.Client.EmuHawk/AboutBox.cs @@ -163,9 +163,9 @@ namespace BizHawk.Client.EmuHawk private void AboutBox_Load(object sender, EventArgs e) { #if DEBUG - Text = "BizHawk Developer Build (DEBUG MODE) GIT " + SubWCRev.GIT_BRANCH + "#" + SubWCRev.GIT_SHORTHASH; + Text = $"BizHawk Developer Build (DEBUG MODE) GIT {SubWCRev.GIT_BRANCH}#{SubWCRev.GIT_SHORTHASH}"; #else - Text = "BizHawk Developer Build (RELEASE MODE) GIT " + SubWCRev.GIT_BRANCH + "#" + SubWCRev.GIT_SHORTHASH; + Text = $"BizHawk Developer Build (RELEASE MODE) GIT {SubWCRev.GIT_BRANCH}#{SubWCRev.GIT_SHORTHASH}"; #endif if (DateTime.Now.Month == 12) if (DateTime.Now.Day > 17 && DateTime.Now.Day <= 25) diff --git a/BizHawk.Client.EmuHawk/Api/Libraries/CommApi.cs b/BizHawk.Client.EmuHawk/Api/Libraries/CommApi.cs index 152658c639..4c27854761 100644 --- a/BizHawk.Client.EmuHawk/Api/Libraries/CommApi.cs +++ b/BizHawk.Client.EmuHawk/Api/Libraries/CommApi.cs @@ -33,7 +33,7 @@ namespace BizHawk.Client.EmuHawk public string SocketServerSend(string SendString) { - return "Sent : " + GlobalWin.socketServer.SendString(SendString).ToString() + " bytes"; + return $"Sent : {GlobalWin.socketServer.SendString(SendString)} bytes"; } public string SocketServerResponse() { diff --git a/BizHawk.Client.EmuHawk/Api/Libraries/GuiApi.cs b/BizHawk.Client.EmuHawk/Api/Libraries/GuiApi.cs index 5270a6eece..6f16a229b1 100644 --- a/BizHawk.Client.EmuHawk/Api/Libraries/GuiApi.cs +++ b/BizHawk.Client.EmuHawk/Api/Libraries/GuiApi.cs @@ -303,7 +303,7 @@ namespace BizHawk.Client.EmuHawk { if (!File.Exists(path)) { - AddMessage("File not found: " + path); + AddMessage($"File not found: {path}"); return; } @@ -331,7 +331,7 @@ namespace BizHawk.Client.EmuHawk { if (!File.Exists(path)) { - Console.WriteLine("File not found: " + path); + Console.WriteLine($"File not found: {path}"); return; } @@ -371,7 +371,7 @@ namespace BizHawk.Client.EmuHawk { if (!File.Exists(path)) { - Console.WriteLine("File not found: " + path); + Console.WriteLine($"File not found: {path}"); return; } diff --git a/BizHawk.Client.EmuHawk/Api/Libraries/SaveStateAPI.cs b/BizHawk.Client.EmuHawk/Api/Libraries/SaveStateAPI.cs index df75742920..d4b1cdbe2f 100644 --- a/BizHawk.Client.EmuHawk/Api/Libraries/SaveStateAPI.cs +++ b/BizHawk.Client.EmuHawk/Api/Libraries/SaveStateAPI.cs @@ -27,7 +27,7 @@ namespace BizHawk.Client.EmuHawk { if (slotNum >= 0 && slotNum <= 9) { - GlobalWin.MainForm.LoadQuickSave("QuickSave" + slotNum, true); + GlobalWin.MainForm.LoadQuickSave($"QuickSave{slotNum}", true); } } @@ -40,7 +40,7 @@ namespace BizHawk.Client.EmuHawk { if (slotNum >= 0 && slotNum <= 9) { - GlobalWin.MainForm.SaveQuickSave("QuickSave" + slotNum); + GlobalWin.MainForm.SaveQuickSave($"QuickSave{slotNum}"); } } } diff --git a/BizHawk.Client.EmuHawk/ArchiveChooser.cs b/BizHawk.Client.EmuHawk/ArchiveChooser.cs index 7e2b248698..3e3f20468d 100644 --- a/BizHawk.Client.EmuHawk/ArchiveChooser.cs +++ b/BizHawk.Client.EmuHawk/ArchiveChooser.cs @@ -145,8 +145,8 @@ namespace BizHawk.Client.EmuHawk errMsg = errMsg.Substring(errMsg.IndexOf('-') + 2); // Balloon is bugged on first invocation - errorBalloon.Show("Error parsing RegEx: " + errMsg, tb); - errorBalloon.Show("Error parsing RegEx: " + errMsg, tb); + errorBalloon.Show($"Error parsing RegEx: {errMsg}", tb); + errorBalloon.Show($"Error parsing RegEx: {errMsg}", tb); } } diff --git a/BizHawk.Client.EmuHawk/BizBox.cs b/BizHawk.Client.EmuHawk/BizBox.cs index 14da9178bf..a233234d1d 100644 --- a/BizHawk.Client.EmuHawk/BizBox.cs +++ b/BizHawk.Client.EmuHawk/BizBox.cs @@ -31,14 +31,14 @@ namespace BizHawk.Client.EmuHawk mainversion += " (x64)"; if (VersionInfo.DeveloperBuild) { - Text = " BizHawk (GIT " + SubWCRev.GIT_BRANCH + "#" + SubWCRev.GIT_SHORTHASH + ")"; + Text = $" BizHawk (GIT {SubWCRev.GIT_BRANCH}#{SubWCRev.GIT_SHORTHASH})"; } else { - Text = "Version " + mainversion + " (GIT " + SubWCRev.GIT_BRANCH + "#" + SubWCRev.GIT_SHORTHASH + ")"; + Text = $"Version {mainversion} (GIT {SubWCRev.GIT_BRANCH}#{SubWCRev.GIT_SHORTHASH})"; } - VersionLabel.Text = "Version " + mainversion; + VersionLabel.Text = $"Version {mainversion}"; DateLabel.Text = VersionInfo.RELEASEDATE; var cores = Assembly @@ -59,12 +59,12 @@ namespace BizHawk.Client.EmuHawk }); } - linkLabel2.Text = "Commit # " + SubWCRev.GIT_SHORTHASH; + linkLabel2.Text = $"Commit # {SubWCRev.GIT_SHORTHASH}"; } private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { - System.Diagnostics.Process.Start("https://github.com/TASVideos/BizHawk/commit/" + SubWCRev.GIT_SHORTHASH); + System.Diagnostics.Process.Start($"https://github.com/TASVideos/BizHawk/commit/{SubWCRev.GIT_SHORTHASH}"); } private void btnCopyHash_Click(object sender, EventArgs e) diff --git a/BizHawk.Client.EmuHawk/BizBoxInfoControl.cs b/BizHawk.Client.EmuHawk/BizBoxInfoControl.cs index a8a3c7f7c3..6ea8f276b8 100644 --- a/BizHawk.Client.EmuHawk/BizBoxInfoControl.cs +++ b/BizHawk.Client.EmuHawk/BizBoxInfoControl.cs @@ -22,7 +22,7 @@ namespace BizHawk.Client.EmuHawk if (!string.IsNullOrEmpty(attributes.Author)) { - CoreAuthorLabel.Text = "authors: " + attributes.Author; + CoreAuthorLabel.Text = $"authors: {attributes.Author}"; } else { diff --git a/BizHawk.Client.EmuHawk/CoreFeatureAnalysis.cs b/BizHawk.Client.EmuHawk/CoreFeatureAnalysis.cs index 2787e74bf9..d85e925adb 100644 --- a/BizHawk.Client.EmuHawk/CoreFeatureAnalysis.cs +++ b/BizHawk.Client.EmuHawk/CoreFeatureAnalysis.cs @@ -229,10 +229,7 @@ namespace BizHawk.Client.EmuHawk .ThenBy(t => t.CoreAttributes.CoreName) .ToList(); - toolStripStatusLabel1.Text = string.Format("Total: {0} Released: {1} Profiled: {2}", - possiblecoretypes.Count, - KnownCores.Values.Count(c => c.Released), - KnownCores.Count); + toolStripStatusLabel1.Text = $"Total: {possiblecoretypes.Count} Released: {KnownCores.Values.Count(c => c.Released)} Profiled: {KnownCores.Count}"; CoreTree.Nodes.Clear(); CoreTree.BeginUpdate(); diff --git a/BizHawk.Client.EmuHawk/CustomControls/HexTextBox.cs b/BizHawk.Client.EmuHawk/CustomControls/HexTextBox.cs index 4e0c3e9733..8a2e55146d 100644 --- a/BizHawk.Client.EmuHawk/CustomControls/HexTextBox.cs +++ b/BizHawk.Client.EmuHawk/CustomControls/HexTextBox.cs @@ -36,7 +36,7 @@ namespace BizHawk.Client.EmuHawk _maxSize = domainSize - 1; MaxLength = _maxSize.Value.NumHexDigits(); - _addressFormatStr = "{0:X" + MaxLength + "}"; + _addressFormatStr = $"{{0:X{MaxLength}}}"; //try to preserve the old value, as best we can if(!wasMaxSizeSet) diff --git a/BizHawk.Client.EmuHawk/CustomControls/TasListView.cs b/BizHawk.Client.EmuHawk/CustomControls/TasListView.cs index 0038c26e20..2fd17e6f68 100644 --- a/BizHawk.Client.EmuHawk/CustomControls/TasListView.cs +++ b/BizHawk.Client.EmuHawk/CustomControls/TasListView.cs @@ -14,7 +14,7 @@ namespace BizHawk.Client.EmuHawk // Convenience hack public override string ToString() { - return string.IsNullOrEmpty(Column) ? "?" : Column + " - " + (RowIndex.HasValue ? RowIndex.ToString() : "?"); + return string.IsNullOrEmpty(Column) ? "?" : $"{Column} - {(RowIndex.HasValue ? RowIndex.ToString() : "?")}"; } } diff --git a/BizHawk.Client.EmuHawk/CustomControls/VirtualListView.cs b/BizHawk.Client.EmuHawk/CustomControls/VirtualListView.cs index f0a2d07909..ce35d0bc27 100644 --- a/BizHawk.Client.EmuHawk/CustomControls/VirtualListView.cs +++ b/BizHawk.Client.EmuHawk/CustomControls/VirtualListView.cs @@ -505,7 +505,7 @@ namespace BizHawk.Client.EmuHawk } catch (Exception ex) { - System.Diagnostics.Trace.WriteLine("VirtualListView.SetItemState error=" + ex.Message); + System.Diagnostics.Trace.WriteLine($"VirtualListView.SetItemState error={ex.Message}"); // TODO: should this eat any exceptions? throw; @@ -551,7 +551,7 @@ namespace BizHawk.Client.EmuHawk } catch (Exception e) { - Debug.WriteLine("Failed to copy text name from client: " + e, "VirtualListView.OnDispInfoNotice"); + Debug.WriteLine($"Failed to copy text name from client: {e}", "VirtualListView.OnDispInfoNotice"); } } } @@ -687,7 +687,7 @@ namespace BizHawk.Client.EmuHawk } catch (Exception ex) { - Trace.WriteLine(string.Format("Message {0} caused an exception: {1}", m, ex.Message)); + Trace.WriteLine($"Message {m} caused an exception: {ex.Message}"); } } } @@ -705,7 +705,7 @@ namespace BizHawk.Client.EmuHawk if (item == null) { - throw new ArgumentException("cannot find item " + idx + " via QueryItem event"); + throw new ArgumentException($"cannot find item {idx} via QueryItem event"); } return item; diff --git a/BizHawk.Client.EmuHawk/CustomControls/Win32.cs b/BizHawk.Client.EmuHawk/CustomControls/Win32.cs index dd11df172e..6c53604b4a 100644 --- a/BizHawk.Client.EmuHawk/CustomControls/Win32.cs +++ b/BizHawk.Client.EmuHawk/CustomControls/Win32.cs @@ -146,7 +146,7 @@ namespace BizHawk.Client.EmuHawk public override string ToString() { - return "{Left: " + _Left + "; " + "Top: " + _Top + "; Right: " + _Right + "; Bottom: " + _Bottom + "}"; + return $"{{Left: {_Left}; Top: {_Top}; Right: {_Right}; Bottom: {_Bottom}}}"; } public override int GetHashCode() diff --git a/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs b/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs index 377edac627..cf8783c48d 100644 --- a/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs +++ b/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs @@ -306,7 +306,7 @@ namespace BizHawk.Client.EmuHawk { var pass = retroChain.Passes[i]; var rsp = new Filters.RetroShaderPass(retroChain, i); - string fname = string.Format("{0}[{1}]", name, i); + string fname = $"{name}[{i}]"; program.AddFilter(rsp, fname); rsp.Parameters = properties; } @@ -491,7 +491,7 @@ namespace BizHawk.Client.EmuHawk bufferWidth += padding.Horizontal; bufferHeight += padding.Vertical; - //Console.WriteLine("DISPZOOM " + zoom); //test + //Console.WriteLine($"DISPZOOM {zoom}"); //test //old stuff var fvp = new FakeVideoProvider(); @@ -915,7 +915,7 @@ namespace BizHawk.Client.EmuHawk public DisplaySurface LockLuaSurface(string name, bool clear=true) { if (MapNameToLuaSurface.ContainsKey(name)) - throw new InvalidOperationException("Lua surface is already locked: " + name); + throw new InvalidOperationException($"Lua surface is already locked: {name}"); SwappableDisplaySurfaceSet sdss; if (!LuaSurfaceSets.TryGetValue(name, out sdss)) @@ -939,7 +939,7 @@ namespace BizHawk.Client.EmuHawk height += GameExtraPadding.Vertical; } else if(name == "native") { width = currNativeWidth; height = currNativeHeight; } - else throw new InvalidOperationException("Unknown lua surface name: " +name); + else throw new InvalidOperationException($"Unknown lua surface name: {name}"); DisplaySurface ret = sdss.AllocateSurface(width, height, clear); MapNameToLuaSurface[name] = ret; diff --git a/BizHawk.Client.EmuHawk/DisplayManager/FilterManager.cs b/BizHawk.Client.EmuHawk/DisplayManager/FilterManager.cs index e8a23765bb..02e14934a2 100644 --- a/BizHawk.Client.EmuHawk/DisplayManager/FilterManager.cs +++ b/BizHawk.Client.EmuHawk/DisplayManager/FilterManager.cs @@ -138,11 +138,11 @@ namespace BizHawk.Client.EmuHawk.FilterManager public override string ToString() { if (Type == ProgramStepType.Run) - return string.Format("Run {0} ({1})", (int)Args, Comment); + return $"Run {(int)Args} ({Comment})"; if (Type == ProgramStepType.NewTarget) - return string.Format("NewTarget {0}", (Size)Args); + return $"NewTarget {(Size)Args}"; if (Type == ProgramStepType.FinalTarget) - return string.Format("FinalTarget"); + return "FinalTarget"; return null; } } diff --git a/BizHawk.Client.EmuHawk/DisplayManager/Filters/Retro.cs b/BizHawk.Client.EmuHawk/DisplayManager/Filters/Retro.cs index 4e90b9b3ae..4809ed1c04 100644 --- a/BizHawk.Client.EmuHawk/DisplayManager/Filters/Retro.cs +++ b/BizHawk.Client.EmuHawk/DisplayManager/Filters/Retro.cs @@ -69,7 +69,7 @@ namespace BizHawk.Client.EmuHawk.Filters Shaders[i] = shader; if (!shader.Available) { - Errors += string.Format("===================\r\nPass {0}:\r\n{1}",i,shader.Errors); + Errors += $"===================\r\nPass {i}:\r\n{shader.Errors}"; ok = false; } } @@ -141,25 +141,25 @@ namespace BizHawk.Client.EmuHawk.Filters sp.Index = i; Passes.Add(sp); - sp.InputFilterLinear = FetchBool(dict, "filter_linear" + i, false); //Should this value not be defined, the filtering option is implementation defined. - sp.OuputFloat = FetchBool(dict, "float_framebuffer" + i, false); - sp.FrameCountMod = FetchInt(dict, "frame_count_mod" + i, 1); - sp.ShaderPath = FetchString(dict, "shader" + i, "?"); //todo - change extension to .cg for better compatibility? just change .cg to .glsl transparently at last second? + sp.InputFilterLinear = FetchBool(dict, $"filter_linear{i}", false); //Should this value not be defined, the filtering option is implementation defined. + sp.OuputFloat = FetchBool(dict, $"float_framebuffer{i}", false); + sp.FrameCountMod = FetchInt(dict, $"frame_count_mod{i}", 1); + sp.ShaderPath = FetchString(dict, $"shader{i}", "?"); //todo - change extension to .cg for better compatibility? just change .cg to .glsl transparently at last second? //If no scale type is assumed, it is assumed that it is set to "source" with scaleN set to 1.0. //It is possible to set scale_type_xN and scale_type_yN to specialize the scaling type in either direction. scale_typeN however overrides both of these. - sp.ScaleTypeX = (ScaleType)Enum.Parse(typeof(ScaleType), FetchString(dict, "scale_type_x" + i, "Source"), true); - sp.ScaleTypeY = (ScaleType)Enum.Parse(typeof(ScaleType), FetchString(dict, "scale_type_y" + i, "Source"), true); - ScaleType st = (ScaleType)Enum.Parse(typeof(ScaleType), FetchString(dict, "scale_type" + i, "NotSet"), true); + sp.ScaleTypeX = (ScaleType)Enum.Parse(typeof(ScaleType), FetchString(dict, $"scale_type_x{i}", "Source"), true); + sp.ScaleTypeY = (ScaleType)Enum.Parse(typeof(ScaleType), FetchString(dict, $"scale_type_y{i}", "Source"), true); + ScaleType st = (ScaleType)Enum.Parse(typeof(ScaleType), FetchString(dict, $"scale_type{i}", "NotSet"), true); if (st != ScaleType.NotSet) sp.ScaleTypeX = sp.ScaleTypeY = st; //scaleN controls both scaling type in horizontal and vertical directions. If scaleN is defined, scale_xN and scale_yN have no effect. - sp.Scale.X = FetchFloat(dict, "scale_x" + i, 1); - sp.Scale.Y = FetchFloat(dict, "scale_y" + i, 1); - float scale = FetchFloat(dict, "scale" + i, -999); + sp.Scale.X = FetchFloat(dict, $"scale_x{i}", 1); + sp.Scale.Y = FetchFloat(dict, $"scale_y{i}", 1); + float scale = FetchFloat(dict, $"scale{i}", -999); if (scale != -999) - sp.Scale.X = sp.Scale.Y = FetchFloat(dict, "scale" + i, 1); + sp.Scale.X = sp.Scale.Y = FetchFloat(dict, $"scale{i}", 1); //TODO - LUTs } @@ -251,7 +251,7 @@ namespace BizHawk.Client.EmuHawk.Filters public override string ToString() { - return string.Format("RetroShaderPass[#{0}]", RSI); + return $"RetroShaderPass[#{RSI}]"; } public RetroShaderPass(RetroShaderChain RSC, int index) diff --git a/BizHawk.Client.EmuHawk/Extensions/ToolExtensions.cs b/BizHawk.Client.EmuHawk/Extensions/ToolExtensions.cs index 5f9d3d4832..c125b2286d 100644 --- a/BizHawk.Client.EmuHawk/Extensions/ToolExtensions.cs +++ b/BizHawk.Client.EmuHawk/Extensions/ToolExtensions.cs @@ -105,8 +105,8 @@ namespace BizHawk.Client.EmuHawk.ToolExtensions //make a menuitem to let you explore to it var tsmiExplore = new ToolStripMenuItem { Text = "&Explore" }; - string explorePath = "\"" + hf.FullPathWithoutMember + "\""; - tsmiExplore.Click += (o, ev) => { System.Diagnostics.Process.Start("explorer.exe", "/select, " + explorePath); }; + string explorePath = $"\"{hf.FullPathWithoutMember}\""; + tsmiExplore.Click += (o, ev) => { System.Diagnostics.Process.Start("explorer.exe", $"/select, {explorePath}"); }; tsdd.Items.Add(tsmiExplore); var tsmiCopyFile = new ToolStripMenuItem { Text = "Copy &File" }; @@ -217,12 +217,12 @@ namespace BizHawk.Client.EmuHawk.ToolExtensions GlobalWin.Sound.StopSound(); if (recent.Frozen) { - var result = MessageBox.Show("Could not open " + path, "File not found", MessageBoxButtons.OK, MessageBoxIcon.Error); + var result = MessageBox.Show($"Could not open {path}", "File not found", MessageBoxButtons.OK, MessageBoxIcon.Error); } else { // ensure topmost, not to have to minimize everything to see and use our modal window, if it somehow got covered - var result = MessageBox.Show(new Form(){TopMost = true},"Could not open " + path + "\nRemove from list?", "File not found", MessageBoxButtons.YesNo, MessageBoxIcon.Error); + var result = MessageBox.Show(new Form(){TopMost = true}, $"Could not open {path}\nRemove from list?", "File not found", MessageBoxButtons.YesNo, MessageBoxIcon.Error); if (result == DialogResult.Yes) { if (encodedPath != null) diff --git a/BizHawk.Client.EmuHawk/Input/GamePad.cs b/BizHawk.Client.EmuHawk/Input/GamePad.cs index 76cc1355cc..b3d373583a 100644 --- a/BizHawk.Client.EmuHawk/Input/GamePad.cs +++ b/BizHawk.Client.EmuHawk/Input/GamePad.cs @@ -220,19 +220,19 @@ namespace BizHawk.Client.EmuHawk for (int i = 0; i < state.GetButtons().Length; i++) { int j = i; - AddItem(string.Format("B{0}", i + 1), () => state.IsPressed(j)); + AddItem($"B{i + 1}", () => state.IsPressed(j)); } for (int i = 0; i < state.GetPointOfViewControllers().Length; i++) { int j = i; - AddItem(string.Format("POV{0}U", i + 1), + AddItem($"POV{i + 1}U", () => { int t = state.GetPointOfViewControllers()[j]; return (t >= 0 && t <= 4500) || (t >= 31500 && t < 36000); }); - AddItem(string.Format("POV{0}D", i + 1), + AddItem($"POV{i + 1}D", () => { int t = state.GetPointOfViewControllers()[j]; return t >= 13500 && t <= 22500; }); - AddItem(string.Format("POV{0}L", i + 1), + AddItem($"POV{i + 1}L", () => { int t = state.GetPointOfViewControllers()[j]; return t >= 22500 && t <= 31500; }); - AddItem(string.Format("POV{0}R", i + 1), + AddItem($"POV{i + 1}R", () => { int t = state.GetPointOfViewControllers()[j]; return t >= 4500 && t <= 13500; }); } } diff --git a/BizHawk.Client.EmuHawk/Input/IPCKeyInput.cs b/BizHawk.Client.EmuHawk/Input/IPCKeyInput.cs index 72d5c7866c..0b5a998f77 100644 --- a/BizHawk.Client.EmuHawk/Input/IPCKeyInput.cs +++ b/BizHawk.Client.EmuHawk/Input/IPCKeyInput.cs @@ -25,7 +25,7 @@ namespace BizHawk.Client.EmuHawk static void IPCThread() { - string pipeName = string.Format("bizhawk-pid-{0}-IPCKeyInput", System.Diagnostics.Process.GetCurrentProcess().Id); + string pipeName = $"bizhawk-pid-{System.Diagnostics.Process.GetCurrentProcess().Id}-IPCKeyInput"; for (; ; ) diff --git a/BizHawk.Client.EmuHawk/Input/Input.cs b/BizHawk.Client.EmuHawk/Input/Input.cs index 0727baeffe..b4b66da261 100644 --- a/BizHawk.Client.EmuHawk/Input/Input.cs +++ b/BizHawk.Client.EmuHawk/Input/Input.cs @@ -198,7 +198,7 @@ namespace BizHawk.Client.EmuHawk public InputEventType EventType; public override string ToString() { - return string.Format("{0}:{1}", EventType.ToString(), LogicalButton.ToString()); + return $"{EventType.ToString()}:{LogicalButton.ToString()}"; } } @@ -360,7 +360,7 @@ namespace BizHawk.Client.EmuHawk //analyze xinput foreach (var pad in GamePad360.EnumerateDevices()) { - string xname = "X" + pad.PlayerNumber + " "; + string xname = $"X{pad.PlayerNumber} "; for (int b = 0; b < pad.NumButtons; b++) HandleButton(xname + pad.ButtonName(b), pad.Pressed(b)); foreach (var sv in pad.GetFloats()) @@ -376,7 +376,7 @@ namespace BizHawk.Client.EmuHawk //analyze joysticks foreach (var pad in GamePad.EnumerateDevices()) { - string jname = "J" + pad.PlayerNumber + " "; + string jname = $"J{pad.PlayerNumber} "; for (int b = 0; b < pad.NumButtons; b++) HandleButton(jname + pad.ButtonName(b), pad.Pressed(b)); foreach (var sv in pad.GetFloats()) @@ -513,7 +513,7 @@ namespace BizHawk.Client.EmuHawk foreach (var kvp in LastState) if (kvp.Value) { - Console.WriteLine("Unpressing " + kvp.Key); + Console.WriteLine($"Unpressing {kvp.Key}"); UnpressState[kvp.Key] = true; } diff --git a/BizHawk.Client.EmuHawk/Input/OTK_Gamepad.cs b/BizHawk.Client.EmuHawk/Input/OTK_Gamepad.cs index e9b5fb575f..da73c5e2ac 100644 --- a/BizHawk.Client.EmuHawk/Input/OTK_Gamepad.cs +++ b/BizHawk.Client.EmuHawk/Input/OTK_Gamepad.cs @@ -23,7 +23,7 @@ namespace BizHawk.Client.EmuHawk JoystickState jss = Joystick.GetState(i); if (jss.IsConnected) { - Console.WriteLine(string.Format("joydevice index: {0}", i)); //OpenTK doesn't expose the GUID, even though it stores it internally... + Console.WriteLine($"joydevice index: {i}"); //OpenTK doesn't expose the GUID, even though it stores it internally... OTK_GamePad ogp = new OTK_GamePad(i); Devices.Add(ogp); @@ -77,7 +77,7 @@ namespace BizHawk.Client.EmuHawk return state; } - public string Name { get { return "Joystick " + _stickIdx; } } + public string Name { get { return $"Joystick {_stickIdx}"; } } public Guid Guid { get { return _guid; } } @@ -122,17 +122,17 @@ namespace BizHawk.Client.EmuHawk int jb = 1; for (int i = 0; i < 64; i++) { - AddItem(string.Format("B{0}", jb), () => state.GetButton(i)==ButtonState.Pressed); + AddItem($"B{jb}", () => state.GetButton(i)==ButtonState.Pressed); jb++; } jb = 1; foreach (JoystickHat enval in Enum.GetValues(typeof(JoystickHat))) { - AddItem(string.Format("POV{0}U", jb), () => state.GetHat(enval).IsUp); - AddItem(string.Format("POV{0}D", jb), () => state.GetHat(enval).IsDown); - AddItem(string.Format("POV{0}L", jb), () => state.GetHat(enval).IsLeft); - AddItem(string.Format("POV{0}R", jb), () => state.GetHat(enval).IsRight); + AddItem($"POV{jb}U", () => state.GetHat(enval).IsUp); + AddItem($"POV{jb}D", () => state.GetHat(enval).IsDown); + AddItem($"POV{jb}L", () => state.GetHat(enval).IsLeft); + AddItem($"POV{jb}R", () => state.GetHat(enval).IsRight); jb++; } } diff --git a/BizHawk.Client.EmuHawk/LogConsole.cs b/BizHawk.Client.EmuHawk/LogConsole.cs index eb50cf1d1c..ed869596ff 100644 --- a/BizHawk.Client.EmuHawk/LogConsole.cs +++ b/BizHawk.Client.EmuHawk/LogConsole.cs @@ -118,7 +118,7 @@ namespace BizHawk.Client.EmuHawk } string remainder = cmdLine.Substring(childCmdLine); string path = cmdLine.Substring(lastSlash, lastGood - lastSlash); - return path + " " + remainder; + return $"{path} {remainder}"; } static IntPtr oldOut, conOut; @@ -164,7 +164,7 @@ namespace BizHawk.Client.EmuHawk hasConsole = true; } else - System.Windows.Forms.MessageBox.Show(string.Format("Couldn't allocate win32 console: {0}", Marshal.GetLastWin32Error())); + System.Windows.Forms.MessageBox.Show($"Couldn't allocate win32 console: {Marshal.GetLastWin32Error()}"); } if(hasConsole) diff --git a/BizHawk.Client.EmuHawk/MainForm.Events.cs b/BizHawk.Client.EmuHawk/MainForm.Events.cs index b3d811d72c..65878e36e2 100644 --- a/BizHawk.Client.EmuHawk/MainForm.Events.cs +++ b/BizHawk.Client.EmuHawk/MainForm.Events.cs @@ -443,12 +443,12 @@ namespace BizHawk.Client.EmuHawk private void SaveToCurrentSlotMenuItem_Click(object sender, EventArgs e) { - SaveQuickSave("QuickSave" + Global.Config.SaveSlot); + SaveQuickSave($"QuickSave{Global.Config.SaveSlot}"); } private void LoadCurrentSlotMenuItem_Click(object sender, EventArgs e) { - LoadQuickSave("QuickSave" + Global.Config.SaveSlot); + LoadQuickSave($"QuickSave{Global.Config.SaveSlot}"); } private void FlushSaveRAMMenuItem_Click(object sender, EventArgs e) @@ -683,7 +683,7 @@ namespace BizHawk.Client.EmuHawk private void ScreenshotAsMenuItem_Click(object sender, EventArgs e) { - var path = string.Format(PathManager.ScreenshotPrefix(Global.Game) + ".{0:yyyy-MM-dd HH.mm.ss}.png", DateTime.Now); + var path = $"{PathManager.ScreenshotPrefix(Global.Game)}.{DateTime.Now:yyyy-MM-dd HH.mm.ss}.png"; var sfd = new SaveFileDialog { @@ -1364,7 +1364,7 @@ namespace BizHawk.Client.EmuHawk Global.Config = ConfigService.Load(PathManager.DefaultIniPath); Global.Config.ResolveDefaults(); InitControls(); // rebind hotkeys - GlobalWin.OSD.AddMessage("Config file loaded: " + PathManager.DefaultIniPath); + GlobalWin.OSD.AddMessage($"Config file loaded: {PathManager.DefaultIniPath}"); } private void LoadConfigFromMenuItem_Click(object sender, EventArgs e) @@ -1383,7 +1383,7 @@ namespace BizHawk.Client.EmuHawk Global.Config = ConfigService.Load(ofd.FileName); Global.Config.ResolveDefaults(); InitControls(); // rebind hotkeys - GlobalWin.OSD.AddMessage("Config file loaded: " + ofd.FileName); + GlobalWin.OSD.AddMessage($"Config file loaded: {ofd.FileName}"); } } @@ -1601,10 +1601,10 @@ namespace BizHawk.Client.EmuHawk for (int i = 0; i < 16; i++) { - var str = "FDS Insert " + i; + var str = $"FDS Insert {i}"; if (Emulator.ControllerDefinition.BoolButtons.Contains(str)) { - FdsInsertDiskMenuAdd("Insert Disk " + i, str, "FDS Disk " + i + " inserted."); + FdsInsertDiskMenuAdd($"Insert Disk {i}", str, $"FDS Disk {i} inserted."); } } } @@ -2440,8 +2440,8 @@ namespace BizHawk.Client.EmuHawk { var menuItem = new ToolStripMenuItem { - Name = "Disk" + (i + 1), - Text = "Disk" + (i + 1), + Name = $"Disk{i + 1}", + Text = $"Disk{i + 1}", Checked = appleII.CurrentDisk == i }; @@ -2479,8 +2479,8 @@ namespace BizHawk.Client.EmuHawk { var menuItem = new ToolStripMenuItem { - Name = "Disk" + (i + 1), - Text = "Disk" + (i + 1), + Name = $"Disk{i + 1}", + Text = $"Disk{i + 1}", Checked = c64.CurrentDisk == i }; @@ -2581,8 +2581,8 @@ namespace BizHawk.Client.EmuHawk var menuItem = new ToolStripMenuItem { - Name = i + "_" + name, - Text = i + ": " + name, + Name = $"{i}_{name}", + Text = $"{i}: {name}", Checked = currSel == i }; @@ -2616,8 +2616,8 @@ namespace BizHawk.Client.EmuHawk var menuItem = new ToolStripMenuItem { - Name = i + "_" + name, - Text = i + ": " + name, + Name = $"{i}_{name}", + Text = $"{i}: {name}", Checked = currSel == i }; @@ -2705,8 +2705,8 @@ namespace BizHawk.Client.EmuHawk var menuItem = new ToolStripMenuItem { - Name = i + "_" + name, - Text = i + ": " + name, + Name = $"{i}_{name}", + Text = $"{i}: {name}", Checked = currSel == i }; @@ -2740,8 +2740,8 @@ namespace BizHawk.Client.EmuHawk var menuItem = new ToolStripMenuItem { - Name = i + "_" + name, - Text = i + ": " + name, + Name = $"{i}_{name}", + Text = $"{i}: {name}", Checked = currSel == i }; @@ -2879,23 +2879,19 @@ namespace BizHawk.Client.EmuHawk } } - var file = new FileInfo( - PathManager.SaveStatePrefix(Global.Game) + - ".QuickSave" + - Global.Config.SaveSlot + - ".State.bak"); + var file = new FileInfo($"{PathManager.SaveStatePrefix(Global.Game)}.QuickSave{Global.Config.SaveSlot}.State.bak"); if (file.Exists) { UndoSavestateContextMenuItem.Enabled = true; if (_stateSlots.IsRedo(Global.Config.SaveSlot)) { - UndoSavestateContextMenuItem.Text = "Redo Save to slot " + Global.Config.SaveSlot; + UndoSavestateContextMenuItem.Text = $"Redo Save to slot {Global.Config.SaveSlot}"; UndoSavestateContextMenuItem.Image = Properties.Resources.redo; } else { - UndoSavestateContextMenuItem.Text = "Undo Save to slot " + Global.Config.SaveSlot; + UndoSavestateContextMenuItem.Text = $"Undo Save to slot {Global.Config.SaveSlot}"; UndoSavestateContextMenuItem.Image = Properties.Resources.undo; } } @@ -3025,13 +3021,9 @@ namespace BizHawk.Client.EmuHawk private void UndoSavestateContextMenuItem_Click(object sender, EventArgs e) { - _stateSlots.SwapBackupSavestate( - PathManager.SaveStatePrefix(Global.Game) + - ".QuickSave" + - Global.Config.SaveSlot + - ".State"); + _stateSlots.SwapBackupSavestate($"{PathManager.SaveStatePrefix(Global.Game)}.QuickSave{Global.Config.SaveSlot}.State"); - GlobalWin.OSD.AddMessage("Save slot " + Global.Config.SaveSlot + " restored."); + GlobalWin.OSD.AddMessage($"Save slot {Global.Config.SaveSlot} restored."); } private void ClearSramContextMenuItem_Click(object sender, EventArgs e) @@ -3078,12 +3070,12 @@ namespace BizHawk.Client.EmuHawk { if (_stateSlots.HasSlot(slot)) { - LoadQuickSave("QuickSave" + slot); + LoadQuickSave($"QuickSave{slot}"); } } else if (e.Button == MouseButtons.Right) { - SaveQuickSave("QuickSave" + slot); + SaveQuickSave($"QuickSave{slot}"); } } @@ -3138,7 +3130,7 @@ namespace BizHawk.Client.EmuHawk { GlobalWin.Sound.StopSound(); DialogResult result = MessageBox.Show(this, - "Version " + Global.Config.Update_LatestVersion + " is now available. Would you like to open the BizHawk homepage?\r\n\r\nClick \"No\" to hide the update notification for this version.", + $"Version {Global.Config.Update_LatestVersion} is now available. Would you like to open the BizHawk homepage?\r\n\r\nClick \"No\" to hide the update notification for this version.", "New Version Available", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question); GlobalWin.Sound.StartSound(); @@ -3273,7 +3265,7 @@ namespace BizHawk.Client.EmuHawk } catch (Exception ex) { - MessageBox.Show("Exception on drag and drop:\n" + ex); + MessageBox.Show($"Exception on drag and drop:\n{ex}"); } } diff --git a/BizHawk.Client.EmuHawk/MainForm.Hotkey.cs b/BizHawk.Client.EmuHawk/MainForm.Hotkey.cs index bc3bb76302..28efe851c4 100644 --- a/BizHawk.Client.EmuHawk/MainForm.Hotkey.cs +++ b/BizHawk.Client.EmuHawk/MainForm.Hotkey.cs @@ -30,10 +30,10 @@ namespace BizHawk.Client.EmuHawk HardReset(); break; case "Quick Load": - LoadQuickSave("QuickSave" + Global.Config.SaveSlot); + LoadQuickSave($"QuickSave{Global.Config.SaveSlot}"); break; case "Quick Save": - SaveQuickSave("QuickSave" + Global.Config.SaveSlot); + SaveQuickSave($"QuickSave{Global.Config.SaveSlot}"); break; case "Clear Autohold": ClearAutohold(); @@ -126,7 +126,7 @@ namespace BizHawk.Client.EmuHawk break; case "Toggle Skip Lag Frame": Global.Config.SkipLagFrame ^= true; - GlobalWin.OSD.AddMessage("Skip Lag Frames toggled " + (Global.Config.SkipLagFrame ? "On" : "Off")); + GlobalWin.OSD.AddMessage($"Skip Lag Frames toggled {(Global.Config.SkipLagFrame ? "On" : "Off")}"); break; case "Toggle Key Priority": ToggleKeyPriority(); @@ -348,7 +348,7 @@ namespace BizHawk.Client.EmuHawk } Global.CheatList.ToList().ForEach(x => x.Toggle()); - GlobalWin.OSD.AddMessage("Cheats toggled" + type); + GlobalWin.OSD.AddMessage($"Cheats toggled{type}"); } break; @@ -642,7 +642,7 @@ namespace BizHawk.Client.EmuHawk var s = ((Gameboy)Emulator).GetSettings(); s.DisplayBG ^= true; ((Gameboy)Emulator).PutSettings(s); - GlobalWin.OSD.AddMessage("BG toggled " + (s.DisplayBG ? "on" : "off")); + GlobalWin.OSD.AddMessage($"BG toggled {(s.DisplayBG ? "on" : "off")}"); } break; @@ -652,7 +652,7 @@ namespace BizHawk.Client.EmuHawk var s = ((Gameboy)Emulator).GetSettings(); s.DisplayOBJ ^= true; ((Gameboy)Emulator).PutSettings(s); - GlobalWin.OSD.AddMessage("OBJ toggled " + (s.DisplayBG ? "on" : "off")); + GlobalWin.OSD.AddMessage($"OBJ toggled {(s.DisplayBG ? "on" : "off")}"); } break; diff --git a/BizHawk.Client.EmuHawk/MainForm.cs b/BizHawk.Client.EmuHawk/MainForm.cs index 977132d67b..523042f42a 100644 --- a/BizHawk.Client.EmuHawk/MainForm.cs +++ b/BizHawk.Client.EmuHawk/MainForm.cs @@ -279,7 +279,7 @@ namespace BizHawk.Client.EmuHawk LoadRom(argParser.cmdRom, new LoadRomArgs { OpenAdvanced = ioa }); if (Global.Game == null) { - MessageBox.Show("Failed to load " + argParser.cmdRom + " specified on commandline"); + MessageBox.Show($"Failed to load {argParser.cmdRom} specified on commandline"); } } else if (Global.Config.RecentRoms.AutoLoad && !Global.Config.RecentRoms.Empty) @@ -370,11 +370,11 @@ namespace BizHawk.Client.EmuHawk } else if (argParser.cmdLoadSlot != null) { - LoadQuickSave("QuickSave" + argParser.cmdLoadSlot); + LoadQuickSave($"QuickSave{argParser.cmdLoadSlot}"); } else if (Global.Config.AutoLoadLastSaveSlot) { - LoadQuickSave("QuickSave" + Global.Config.SaveSlot); + LoadQuickSave($"QuickSave{Global.Config.SaveSlot}"); } } @@ -918,34 +918,22 @@ namespace BizHawk.Client.EmuHawk public void TakeScreenshot() { - string fmt = "{0}.{1:yyyy-MM-dd HH.mm.ss}{2}.png"; - string prefix = PathManager.ScreenshotPrefix(Global.Game); - var ts = DateTime.Now; + var basename = $"{PathManager.ScreenshotPrefix(Global.Game)}.{DateTime.Now:yyyy-MM-dd HH.mm.ss}"; - string fnameBare = string.Format(fmt, prefix, ts, ""); - string fname = string.Format(fmt, prefix, ts, " (0)"); + var fnameBare = $"{basename}.png"; + var fname = $"{basename} (0).png"; // if the (0) filename exists, do nothing. we'll bump up the number later // if the bare filename exists, move it to (0) // otherwise, no related filename exists, and we can proceed with the bare filename - if (File.Exists(fname)) + if (!File.Exists(fname)) { - } - else if (File.Exists(fnameBare)) - { - File.Move(fnameBare, fname); - } - else - { - fname = fnameBare; + if (File.Exists(fnameBare)) File.Move(fnameBare, fname); + else fname = fnameBare; } - int seq = 0; - while (File.Exists(fname)) - { - var sequence = $" ({seq++})"; - fname = string.Format(fmt, prefix, ts, sequence); - } + for (var seq = 0; File.Exists(fname); seq++) + fname = $"{basename} ({seq}).png"; TakeScreenshot(fname); } @@ -967,10 +955,10 @@ namespace BizHawk.Client.EmuHawk } /* - using (var fs = new FileStream(path + "_test.bmp", FileMode.OpenOrCreate, FileAccess.Write)) + using (var fs = new FileStream($"{path}_test.bmp", FileMode.OpenOrCreate, FileAccess.Write)) QuickBmpFile.Save(Emulator.VideoProvider(), fs, r.Next(50, 500), r.Next(50, 500)); */ - GlobalWin.OSD.AddMessage(fi.Name + " saved."); + GlobalWin.OSD.AddMessage($"{fi.Name} saved."); } public void FrameBufferResized() @@ -996,7 +984,7 @@ namespace BizHawk.Client.EmuHawk } } - Console.WriteLine("Selecting display size " + lastComputedSize); + Console.WriteLine($"Selecting display size {lastComputedSize}"); // Change size Size = new Size(lastComputedSize.Width + borderWidth, lastComputedSize.Height + borderHeight); @@ -1176,7 +1164,7 @@ namespace BizHawk.Client.EmuHawk public void FrameSkipMessage() { - GlobalWin.OSD.AddMessage("Frameskipping set to " + Global.Config.FrameSkip); + GlobalWin.OSD.AddMessage($"Frameskipping set to {Global.Config.FrameSkip}"); } public void UpdateCheatStatus() @@ -1253,7 +1241,7 @@ namespace BizHawk.Client.EmuHawk ((Snes9x)Emulator).PutSettings(s); } - GlobalWin.OSD.AddMessage($"BG {layer} Layer " + (result ? "On" : "Off")); + GlobalWin.OSD.AddMessage($"BG {layer} Layer {(result ? "On" : "Off")}"); } private void SNES_ToggleObj(int layer) @@ -1289,7 +1277,7 @@ namespace BizHawk.Client.EmuHawk } ((LibsnesCore)Emulator).PutSettings(s); - GlobalWin.OSD.AddMessage($"Obj {layer} Layer " + (result ? "On" : "Off")); + GlobalWin.OSD.AddMessage($"Obj {layer} Layer {(result ? "On" : "Off")}"); } else if (Emulator is Snes9x) { @@ -1311,7 +1299,7 @@ namespace BizHawk.Client.EmuHawk } ((Snes9x)Emulator).PutSettings(s); - GlobalWin.OSD.AddMessage($"Sprite {layer} Layer " + (result ? "On" : "Off")); + GlobalWin.OSD.AddMessage($"Sprite {layer} Layer {(result ? "On" : "Off")}"); } } @@ -1448,7 +1436,7 @@ namespace BizHawk.Client.EmuHawk if (!string.IsNullOrEmpty(VersionInfo.CustomBuildString)) { - str += VersionInfo.CustomBuildString + " "; + str += $"{VersionInfo.CustomBuildString} "; } str += Emulator.IsNull() ? "BizHawk" : Global.SystemInfo.DisplayName; @@ -1460,11 +1448,11 @@ namespace BizHawk.Client.EmuHawk if (!Emulator.IsNull()) { - str += " - " + Global.Game.Name; + str += $" - {Global.Game.Name}"; if (Global.MovieSession.Movie.IsActive) { - str += " - " + Path.GetFileName(Global.MovieSession.Movie.Filename); + str += $" - {Path.GetFileName(Global.MovieSession.Movie.Filename)}"; } } @@ -1635,9 +1623,9 @@ namespace BizHawk.Client.EmuHawk path = PathManager.SaveRamPath(Global.Game); } var file = new FileInfo(path); - var newPath = path + ".new"; + var newPath = $"{path}.new"; var newFile = new FileInfo(newPath); - var backupPath = path + ".bak"; + var backupPath = $"{path}.bak"; var backupFile = new FileInfo(backupPath); if (file.Directory != null && !file.Directory.Exists) { @@ -1647,7 +1635,7 @@ namespace BizHawk.Client.EmuHawk } catch { - GlobalWin.OSD.AddMessage("Unable to flush SaveRAM to: " + newFile.Directory); + GlobalWin.OSD.AddMessage($"Unable to flush SaveRAM to: {newFile.Directory}"); return false; } } @@ -1909,13 +1897,13 @@ namespace BizHawk.Client.EmuHawk { PauseStatusButton.Image = Properties.Resources.Lightning; PauseStatusButton.Visible = true; - PauseStatusButton.ToolTipText = "Emulator is turbo seeking to frame " + PauseOnFrame.Value + " click to stop seek"; + PauseStatusButton.ToolTipText = $"Emulator is turbo seeking to frame {PauseOnFrame.Value} click to stop seek"; } else if (PauseOnFrame.HasValue) { PauseStatusButton.Image = Properties.Resources.YellowRight; PauseStatusButton.Visible = true; - PauseStatusButton.ToolTipText = "Emulator is playing to frame " + PauseOnFrame.Value + " click to stop seek"; + PauseStatusButton.ToolTipText = $"Emulator is playing to frame {PauseOnFrame.Value} click to stop seek"; } else if (EmulatorPaused) { @@ -1967,14 +1955,14 @@ namespace BizHawk.Client.EmuHawk { Global.Config.SpeedPercentAlternate = value; SyncThrottle(); - GlobalWin.OSD.AddMessage("Alternate Speed: " + value + "%"); + GlobalWin.OSD.AddMessage($"Alternate Speed: {value}%"); } private void SetSpeedPercent(int value) { Global.Config.SpeedPercent = value; SyncThrottle(); - GlobalWin.OSD.AddMessage("Speed: " + value + "%"); + GlobalWin.OSD.AddMessage($"Speed: {value}%"); } private void Shutdown() @@ -2328,7 +2316,7 @@ namespace BizHawk.Client.EmuHawk Global.Config.SoundVolume = 100; } - GlobalWin.OSD.AddMessage("Volume " + Global.Config.SoundVolume); + GlobalWin.OSD.AddMessage($"Volume {Global.Config.SoundVolume}"); } private static void VolumeDown() @@ -2339,7 +2327,7 @@ namespace BizHawk.Client.EmuHawk Global.Config.SoundVolume = 0; } - GlobalWin.OSD.AddMessage("Volume " + Global.Config.SoundVolume); + GlobalWin.OSD.AddMessage($"Volume {Global.Config.SoundVolume}"); } private void SoftReset() @@ -2438,7 +2426,7 @@ namespace BizHawk.Client.EmuHawk return; } - GlobalWin.OSD.AddMessage("Screensize set to " + Global.Config.TargetZoomFactors[Emulator.SystemId] + "x"); + GlobalWin.OSD.AddMessage($"Screensize set to {Global.Config.TargetZoomFactors[Emulator.SystemId]}x"); FrameBufferResized(); } @@ -2465,7 +2453,7 @@ namespace BizHawk.Client.EmuHawk return; } - GlobalWin.OSD.AddMessage("Screensize set to " + Global.Config.TargetZoomFactors[Emulator.SystemId] + "x"); + GlobalWin.OSD.AddMessage($"Screensize set to {Global.Config.TargetZoomFactors[Emulator.SystemId]}x"); FrameBufferResized(); } @@ -2624,7 +2612,7 @@ namespace BizHawk.Client.EmuHawk if (Global.MovieSession.Movie.IsActive) { Global.MovieSession.Movie.Save(); - GlobalWin.OSD.AddMessage(Global.MovieSession.Movie.Filename + " saved."); + GlobalWin.OSD.AddMessage($"{Global.MovieSession.Movie.Filename} saved."); } } @@ -2664,9 +2652,7 @@ namespace BizHawk.Client.EmuHawk ? _linkCableOn : _linkCableOff; - LinkConnectStatusBarButton.ToolTipText = Emulator.AsLinkable().LinkConnected - ? "Link connection is currently enabled" - : "Link connection is currently disabled"; + LinkConnectStatusBarButton.ToolTipText = $"Link connection is currently {(Emulator.AsLinkable().LinkConnected ? "enabled" : "disabled")}"; } else { @@ -2701,21 +2687,18 @@ namespace BizHawk.Client.EmuHawk private static void ToggleModePokeMode() { Global.Config.MoviePlaybackPokeMode ^= true; - GlobalWin.OSD.AddMessage(Global.Config.MoviePlaybackPokeMode ? "Movie Poke mode enabled" : "Movie Poke mode disabled"); + GlobalWin.OSD.AddMessage($"Movie Poke mode {(Global.Config.MoviePlaybackPokeMode ? "enabled" : "disabled")}"); } private static void ToggleBackgroundInput() { Global.Config.AcceptBackgroundInput ^= true; - GlobalWin.OSD.AddMessage(Global.Config.AcceptBackgroundInput - ? "Background Input enabled" - : "Background Input disabled"); + GlobalWin.OSD.AddMessage($"Background Input {(Global.Config.AcceptBackgroundInput ? "enabled" : "disabled")}"); } private static void VsyncMessage() { - GlobalWin.OSD.AddMessage( - "Display Vsync set to " + (Global.Config.VSync ? "on" : "off")); + GlobalWin.OSD.AddMessage($"Display Vsync set to {(Global.Config.VSync ? "on" : "off")}"); } private static bool StateErrorAskUser(string title, string message) @@ -3276,7 +3259,7 @@ namespace BizHawk.Client.EmuHawk var sfd = new SaveFileDialog(); if (Global.Game != null) { - sfd.FileName = PathManager.FilesystemSafeName(Global.Game) + "." + ext; // dont use Path.ChangeExtension, it might wreck game names with dots in them + sfd.FileName = $"{PathManager.FilesystemSafeName(Global.Game)}.{ext}"; // dont use Path.ChangeExtension, it might wreck game names with dots in them sfd.InitialDirectory = PathManager.MakeAbsolutePath(Global.Config.PathEntries.AvPathFragment, null); } else @@ -3465,7 +3448,7 @@ namespace BizHawk.Client.EmuHawk } catch (Exception e) { - MessageBox.Show("Video dumping died:\n\n" + e); + MessageBox.Show($"Video dumping died:\n\n{e}"); AbortAv(); } @@ -3531,7 +3514,7 @@ namespace BizHawk.Client.EmuHawk string title = "load error"; if (e.AttemptedCoreLoad != null) { - title = e.AttemptedCoreLoad + " load error"; + title = $"{e.AttemptedCoreLoad} load error"; } MessageBox.Show(this, e.Message, title, MessageBoxButtons.OK, MessageBoxIcon.Error); @@ -3682,7 +3665,7 @@ namespace BizHawk.Client.EmuHawk if (result) { - string loaderName = "*" + OpenAdvancedSerializer.Serialize(ioa); + string loaderName = $"*{OpenAdvancedSerializer.Serialize(ioa)}"; Emulator = loader.LoadedEmulator; Global.Game = loader.Game; CoreFileProvider.SyncCoreCommInputSignals(nextComm); @@ -3714,8 +3697,8 @@ namespace BizHawk.Client.EmuHawk else { xSw.WriteLine(xmlGame.Assets[xg].Key); - xSw.WriteLine("SHA1:" + xmlGame.Assets[xg].Value.HashSHA1()); - xSw.WriteLine("MD5:" + xmlGame.Assets[xg].Value.HashMD5()); + xSw.WriteLine($"SHA1:{xmlGame.Assets[xg].Value.HashSHA1()}"); + xSw.WriteLine($"MD5:{xmlGame.Assets[xg].Value.HashMD5()}"); xSw.WriteLine(); } } @@ -3829,7 +3812,7 @@ namespace BizHawk.Client.EmuHawk ToolFormBase.UpdateCheatRelatedTools(null, null); if (Global.Config.AutoLoadLastSaveSlot && _stateSlots.HasSlot(Global.Config.SaveSlot)) { - LoadQuickSave("QuickSave" + Global.Config.SaveSlot); + LoadQuickSave($"QuickSave{Global.Config.SaveSlot}"); } if (Global.FirmwareManager.RecentlyServed.Count > 0) @@ -3971,7 +3954,7 @@ namespace BizHawk.Client.EmuHawk GlobalWin.Tools.Restart(); ApiManager.Restart(Emulator.ServiceProvider); RewireSound(); - Text = "BizHawk" + (VersionInfo.DeveloperBuild ? " (interim) " : ""); + Text = $"BizHawk{(VersionInfo.DeveloperBuild ? " (interim) " : "")}"; HandlePlatformMenus(); _stateSlots.Clear(); UpdateDumpIcon(); @@ -3999,7 +3982,7 @@ namespace BizHawk.Client.EmuHawk public void EnableRewind(bool enabled) { Global.Rewinder.SuspendRewind = !enabled; - GlobalWin.OSD.AddMessage("Rewind " + (enabled ? "enabled" : "suspended")); + GlobalWin.OSD.AddMessage($"Rewind {(enabled ? "enabled" : "suspended")}"); } public void ClearRewindData() @@ -4079,7 +4062,7 @@ namespace BizHawk.Client.EmuHawk if (!supressOSD) { - GlobalWin.OSD.AddMessage("Loaded state: " + userFriendlyStateName); + GlobalWin.OSD.AddMessage($"Loaded state: {userFriendlyStateName}"); } } else @@ -4110,10 +4093,10 @@ namespace BizHawk.Client.EmuHawk return; } - var path = PathManager.SaveStatePrefix(Global.Game) + "." + quickSlotName + ".State"; + var path = $"{PathManager.SaveStatePrefix(Global.Game)}.{quickSlotName}.State"; if (!File.Exists(path)) { - GlobalWin.OSD.AddMessage("Unable to load " + quickSlotName + ".State"); + GlobalWin.OSD.AddMessage($"Unable to load {quickSlotName}.State"); return; } @@ -4140,11 +4123,11 @@ namespace BizHawk.Client.EmuHawk ClientApi.OnStateSaved(this, userFriendlyStateName); - GlobalWin.OSD.AddMessage("Saved state: " + userFriendlyStateName); + GlobalWin.OSD.AddMessage($"Saved state: {userFriendlyStateName}"); } catch (IOException) { - GlobalWin.OSD.AddMessage("Unable to save state " + path); + GlobalWin.OSD.AddMessage($"Unable to save state {path}"); } if (!fromLua) @@ -4174,7 +4157,7 @@ namespace BizHawk.Client.EmuHawk return; } - var path = PathManager.SaveStatePrefix(Global.Game) + "." + quickSlotName + ".State"; + var path = $"{PathManager.SaveStatePrefix(Global.Game)}.{quickSlotName}.State"; var file = new FileInfo(path); if (file.Directory != null && !file.Directory.Exists) @@ -4185,7 +4168,7 @@ namespace BizHawk.Client.EmuHawk // Make backup first if (Global.Config.BackupSavestates) { - Util.TryMoveBackupFile(path, path + ".bak"); + Util.TryMoveBackupFile(path, $"{path}.bak"); } SaveState(path, quickSlotName, false); @@ -4230,7 +4213,7 @@ namespace BizHawk.Client.EmuHawk DefaultExt = "State", Filter = "Save States (*.State)|*.State|All Files|*.*", InitialDirectory = path, - FileName = PathManager.SaveStatePrefix(Global.Game) + "." + "QuickSave0.State" + FileName = $"{PathManager.SaveStatePrefix(Global.Game)}.QuickSave0.State" }; var result = sfd.ShowHawkDialog(); diff --git a/BizHawk.Client.EmuHawk/OpenAdvancedChooser.cs b/BizHawk.Client.EmuHawk/OpenAdvancedChooser.cs index db2b7c6468..bb78662398 100644 --- a/BizHawk.Client.EmuHawk/OpenAdvancedChooser.cs +++ b/BizHawk.Client.EmuHawk/OpenAdvancedChooser.cs @@ -103,7 +103,7 @@ namespace BizHawk.Client.EmuHawk { if (!bootstrap) { - MessageBox.Show("Couldn't load the selected Libretro core for analysis. It won't be available.\n\nError:\n\n" + ex.ToString()); + MessageBox.Show($"Couldn't load the selected Libretro core for analysis. It won't be available.\n\nError:\n\n{ex}"); } } } diff --git a/BizHawk.Client.EmuHawk/PlatformChooser.cs b/BizHawk.Client.EmuHawk/PlatformChooser.cs index da68589504..806071c570 100644 --- a/BizHawk.Client.EmuHawk/PlatformChooser.cs +++ b/BizHawk.Client.EmuHawk/PlatformChooser.cs @@ -37,11 +37,11 @@ namespace BizHawk.Client.EmuHawk { if (RomGame.RomData.Length > 10 * 1024 * 1024) // If 10mb, show in megabytes { - RomSizeLabel.Text = string.Format("{0:n0}", (RomGame.RomData.Length / 1024 / 1024)) + "mb"; + RomSizeLabel.Text = $"{RomGame.RomData.Length / 1024 / 1024:n0}mb"; } else { - RomSizeLabel.Text = string.Format("{0:n0}", (RomGame.RomData.Length / 1024)) + "kb"; + RomSizeLabel.Text = $"{RomGame.RomData.Length / 1024:n0}kb"; } ExtensionLabel.Text = RomGame.Extension.ToLower(); diff --git a/BizHawk.Client.EmuHawk/Program.cs b/BizHawk.Client.EmuHawk/Program.cs index 0ed765e047..02189ec31d 100644 --- a/BizHawk.Client.EmuHawk/Program.cs +++ b/BizHawk.Client.EmuHawk/Program.cs @@ -125,7 +125,7 @@ namespace BizHawk.Client.EmuHawk { var result = MessageBox.Show( "EmuHawk has thrown a fatal exception and is about to close.\nA movie has been detected. Would you like to try to save?\n(Note: Depending on what caused this error, this may or may not succeed)", - "Fatal error: " + e.GetType().Name, + $"Fatal error: {e.GetType().Name}", MessageBoxButtons.YesNo, MessageBoxIcon.Exclamation ); @@ -173,7 +173,7 @@ namespace BizHawk.Client.EmuHawk { var result = MessageBox.Show( "EmuHawk has thrown a fatal exception and is about to close.\nA movie has been detected. Would you like to try to save?\n(Note: Depending on what caused this error, this may or may not succeed)", - "Fatal error: " + e.GetType().Name, + $"Fatal error: {e.GetType().Name}", MessageBoxButtons.YesNo, MessageBoxIcon.Exclamation ); @@ -350,7 +350,7 @@ namespace BizHawk.Client.EmuHawk public static void RemoveMOTW(string path) { - DeleteFileW(path + ":Zone.Identifier"); + DeleteFileW($"{path}:Zone.Identifier"); } static void WhackAllMOTW(string dllDir) @@ -410,7 +410,7 @@ namespace BizHawk.Client.EmuHawk return asm; //load missing assemblies by trying to find them in the dll directory - string dllname = new AssemblyName(requested).Name + ".dll"; + string dllname = $"{new AssemblyName(requested).Name}.dll"; string directory = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "dll"); string simpleName = new AssemblyName(requested).Name; if (simpleName == "NLua" || simpleName == "KopiLua") directory = Path.Combine(directory, "nlua"); diff --git a/BizHawk.Client.EmuHawk/Sound/Utilities/SoundOutputProvider.cs b/BizHawk.Client.EmuHawk/Sound/Utilities/SoundOutputProvider.cs index 1caa777d46..575bb9c3da 100644 --- a/BizHawk.Client.EmuHawk/Sound/Utilities/SoundOutputProvider.cs +++ b/BizHawk.Client.EmuHawk/Sound/Utilities/SoundOutputProvider.cs @@ -167,7 +167,7 @@ namespace BizHawk.Client.EmuHawk if (extraSampleCount < -maxSamplesDeficit) { int generateSampleCount = -extraSampleCount; - if (LogDebug) Console.WriteLine("Generating " + generateSampleCount + " samples"); + if (LogDebug) Console.WriteLine($"Generating {generateSampleCount} samples"); for (int i = 0; i < generateSampleCount * ChannelCount; i++) { _buffer.Enqueue(0); @@ -177,7 +177,7 @@ namespace BizHawk.Client.EmuHawk else if (extraSampleCount > maxSamplesSurplus) { int discardSampleCount = extraSampleCount; - if (LogDebug) Console.WriteLine("Discarding " + discardSampleCount + " samples"); + if (LogDebug) Console.WriteLine($"Discarding {discardSampleCount} samples"); for (int i = 0; i < discardSampleCount * ChannelCount; i++) { _buffer.Dequeue(); diff --git a/BizHawk.Client.EmuHawk/Throttle.cs b/BizHawk.Client.EmuHawk/Throttle.cs index 5eb8fcba22..af7334ef81 100644 --- a/BizHawk.Client.EmuHawk/Throttle.cs +++ b/BizHawk.Client.EmuHawk/Throttle.cs @@ -35,7 +35,7 @@ namespace BizHawk.Client.EmuHawk //notably, if we're frame-advancing, we should be paused. if (signal_paused && !signal_continuousFrameAdvancing) { - //Console.WriteLine("THE THING: {0} {1}", signal_paused ,signal_continuousFrameAdvancing); + //Console.WriteLine($"THE THING: {signal_paused} {signal_continuousFrameAdvancing}"); skipNextFrame = false; framesSkipped = 0; framesToSkip = 0; @@ -198,12 +198,12 @@ namespace BizHawk.Client.EmuHawk int pct = -1; public void SetSpeedPercent(int percent) { - //Console.WriteLine("throttle set percent " + percent); + //Console.WriteLine($"throttle set percent {percent}"); if (pct == percent) return; pct = percent; float fraction = percent / 100.0f; desiredfps = (ulong)(core_desiredfps * fraction); - //Console.WriteLine("throttle set desiredfps " + desiredfps); + //Console.WriteLine($"throttle set desiredfps {desiredfps}"); desiredspf = 65536.0f / desiredfps; AutoFrameSkip_IgnorePreviousDelay(); } diff --git a/BizHawk.Client.EmuHawk/UpdateChecker.cs b/BizHawk.Client.EmuHawk/UpdateChecker.cs index 2b114ee4b8..1b62043c61 100644 --- a/BizHawk.Client.EmuHawk/UpdateChecker.cs +++ b/BizHawk.Client.EmuHawk/UpdateChecker.cs @@ -107,8 +107,8 @@ namespace BizHawk.Client.EmuHawk private static string GetTextFromTag(string info, string tagName) { - string openTag = "[" + tagName + "]"; - string closeTag = "[/" + tagName + "]"; + string openTag = $"[{tagName}]"; + string closeTag = $"[/{tagName}]"; int start = info.IndexOf(openTag, StringComparison.OrdinalIgnoreCase); if (start == -1) return null; start += openTag.Length; diff --git a/BizHawk.Client.EmuHawk/config/ControllerConfig.cs b/BizHawk.Client.EmuHawk/config/ControllerConfig.cs index 303f054169..af5da08b62 100644 --- a/BizHawk.Client.EmuHawk/config/ControllerConfig.cs +++ b/BizHawk.Client.EmuHawk/config/ControllerConfig.cs @@ -126,7 +126,7 @@ namespace BizHawk.Client.EmuHawk int i; for (i = MaxPlayers; i > 0; i--) { - if (button.StartsWith("P" + i)) + if (button.StartsWith($"P{i}")) { break; } @@ -162,7 +162,7 @@ namespace BizHawk.Client.EmuHawk { if (buckets[i].Count > 0) { - string tabname = Global.Emulator.SystemId == "WSWAN" ? i == 1 ? "Normal" : "Rotated" : "Player " + i; // hack + string tabname = Global.Emulator.SystemId != "WSWAN" ? $"Player {i}" : i == 1 ? "Normal" : "Rotated"; // hack tt.TabPages.Add(tabname); tt.TabPages[pageidx].Controls.Add(createpanel(settings, buckets[i], tt.Size)); pageidx++; @@ -362,7 +362,7 @@ namespace BizHawk.Client.EmuHawk private void NewControllerConfig_Load(object sender, EventArgs e) { - Text = _theDefinition.Name + " Configuration"; + Text = $"{_theDefinition.Name} Configuration"; } private static TabControl GetTabControl(IEnumerable controls) diff --git a/BizHawk.Client.EmuHawk/config/ControllerConfig/AnalogBindControl.cs b/BizHawk.Client.EmuHawk/config/ControllerConfig/AnalogBindControl.cs index 19de6e3bb8..3ee0acca96 100644 --- a/BizHawk.Client.EmuHawk/config/ControllerConfig/AnalogBindControl.cs +++ b/BizHawk.Client.EmuHawk/config/ControllerConfig/AnalogBindControl.cs @@ -66,13 +66,13 @@ namespace BizHawk.Client.EmuHawk private void TrackBarSensitivity_ValueChanged(object sender, EventArgs e) { _bind.Mult = trackBarSensitivity.Value / 10.0f; - labelSensitivity.Text = $"Sensitivity: {(Bind.Mult * 100)}" + "%"; + labelSensitivity.Text = $"Sensitivity: {Bind.Mult * 100}%"; } private void TrackBarDeadzone_ValueChanged(object sender, EventArgs e) { _bind.Deadzone = trackBarDeadzone.Value / 20.0f; - labelDeadzone.Text = $"Deadzone: {(Bind.Deadzone * 100)}" + "%"; + labelDeadzone.Text = $"Deadzone: {Bind.Deadzone * 100}%"; } private void ButtonFlip_Click(object sender, EventArgs e) diff --git a/BizHawk.Client.EmuHawk/config/DisplayConfigLite.cs b/BizHawk.Client.EmuHawk/config/DisplayConfigLite.cs index a2cd975168..a094247ef3 100644 --- a/BizHawk.Client.EmuHawk/config/DisplayConfigLite.cs +++ b/BizHawk.Client.EmuHawk/config/DisplayConfigLite.cs @@ -270,7 +270,7 @@ namespace BizHawk.Client.EmuHawk Global.Config.TargetScanlineFilterIntensity = tbScanlineIntensity.Value; int scanlines = Global.Config.TargetScanlineFilterIntensity; float percentage = (float) scanlines / 256 * 100; - lblScanlines.Text = String.Format("{0:F2}", percentage) + "%"; + lblScanlines.Text = $"{percentage:F2}%"; } private void trackbarFrameSizeWindowed_ValueChanged(object sender, EventArgs e) diff --git a/BizHawk.Client.EmuHawk/config/FirmwaresConfig.cs b/BizHawk.Client.EmuHawk/config/FirmwaresConfig.cs index d7a062cc1e..cbfbb76aaa 100644 --- a/BizHawk.Client.EmuHawk/config/FirmwaresConfig.cs +++ b/BizHawk.Client.EmuHawk/config/FirmwaresConfig.cs @@ -109,7 +109,7 @@ namespace BizHawk.Client.EmuHawk } else { - tbbCloseReload.ToolTipText = "Close Firmware Manager and reload " + reloadRomPath; + tbbCloseReload.ToolTipText = $"Close Firmware Manager and reload {reloadRomPath}"; } } @@ -313,7 +313,7 @@ namespace BizHawk.Client.EmuHawk lvi.SubItems[6].Text = ri.Size.ToString(); - if (ri.Hash != null) lvi.SubItems[7].Text = "sha1:" + ri.Hash; + if (ri.Hash != null) lvi.SubItems[7].Text = $"sha1:{ri.Hash}"; else lvi.SubItems[7].Text = ""; } } @@ -443,7 +443,7 @@ namespace BizHawk.Client.EmuHawk } catch (Exception ex) { - MessageBox.Show(this, "There was an issue copying the file. The customization has NOT been set.\n\n" + ex.StackTrace); + MessageBox.Show(this, $"There was an issue copying the file. The customization has NOT been set.\n\n{ex.StackTrace}"); continue; } } @@ -456,7 +456,7 @@ namespace BizHawk.Client.EmuHawk } catch (Exception ex) { - MessageBox.Show(this, "There was an issue during the process. The customization has NOT been set.\n\n" + ex.StackTrace); + MessageBox.Show(this, $"There was an issue during the process. The customization has NOT been set.\n\n{ex.StackTrace}"); return; } @@ -526,7 +526,7 @@ namespace BizHawk.Client.EmuHawk } olvi.SubItems[0].Text = ff.Size.ToString(); olvi.SubItems[0].Font = this.Font; // why doesnt this work? - olvi.SubItems[1].Text = "sha1:" + o.Hash; + olvi.SubItems[1].Text = $"sha1:{o.Hash}"; olvi.SubItems[1].Font = fixedFont; olvi.SubItems[2].Text = ff.RecommendedName; olvi.SubItems[2].Font = this.Font; // why doesnt this work? @@ -648,7 +648,7 @@ namespace BizHawk.Client.EmuHawk if (hf.IsArchive) { // blech. the worst extraction code in the universe. - string extractpath = Path.GetTempFileName() + ".dir"; + string extractpath = $"{Path.GetTempFileName()}.dir"; DirectoryInfo di = Directory.CreateDirectory(extractpath); try diff --git a/BizHawk.Client.EmuHawk/config/GB/BmpView.cs b/BizHawk.Client.EmuHawk/config/GB/BmpView.cs index 9af088c6f6..e7513fbaf8 100644 --- a/BizHawk.Client.EmuHawk/config/GB/BmpView.cs +++ b/BizHawk.Client.EmuHawk/config/GB/BmpView.cs @@ -103,7 +103,7 @@ namespace BizHawk.Client.EmuHawk var sfd = new SaveFileDialog { - FileName = PathManager.FilesystemSafeName(Global.Game) + "-Palettes", + FileName = $"{PathManager.FilesystemSafeName(Global.Game)}-Palettes", InitialDirectory = path, Filter = "PNG (*.png)|*.png|Bitmap (*.bmp)|*.bmp|All Files|*.*", RestoreDirectory = true diff --git a/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.cs b/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.cs index b1a42261eb..0cc0c3bdf2 100644 --- a/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.cs +++ b/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.cs @@ -353,7 +353,7 @@ namespace BizHawk.Client.EmuHawk using (var sfd = new SaveFileDialog()) { sfd.InitialDirectory = PathManager.MakeAbsolutePath(Global.Config.PathEntries["GB", "Palettes"].Path, "GB"); - sfd.FileName = Global.Game.Name + ".pal"; + sfd.FileName = $"{Global.Game.Name}.pal"; sfd.Filter = "Gambatte Palettes (*.pal)|*.pal|All Files|*.*"; sfd.RestoreDirectory = true; diff --git a/BizHawk.Client.EmuHawk/config/InputCompositeWidget.cs b/BizHawk.Client.EmuHawk/config/InputCompositeWidget.cs index ff429fa0d4..9b3a842a87 100644 --- a/BizHawk.Client.EmuHawk/config/InputCompositeWidget.cs +++ b/BizHawk.Client.EmuHawk/config/InputCompositeWidget.cs @@ -38,13 +38,13 @@ namespace BizHawk.Client.EmuHawk public void RefreshTooltip() { - string widgetText = "Current Binding: " + widget.Text; + string widgetText = $"Current Binding: {widget.Text}"; if (_bindingTooltipText != null) { - widgetText = widgetText + "\r\n---\r\n" + _bindingTooltipText; + widgetText = $"{widgetText}\r\n---\r\n{_bindingTooltipText}"; } - widgetText = widgetText + "\r\n---\r\n" + WidgetTooltipText; + widgetText = $"{widgetText}\r\n---\r\n{WidgetTooltipText}"; _tooltip.SetToolTip(widget, widgetText); } diff --git a/BizHawk.Client.EmuHawk/config/MessageConfig.cs b/BizHawk.Client.EmuHawk/config/MessageConfig.cs index f6a4f2db00..2878232135 100644 --- a/BizHawk.Client.EmuHawk/config/MessageConfig.cs +++ b/BizHawk.Client.EmuHawk/config/MessageConfig.cs @@ -411,15 +411,15 @@ namespace BizHawk.Client.EmuHawk _dispAutoholdy = _py; } - FpsPosLabel.Text = _dispFpSx + ", " + _dispFpSy; - FCLabel.Text = _dispFrameCx + ", " + _dispFrameCy; - LagLabel.Text = _dispLagx + ", " + _dispLagy; - InpLabel.Text = _dispInpx + ", " + _dispInpy; - WatchesLabel.Text = _dispWatchesx + ", " + _dispWatchesy; - RerecLabel.Text = _dispRecx + ", " + _dispRecy; - MultitrackLabel.Text = _dispMultix + ", " + _dispMultiy; - MessLabel.Text = _dispMessagex + ", " + _dispMessagey; - AutoholdLabel.Text = _dispAutoholdx + ", " + _dispAutoholdy; + FpsPosLabel.Text = $"{_dispFpSx}, {_dispFpSy}"; + FCLabel.Text = $"{_dispFrameCx}, {_dispFrameCy}"; + LagLabel.Text = $"{_dispLagx}, {_dispLagy}"; + InpLabel.Text = $"{_dispInpx}, {_dispInpy}"; + WatchesLabel.Text = $"{_dispWatchesx}, {_dispWatchesy}"; + RerecLabel.Text = $"{_dispRecx}, {_dispRecy}"; + MultitrackLabel.Text = $"{_dispMultix}, {_dispMultiy}"; + MessLabel.Text = $"{_dispMessagex}, {_dispMessagey}"; + AutoholdLabel.Text = $"{_dispAutoholdx}, {_dispAutoholdy}"; } private void ResetDefaultsButton_Click(object sender, EventArgs e) diff --git a/BizHawk.Client.EmuHawk/config/N64/N64ControllerSettingControl.cs b/BizHawk.Client.EmuHawk/config/N64/N64ControllerSettingControl.cs index 191acadc1b..682b290ac4 100644 --- a/BizHawk.Client.EmuHawk/config/N64/N64ControllerSettingControl.cs +++ b/BizHawk.Client.EmuHawk/config/N64/N64ControllerSettingControl.cs @@ -16,7 +16,7 @@ namespace BizHawk.Client.EmuHawk { InitializeComponent(); - ControllerNameLabel.Text = "Controller " + ControllerNumber; + ControllerNameLabel.Text = $"Controller {ControllerNumber}"; } public int ControllerNumber @@ -82,7 +82,7 @@ namespace BizHawk.Client.EmuHawk public override void Refresh() { - ControllerNameLabel.Text = "Controller " + ControllerNumber; + ControllerNameLabel.Text = $"Controller {ControllerNumber}"; base.Refresh(); } diff --git a/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs b/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs index 6ba48c0fe2..ae8dc93b28 100644 --- a/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs +++ b/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs @@ -533,9 +533,7 @@ namespace BizHawk.Client.EmuHawk VideoResolutionXTextBox.Text = _s.VideoSizeX.ToString(); VideoResolutionYTextBox.Text = _s.VideoSizeY.ToString(); - var videoSetting = _s.VideoSizeX - + " x " - + _s.VideoSizeY; + var videoSetting = $"{_s.VideoSizeX} x {_s.VideoSizeY}"; var index = VideoResolutionComboBox.Items.IndexOf(videoSetting); if (index >= 0) @@ -605,7 +603,7 @@ namespace BizHawk.Client.EmuHawk RiceColorQuality_Combo.SelectedIndex = _ss.RicePlugin.ColorQuality; RiceOpenGLRenderSetting_Combo.SelectedIndex = _ss.RicePlugin.OpenGLRenderSetting; RiceAnisotropicFiltering_TB.Value = _ss.RicePlugin.AnisotropicFiltering; - AnisotropicFiltering_LB.Text = "Anisotropic Filtering: " + RiceAnisotropicFiltering_TB.Value; + AnisotropicFiltering_LB.Text = $"Anisotropic Filtering: {RiceAnisotropicFiltering_TB.Value}"; RiceUseDefaultHacks_CB.Checked = _ss.RicePlugin.UseDefaultHacks; @@ -854,7 +852,7 @@ namespace BizHawk.Client.EmuHawk private void RiceAnisotropicFiltering_Tb_Scroll_1(object sender, EventArgs e) { - AnisotropicFiltering_LB.Text = "Anisotropic Filtering: " + RiceAnisotropicFiltering_TB.Value; + AnisotropicFiltering_LB.Text = $"Anisotropic Filtering: {RiceAnisotropicFiltering_TB.Value}"; } private void RiceUseDefaultHacks_Cb_CheckedChanged(object sender, EventArgs e) diff --git a/BizHawk.Client.EmuHawk/config/NES/NESGraphicsConfig.cs b/BizHawk.Client.EmuHawk/config/NES/NESGraphicsConfig.cs index 64b371ddc6..2c3a963428 100644 --- a/BizHawk.Client.EmuHawk/config/NES/NESGraphicsConfig.cs +++ b/BizHawk.Client.EmuHawk/config/NES/NESGraphicsConfig.cs @@ -113,7 +113,7 @@ namespace BizHawk.Client.EmuHawk var data = Palettes.Load_FCEUX_Palette(HawkFile.ReadAllBytes(palette.Name)); if (showmsg) { - GlobalWin.OSD.AddMessage("Palette file loaded: " + palette.Name); + GlobalWin.OSD.AddMessage($"Palette file loaded: {palette.Name}"); } return data; diff --git a/BizHawk.Client.EmuHawk/config/PSX/PSXControllerConfigNew.cs b/BizHawk.Client.EmuHawk/config/PSX/PSXControllerConfigNew.cs index a90dfaa146..703b6c7891 100644 --- a/BizHawk.Client.EmuHawk/config/PSX/PSXControllerConfigNew.cs +++ b/BizHawk.Client.EmuHawk/config/PSX/PSXControllerConfigNew.cs @@ -113,7 +113,7 @@ namespace BizHawk.Client.EmuHawk } else { - lbl.Text = "P" + lc.PlayerAssignments[i]; + lbl.Text = $"P{lc.PlayerAssignments[i]}"; lbl.Visible = true; } } diff --git a/BizHawk.Client.EmuHawk/config/PathConfig.cs b/BizHawk.Client.EmuHawk/config/PathConfig.cs index 6c7ef17e6b..b8f438b543 100644 --- a/BizHawk.Client.EmuHawk/config/PathConfig.cs +++ b/BizHawk.Client.EmuHawk/config/PathConfig.cs @@ -220,7 +220,7 @@ namespace BizHawk.Client.EmuHawk var f = new FolderBrowserEx { - Description = "Set the directory for " + name, + Description = $"Set the directory for {name}", SelectedPath = PathManager.MakeAbsolutePath(box.Text, system) }; var result = f.ShowDialog(); diff --git a/BizHawk.Client.EmuHawk/config/RewindConfig.cs b/BizHawk.Client.EmuHawk/config/RewindConfig.cs index d99daf5456..66fc4cd80d 100644 --- a/BizHawk.Client.EmuHawk/config/RewindConfig.cs +++ b/BizHawk.Client.EmuHawk/config/RewindConfig.cs @@ -23,7 +23,7 @@ namespace BizHawk.Client.EmuHawk { if (Global.Rewinder.HasBuffer) { - FullnessLabel.Text = $"{Global.Rewinder.FullnessRatio * 100:0.00}" + "%"; + FullnessLabel.Text = $"{Global.Rewinder.FullnessRatio * 100:0.00}%"; RewindFramesUsedLabel.Text = Global.Rewinder.Count.ToString(); } else @@ -94,10 +94,10 @@ namespace BizHawk.Client.EmuHawk if (num >= 1024) { num /= 1024.0; - return $"{num:0.00}" + " MB"; + return $"{num:0.00} MB"; } - return $"{num:0.00}" + " KB"; + return $"{num:0.00} KB"; } private void SetStateSize() @@ -344,8 +344,8 @@ namespace BizHawk.Client.EmuHawk double minutes = estTotalFrames / 60 / 60; AverageStoredStateSizeLabel.Text = FormatKB(avgStateSize); - ApproxFramesLabel.Text = $"{estFrames:n0}" + " frames"; - EstTimeLabel.Text = $"{minutes:n}" + " minutes"; + ApproxFramesLabel.Text = $"{estFrames:n0} frames"; + EstTimeLabel.Text = $"{minutes:n} minutes"; } private void BufferSizeUpDown_ValueChanged(object sender, EventArgs e) diff --git a/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.cs b/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.cs index 730b271e0c..9c2b079bff 100644 --- a/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.cs +++ b/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.cs @@ -46,8 +46,8 @@ namespace BizHawk.Client.EmuHawk private void ShowError(int row, int column) { var c = SubGrid.Rows[row].Cells[column]; - var error = "Unable to parse value: " + c.Value; - var caption = "Parse Error Row " + row + " Column " + column; + var error = $"Unable to parse value: {c.Value}"; + var caption = $"Parse Error Row {row} Column {column}"; MessageBox.Show(error, caption, MessageBoxButtons.OK, MessageBoxIcon.Error); } @@ -104,7 +104,7 @@ namespace BizHawk.Client.EmuHawk c = SubGrid.Rows[x].Cells[3]; c.Value = s.Duration; c = SubGrid.Rows[x].Cells[4]; - c.Value = string.Format("{0:X8}", s.Color); + c.Value = $"{s.Color:X8}"; c.Style.BackColor = Color.FromArgb((int)s.Color); c = SubGrid.Rows[x].Cells[5]; c.Value = s.Message; @@ -127,7 +127,7 @@ namespace BizHawk.Client.EmuHawk c = SubGrid.Rows[index].Cells[3]; c.Value = s.Duration; c = SubGrid.Rows[index].Cells[4]; - c.Value = string.Format("{0:X8}", s.Color); + c.Value = $"{s.Color:X8}"; c.Style.BackColor = Color.FromArgb((int)s.Color); c = SubGrid.Rows[index].Cells[5]; c.Value = s.Message; @@ -229,9 +229,7 @@ namespace BizHawk.Client.EmuHawk File.WriteAllText(fileName, str); // Display success - MessageBox.Show( - string.Format("Subtitles succesfully exported to {0}.", fileName), - "Success"); + MessageBox.Show($"Subtitles succesfully exported to {fileName}.", "Success"); } private void SubGrid_DefaultValuesNeeded(object sender, DataGridViewRowEventArgs e) diff --git a/BizHawk.Client.EmuHawk/movie/PlayMovie.cs b/BizHawk.Client.EmuHawk/movie/PlayMovie.cs index 7735ea4414..6365304e9f 100644 --- a/BizHawk.Client.EmuHawk/movie/PlayMovie.cs +++ b/BizHawk.Client.EmuHawk/movie/PlayMovie.cs @@ -154,8 +154,7 @@ namespace BizHawk.Client.EmuHawk private void UpdateList() { MovieView.Refresh(); - MovieCount.Text = _movieList.Count + " movie" - + (_movieList.Count != 1 ? "s" : ""); + MovieCount.Text = $"{_movieList.Count} {(_movieList.Count == 1 ? "movie" : "movies")}"; } private void PreHighlightMovie() @@ -193,7 +192,7 @@ namespace BizHawk.Client.EmuHawk { foreach (var ext in MovieService.MovieExtensions) { - if (Path.GetExtension(_movieList[indices[i]].Filename).ToUpper() == "." + ext) + if (Path.GetExtension(_movieList[indices[i]].Filename).ToUpper() == $".{ext}") { tas.Add(i); } @@ -266,8 +265,8 @@ namespace BizHawk.Client.EmuHawk } // add movies - fpTodo.AddRange(Directory.GetFiles(dp, "*." + MovieService.DefaultExtension)); - fpTodo.AddRange(Directory.GetFiles(dp, "*." + TasMovie.Extension)); + fpTodo.AddRange(Directory.GetFiles(dp, $"*.{MovieService.DefaultExtension}")); + fpTodo.AddRange(Directory.GetFiles(dp, $"*.{TasMovie.Extension}")); } // in parallel, scan each movie @@ -419,7 +418,7 @@ namespace BizHawk.Client.EmuHawk if (kvp.Value != Global.Game.Hash) { item.BackColor = Color.Pink; - toolTip1.SetToolTip(DetailsView, "Current SHA1: " + Global.Game.Hash); + toolTip1.SetToolTip(DetailsView, $"Current SHA1: {Global.Game.Hash}"); } break; case HeaderKeys.EMULATIONVERSION: @@ -447,7 +446,7 @@ namespace BizHawk.Client.EmuHawk } var FpsItem = new ListViewItem("Fps"); - FpsItem.SubItems.Add(string.Format("{0:0.#######}", Fps(_movieList[firstIndex]))); + FpsItem.SubItems.Add($"{Fps(_movieList[firstIndex]):0.#######}"); DetailsView.Items.Add(FpsItem); var FramesItem = new ListViewItem("Frames"); @@ -576,9 +575,7 @@ namespace BizHawk.Client.EmuHawk { var ofd = new OpenFileDialog { - Filter = "Movie Files (*." + MovieService.DefaultExtension + ")|*." + MovieService.DefaultExtension + - "|TAS project Files (*." + TasMovie.Extension + ")|*." + TasMovie.Extension + - "|All Files|*.*", + Filter = $"Movie Files (*.{MovieService.DefaultExtension})|*.{MovieService.DefaultExtension}|TAS project Files (*.{TasMovie.Extension})|*.{TasMovie.Extension}|All Files|*.*", InitialDirectory = PathManager.MakeAbsolutePath(Global.Config.PathEntries.MoviesPathFragment, null) }; diff --git a/BizHawk.Client.EmuHawk/movie/RecordMovie.cs b/BizHawk.Client.EmuHawk/movie/RecordMovie.cs index 52ff80339b..8e8e1eeb8f 100644 --- a/BizHawk.Client.EmuHawk/movie/RecordMovie.cs +++ b/BizHawk.Client.EmuHawk/movie/RecordMovie.cs @@ -61,7 +61,7 @@ namespace BizHawk.Client.EmuHawk if (!MovieService.MovieExtensions.Contains(Path.GetExtension(path))) { // If no valid movie extension, add movie extension - path += "." + MovieService.DefaultExtension; + path += $".{MovieService.DefaultExtension}"; } } } @@ -77,7 +77,7 @@ namespace BizHawk.Client.EmuHawk var test = new FileInfo(path); if (test.Exists) { - var result = MessageBox.Show(path + " already exists, overwrite?", "Confirm overwrite", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning); + var result = MessageBox.Show($"{path} already exists, overwrite?", "Confirm overwrite", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning); if (result == DialogResult.Cancel) { return; @@ -180,10 +180,10 @@ namespace BizHawk.Client.EmuHawk var sfd = new SaveFileDialog { InitialDirectory = movieFolderPath, - DefaultExt = "." + Global.MovieSession.Movie.PreferredExtension, + DefaultExt = $".{Global.MovieSession.Movie.PreferredExtension}", FileName = RecordBox.Text, OverwritePrompt = false, - Filter = "Movie Files (*." + Global.MovieSession.Movie.PreferredExtension + ")|*." + Global.MovieSession.Movie.PreferredExtension + "|All Files|*.*" + Filter = $"Movie Files (*.{Global.MovieSession.Movie.PreferredExtension})|*.{Global.MovieSession.Movie.PreferredExtension}|All Files|*.*" }; var result = sfd.ShowHawkDialog(); diff --git a/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.cs b/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.cs index 5c3e484926..d5294581d4 100644 --- a/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.cs +++ b/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.cs @@ -27,7 +27,7 @@ namespace BizHawk.Client.EmuHawk if (!string.IsNullOrWhiteSpace(_currentFileName)) { - Text = DialogTitle + " - " + Path.GetFileNameWithoutExtension(_currentFileName); + Text = $"{DialogTitle} - {Path.GetFileNameWithoutExtension(_currentFileName)}"; } else { @@ -125,7 +125,7 @@ namespace BizHawk.Client.EmuHawk .ToString() .Last(); - return "QuickSave" + num; + return $"QuickSave{num}"; } } @@ -772,7 +772,7 @@ namespace BizHawk.Client.EmuHawk CurrentFileName = path; Settings.RecentBotFiles.Add(CurrentFileName); - MessageLabel.Text = Path.GetFileNameWithoutExtension(path) + " loaded"; + MessageLabel.Text = $"{Path.GetFileNameWithoutExtension(path)} loaded"; AssessRunButtonStatus(); return true; @@ -814,7 +814,7 @@ namespace BizHawk.Client.EmuHawk File.WriteAllText(path, json); CurrentFileName = path; Settings.RecentBotFiles.Add(CurrentFileName); - MessageLabel.Text = Path.GetFileName(CurrentFileName) + " saved"; + MessageLabel.Text = $"{Path.GetFileName(CurrentFileName)} saved"; } #endregion diff --git a/BizHawk.Client.EmuHawk/tools/BatchRun.cs b/BizHawk.Client.EmuHawk/tools/BatchRun.cs index 4dbda880bf..99f4530175 100644 --- a/BizHawk.Client.EmuHawk/tools/BatchRun.cs +++ b/BizHawk.Client.EmuHawk/tools/BatchRun.cs @@ -33,7 +33,7 @@ namespace BizHawk.Client.EmuHawk private void SetCount() { - label2.Text = string.Format("Number of files: {0}", listBox1.Items.Count); + label2.Text = $"Number of files: {listBox1.Items.Count}"; } private void listBox1_DragDrop(object sender, DragEventArgs e) diff --git a/BizHawk.Client.EmuHawk/tools/BatchRunner.cs b/BizHawk.Client.EmuHawk/tools/BatchRunner.cs index 7e25ff3e1e..4ea1e03ad2 100644 --- a/BizHawk.Client.EmuHawk/tools/BatchRunner.cs +++ b/BizHawk.Client.EmuHawk/tools/BatchRunner.cs @@ -81,12 +81,12 @@ namespace BizHawk.Client.EmuHawk void OnLoadError(object sender, RomLoader.RomErrorArgs e) { current.Status = Result.EStatus.ErrorOnLoad; - current.Messages.Add(string.Format("OnLoadError: {0}, {1}, {2}", e.AttemptedCoreLoad, e.Message, e.Type.ToString())); + current.Messages.Add($"OnLoadError: {e.AttemptedCoreLoad}, {e.Message}, {e.Type.ToString()}"); } void CommMessage(string msg) { - current.Messages.Add(string.Format("CommMessage: {0}", msg)); + current.Messages.Add($"CommMessage: {msg}"); } int? ChooseArchive(HawkFile hf) diff --git a/BizHawk.Client.EmuHawk/tools/CDL.cs b/BizHawk.Client.EmuHawk/tools/CDL.cs index 54f8f560da..0571d4e4ac 100644 --- a/BizHawk.Client.EmuHawk/tools/CDL.cs +++ b/BizHawk.Client.EmuHawk/tools/CDL.cs @@ -38,7 +38,7 @@ namespace BizHawk.Client.EmuHawk _currentFilename = fname; if (_currentFilename == null) Text = "Code Data Logger"; - else Text = string.Format("Code Data Logger - {0}", fname); + else Text = $"Code Data Logger - {fname}"; } [RequiredService] @@ -147,29 +147,29 @@ namespace BizHawk.Client.EmuHawk long addr = bm[kvp.Key]; var lvi = listContents[idx++] = new string[13]; - lvi[0] = string.Format("{0:X8}", addr); + lvi[0] = $"{addr:X8}"; lvi[1] = kvp.Key; - lvi[2] = string.Format("{0:0.00}%", total / (float)kvp.Value.Length * 100f); + lvi[2] = $"{total / (float)kvp.Value.Length * 100f:0.00}%"; if (tsbViewStyle.SelectedIndex == 2) - lvi[3] = string.Format("{0:0.00}", total / 1024.0f); + lvi[3] = $"{total / 1024.0f:0.00}"; else - lvi[3] = string.Format("{0}", total); + lvi[3] = $"{total}"; if (tsbViewStyle.SelectedIndex == 2) { int n = (int)(kvp.Value.Length / 1024.0f); float ncheck = kvp.Value.Length / 1024.0f; - lvi[4] = string.Format("of {0}{1} KBytes", n == ncheck ? "" : "~", n); + lvi[4] = $"of {(n == ncheck ? "" : "~")}{n} KBytes"; } else - lvi[4] = string.Format("of {0} Bytes", kvp.Value.Length); + lvi[4] = $"of {kvp.Value.Length} Bytes"; for (int i = 0; i < 8; i++) { if (tsbViewStyle.SelectedIndex == 0) - lvi[5 + i] = string.Format("{0:0.00}%", totals[i] / (float)kvp.Value.Length * 100f); + lvi[5 + i] = $"{totals[i] / (float)kvp.Value.Length * 100f:0.00}%"; if (tsbViewStyle.SelectedIndex == 1) - lvi[5 + i] = string.Format("{0}", totals[i]); + lvi[5 + i] = $"{totals[i]}"; if (tsbViewStyle.SelectedIndex == 2) - lvi[5 + i] = string.Format("{0:0.00}", totals[i] / 1024.0f); + lvi[5 + i] = $"{totals[i] / 1024.0f:0.00}"; } } @@ -498,7 +498,7 @@ namespace BizHawk.Client.EmuHawk try { autoloading = true; - var autoresume_file = PathManager.FilesystemSafeName(Global.Game) + ".cdl"; + var autoresume_file = $"{PathManager.FilesystemSafeName(Global.Game)}.cdl"; var autoresume_dir = PathManager.MakeAbsolutePath(Global.Config.PathEntries.LogPathFragment, null); var autoresume_path = Path.Combine(autoresume_dir, autoresume_file); if (File.Exists(autoresume_path)) diff --git a/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.cs b/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.cs index b919d59010..398dce5bbc 100644 --- a/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.cs +++ b/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.cs @@ -349,7 +349,7 @@ namespace BizHawk.Client.EmuHawk } else { - MessageBox.Show(address + " is not a valid address for the domain " + domain.Name, "Index out of range", MessageBoxButtons.OK, MessageBoxIcon.Warning); + MessageBox.Show($"{address} is not a valid address for the domain {domain.Name}", "Index out of range", MessageBoxButtons.OK, MessageBoxIcon.Warning); return Cheat.Separator; } } diff --git a/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs b/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs index fd178f17bc..cbc8cd2efe 100644 --- a/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs +++ b/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs @@ -81,9 +81,7 @@ namespace BizHawk.Client.EmuHawk public void UpdateDialog() { CheatListView.ItemCount = Global.CheatList.Count; - TotalLabel.Text = Global.CheatList.CheatCount - + (Global.CheatList.CheatCount == 1 ? " cheat " : " cheats ") - + Global.CheatList.ActiveCount + " active"; + TotalLabel.Text = $"{Global.CheatList.CheatCount} {(Global.CheatList.CheatCount == 1 ? "cheat" : "cheats")} {Global.CheatList.ActiveCount} active"; } private void LoadFileFromRecent(string path) @@ -107,9 +105,11 @@ namespace BizHawk.Client.EmuHawk private void UpdateMessageLabel(bool saved = false) { - MessageLabel.Text = saved - ? Path.GetFileName(Global.CheatList.CurrentFileName) + " saved." - : Path.GetFileName(Global.CheatList.CurrentFileName) + (Global.CheatList.Changes ? " *" : ""); + MessageLabel.Text = saved + ? $"{Path.GetFileName(Global.CheatList.CurrentFileName)} saved." + : Global.CheatList.Changes + ? $"{Path.GetFileName(Global.CheatList.CurrentFileName)} *" + : Path.GetFileName(Global.CheatList.CurrentFileName); } public bool AskSaveChanges() @@ -331,7 +331,7 @@ namespace BizHawk.Client.EmuHawk { var cheat = SelectedCheats.First(); CheatEditor.SetCheat(cheat); - CheatGroupBox.Text = "Editing Cheat " + cheat.Name + " - " + cheat.AddressStr; + CheatGroupBox.Text = $"Editing Cheat {cheat.Name} - {cheat.AddressStr}"; } else { diff --git a/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.Disassembler.cs b/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.Disassembler.cs index e5fb0b85c7..d8e5001f9f 100644 --- a/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.Disassembler.cs +++ b/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.Disassembler.cs @@ -75,7 +75,7 @@ namespace BizHawk.Client.EmuHawk { if (column == 0) { - text = string.Format("{0:X" + _pcRegisterSize + "}", _disassemblyLines[index].Address); + text = string.Format($"{{0:X{_pcRegisterSize}}}", _disassemblyLines[index].Address); } else if (column == 1) { @@ -206,7 +206,7 @@ namespace BizHawk.Client.EmuHawk blob.AppendLine(); } - blob.Append(string.Format("{0:X" + _pcRegisterSize + "}", _disassemblyLines[index].Address)) + blob.Append(string.Format($"{{0:X{_pcRegisterSize}}}", _disassemblyLines[index].Address)) .Append(" ") .Append(_disassemblyLines[index].Mnemonic); } diff --git a/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.cs b/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.cs index 42a6507166..069d73f458 100644 --- a/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.cs +++ b/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.cs @@ -52,7 +52,7 @@ namespace BizHawk.Client.EmuHawk { _spriteback = Color.FromArgb(255, value); // force fully opaque panelSpriteBackColor.BackColor = _spriteback; - labelSpriteBackColor.Text = string.Format("({0},{1},{2})", _spriteback.R, _spriteback.G, _spriteback.B); + labelSpriteBackColor.Text = $"({_spriteback.R},{_spriteback.G},{_spriteback.B})"; } } @@ -634,9 +634,9 @@ namespace BizHawk.Client.EmuHawk int* pal = (int*)(sprite ? _sppal : _bgpal) + x * 4; int color = pal[y]; - sb.AppendLine(string.Format("Palette {0}", x)); - sb.AppendLine(string.Format("Color {0}", y)); - sb.AppendLine(string.Format("(R,G,B) = ({0},{1},{2})", color >> 16 & 255, color >> 8 & 255, color & 255)); + sb.AppendLine($"Palette {x}"); + sb.AppendLine($"Color {y}"); + sb.AppendLine($"(R,G,B) = ({color >> 16 & 255},{color >> 8 & 255},{color & 255})"); var lockdata = bmpViewDetails.BMP.LockBits(new Rectangle(0, 0, 8, 10), System.Drawing.Imaging.ImageLockMode.WriteOnly, System.Drawing.Imaging.PixelFormat.Format32bppArgb); int* dest = (int*)lockdata.Scan0; @@ -679,9 +679,9 @@ namespace BizHawk.Client.EmuHawk int tileindex = y * 16 + x; int tileoffs = tileindex * 16; if (_cgb) - sb.AppendLine(string.Format("Tile #{0} @{2}:{1:x4}", tileindex, tileoffs + 0x8000, secondbank ? 1 : 0)); + sb.AppendLine($"Tile #{tileindex} @{(secondbank ? 1 : 0)}:{tileoffs + 0x8000:x4}"); else - sb.AppendLine(string.Format("Tile #{0} @{1:x4}", tileindex, tileoffs + 0x8000)); + sb.AppendLine($"Tile #{tileindex} @{tileoffs + 0x8000:x4}"); var lockdata = bmpViewDetails.BMP.LockBits(new Rectangle(0, 0, 8, 8), System.Drawing.Imaging.ImageLockMode.WriteOnly, System.Drawing.Imaging.PixelFormat.Format32bppArgb); DrawTile((byte*)_vram + tileoffs + (secondbank ? 8192 : 0), (int*)lockdata.Scan0, lockdata.Stride / sizeof(int), (int*)tilespal); @@ -718,18 +718,18 @@ namespace BizHawk.Client.EmuHawk var lockdata = bmpViewDetails.BMP.LockBits(new Rectangle(0, 0, 8, 8), System.Drawing.Imaging.ImageLockMode.WriteOnly, System.Drawing.Imaging.PixelFormat.Format32bppArgb); if (!_cgb) { - sb.AppendLine(string.Format("{0} Map ({1},{2}) @{3:x4}", win ? "Win" : "BG", x, y, mapoffs + 0x8000)); - sb.AppendLine(string.Format(" Tile #{0} @{1:x4}", tileindex, tileoffs + 0x8000)); + sb.AppendLine($"{(win ? "Win" : "BG")} Map ({x},{y}) @{mapoffs + 0x8000:x4}"); + sb.AppendLine($" Tile #{tileindex} @{tileoffs + 0x8000:x4}"); DrawTile((byte*)_vram + tileoffs, (int*)lockdata.Scan0, lockdata.Stride / sizeof(int), (int*)_bgpal); } else { int tileext = mapbase[8192]; - sb.AppendLine(string.Format("{0} Map ({1},{2}) @{3:x4}", win ? "Win" : "BG", x, y, mapoffs + 0x8000)); - sb.AppendLine(string.Format(" Tile #{0} @{2}:{1:x4}", tileindex, tileoffs + 0x8000, tileext.Bit(3) ? 1 : 0)); - sb.AppendLine(string.Format(" Palette {0}", tileext & 7)); - sb.AppendLine(string.Format(" Flags {0}{1}{2}", tileext.Bit(5) ? 'H' : ' ', tileext.Bit(6) ? 'V' : ' ', tileext.Bit(7) ? 'P' : ' ')); + sb.AppendLine($"{(win ? "Win" : "BG")} Map ({x},{y}) @{mapoffs + 0x8000:x4}"); + sb.AppendLine($" Tile #{tileindex} @{(tileext.Bit(3) ? 1 : 0)}:{tileoffs + 0x8000:x4}"); + sb.AppendLine($" Palette {tileext & 7}"); + sb.AppendLine($" Flags {(tileext.Bit(5) ? 'H' : ' ')}{(tileext.Bit(6) ? 'V' : ' ')}{(tileext.Bit(7) ? 'P' : ' ')}"); DrawTileHv((byte*)_vram + tileoffs + (tileext.Bit(3) ? 8192 : 0), (int*)lockdata.Scan0, lockdata.Stride / sizeof(int), (int*)_bgpal + 4 * (tileext & 7), tileext.Bit(5), tileext.Bit(6)); } bmpViewDetails.BMP.UnlockBits(lockdata); @@ -765,26 +765,26 @@ namespace BizHawk.Client.EmuHawk if (tall) tilenum = vflip ? tilenum | 1 : tilenum & ~1; int tileoffs = tilenum * 16; - sb.AppendLine(string.Format("Sprite #{0} @{1:x4}", x, 4 * x + 0xfe00)); - sb.AppendLine(string.Format(" (x,y) = ({0},{1})", sx, sy)); + sb.AppendLine($"Sprite #{x} @{4 * x + 0xfe00:x4}"); + sb.AppendLine($" (x,y) = ({sx},{sy})"); var lockdata = bmpViewDetails.BMP.LockBits(new Rectangle(0, 0, 8, tall ? 16 : 8), System.Drawing.Imaging.ImageLockMode.WriteOnly, System.Drawing.Imaging.PixelFormat.Format32bppArgb); if (_cgb) { - sb.AppendLine(string.Format(" Tile #{0} @{2}:{1:x4}", y == 1 ? tilenum ^ 1 : tilenum, tileoffs + 0x8000, flags.Bit(3) ? 1 : 0)); - sb.AppendLine(string.Format(" Palette {0}", flags & 7)); + sb.AppendLine($" Tile #{(y == 1 ? tilenum ^ 1 : tilenum)} @{(flags.Bit(3) ? 1 : 0)}:{tileoffs + 0x8000:x4}"); + sb.AppendLine($" Palette {flags & 7}"); DrawTileHv((byte*)_vram + tileoffs + (flags.Bit(3) ? 8192 : 0), (int*)lockdata.Scan0, lockdata.Stride / sizeof(int), (int*)_sppal + 4 * (flags & 7), hflip, vflip); if (tall) DrawTileHv((byte*)_vram + (tileoffs ^ 16) + (flags.Bit(3) ? 8192 : 0), (int*)(lockdata.Scan0 + lockdata.Stride * 8), lockdata.Stride / sizeof(int), (int*)_sppal + 4 * (flags & 7), hflip, vflip); } else { - sb.AppendLine(string.Format(" Tile #{0} @{1:x4}", y == 1 ? tilenum ^ 1 : tilenum, tileoffs + 0x8000)); - sb.AppendLine(string.Format(" Palette {0}", flags.Bit(4) ? 1 : 0)); + sb.AppendLine($" Tile #{(y == 1 ? tilenum ^ 1 : tilenum)} @{tileoffs + 0x8000:x4}"); + sb.AppendLine($" Palette {(flags.Bit(4) ? 1 : 0)}"); DrawTileHv((byte*)_vram + tileoffs, (int*)lockdata.Scan0, lockdata.Stride / sizeof(int), (int*)_sppal + (flags.Bit(4) ? 4 : 0), hflip, vflip); if (tall) DrawTileHv((byte*)_vram + (tileoffs ^ 16), (int*)(lockdata.Scan0 + lockdata.Stride * 8), lockdata.Stride / sizeof(int), (int*)_sppal + 4 * (flags.Bit(4) ? 4 : 0), hflip, vflip); } - sb.AppendLine(string.Format(" Flags {0}{1}{2}", hflip ? 'H' : ' ', vflip ? 'V' : ' ', flags.Bit(7) ? 'P' : ' ')); + sb.AppendLine($" Flags {(hflip ? 'H' : ' ')}{(vflip ? 'V' : ' ')}{(flags.Bit(7) ? 'P' : ' ')}"); bmpViewDetails.BMP.UnlockBits(lockdata); labelDetails.Text = sb.ToString(); bmpViewDetails.Refresh(); @@ -946,7 +946,7 @@ namespace BizHawk.Client.EmuHawk { var bv = found as BmpView; Clipboard.SetImage(bv.BMP); - labelClipboard.Text = found.Text + " copied to clipboard."; + labelClipboard.Text = $"{found.Text} copied to clipboard."; _messagetimer.Stop(); _messagetimer.Start(); } diff --git a/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs b/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs index 5a3bc87264..1e88e194af 100644 --- a/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs +++ b/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs @@ -458,17 +458,17 @@ namespace BizHawk.Client.EmuHawk GBGGDecode(GGCodeMaskBox.Text, ref val, ref add, ref cmp); if (add > -1) { - AddressBox.Text = string.Format("{0:X4}", add); + AddressBox.Text = $"{add:X4}"; } if (val > -1) { - ValueBox.Text = string.Format("{0:X2}", val); + ValueBox.Text = $"{val:X2}"; } if (cmp > -1) { - CompareBox.Text = string.Format("{0:X2}", cmp); + CompareBox.Text = $"{cmp:X2}"; } else { diff --git a/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.cs b/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.cs index 41b3baf178..81b7cb32b4 100644 --- a/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.cs +++ b/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.cs @@ -790,7 +790,7 @@ namespace BizHawk.Client.EmuHawk private void hScrollBar1_ValueChanged(object sender, EventArgs e) { _cbscanline = (hScrollBar1.Value + 160) % 228; - radioButtonScanline.Text = "Scanline " + _cbscanline; + radioButtonScanline.Text = $"Scanline {_cbscanline}"; } private void radioButtonManual_CheckedChanged(object sender, EventArgs e) @@ -838,7 +838,7 @@ namespace BizHawk.Client.EmuHawk if (found is BmpView) { Clipboard.SetImage((found as BmpView).BMP); - labelClipboard.Text = found.Text + " copied to clipboard."; + labelClipboard.Text = $"{found.Text} copied to clipboard."; timerMessage.Stop(); timerMessage.Start(); } diff --git a/BizHawk.Client.EmuHawk/tools/GameShark.cs b/BizHawk.Client.EmuHawk/tools/GameShark.cs index 027630daf2..7cbfefe75e 100644 --- a/BizHawk.Client.EmuHawk/tools/GameShark.cs +++ b/BizHawk.Client.EmuHawk/tools/GameShark.cs @@ -311,9 +311,9 @@ namespace BizHawk.Client.EmuHawk int cmp = 0; parseString = SingleCheat.Replace("-", ""); GBGGDecode(parseString, ref val, ref add, ref cmp); - RAMAddress = string.Format("{0:X4}", add); - RAMValue = string.Format("{0:X2}", val); - RAMCompare = string.Format("{0:X2}", cmp); + RAMAddress = $"{add:X4}"; + RAMValue = $"{val:X2}"; + RAMCompare = $"{cmp:X2}"; } //Game Genie else if (SingleCheat.Contains("-") == true && SingleCheat.LastIndexOf("-") != 7 && SingleCheat.IndexOf("-") != 3) @@ -382,7 +382,7 @@ namespace BizHawk.Client.EmuHawk //Someone broke the world? catch (Exception ex) { - MessageBox.Show("An Error occured: " + ex.GetType().ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show($"An Error occured: {ex.GetType()}", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } } //Provided by mGBA and endrift @@ -457,8 +457,8 @@ namespace BizHawk.Client.EmuHawk //op1 has the Address //op2 has the Value //Sum, is pointless? - RAMAddress = string.Format("{0:X8}", op1); - RAMValue = string.Format("{0:X8}", op2); + RAMAddress = $"{op1:X8}"; + RAMValue = $"{op2:X8}"; GBAGameShark(); } //We don't do Else If after the if here because it won't allow us to verify the second code check. @@ -492,8 +492,8 @@ namespace BizHawk.Client.EmuHawk //op1 has the Address //op2 has the Value //Sum, is pointless? - RAMAddress = string.Format("{0:X8}", op1); - RAMValue = string.Format("{0:X8}", op2); + RAMAddress = $"{op1:X8}"; + RAMValue = $"{op2:X8}"; blnEncrypted = true; GBAActionReplay(); } @@ -560,9 +560,9 @@ namespace BizHawk.Client.EmuHawk // //op1 has the Address // //op2 has the Value // //Sum, is pointless? - // RAMAddress = string.Format("{0:X8}", op1); + // RAMAddress = $"{op1:X8}"; // //RAMAddress = RAMAddress.Remove(0, 1); - // RAMValue = string.Format("{0:X8}", op2); + // RAMValue = $"{op2:X8}"; // // && RAMAddress[6] == '0' //} @@ -2052,12 +2052,12 @@ namespace BizHawk.Client.EmuHawk string RealAddress = null; string realValue = null; RealAddress = RAMValue.Remove(0, 1); - //MessageBox.Show("Real Address: " + RealAddress); + //MessageBox.Show($"Real Address: {RealAddress}"); //We need the next line try { loopValue += 1; - //MessageBox.Show("Loop Value: " + loopValue.ToString()); + //MessageBox.Show($"Loop Value: {loopValue}"); SingleCheat = txtCheat.Lines[loopValue].ToUpper(); //We need to parse now. if (SingleCheat.Length == 17 && SingleCheat.IndexOf(" ") == 8) @@ -2087,8 +2087,8 @@ namespace BizHawk.Client.EmuHawk //op1 has the Address //op2 has the Value //Sum, is pointless? - RAMAddress = string.Format("{0:X8}", op1); - RAMValue = string.Format("{0:X8}", op2); + RAMAddress = $"{op1:X8}"; + RAMValue = $"{op2:X8}"; } else if (blnEncrypted == false) { @@ -2134,7 +2134,7 @@ namespace BizHawk.Client.EmuHawk catch (Exception ex) { //We should warn the user. - MessageBox.Show("An Error occured: " + ex.GetType().ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show($"An Error occured: {ex.GetType()}", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } } else if (RAMAddress.StartsWith("080") == true) @@ -2563,7 +2563,7 @@ namespace BizHawk.Client.EmuHawk //Someone broke the world? catch (Exception ex) { - MessageBox.Show("An Error occured: " + ex.GetType().ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show($"An Error occured: {ex.GetType()}", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } } } @@ -2691,7 +2691,7 @@ namespace BizHawk.Client.EmuHawk //Someone broke the world? catch (Exception ex) { - MessageBox.Show("An Error occured: " + ex.GetType().ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show($"An Error occured: {ex.GetType()}", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } } private void NES() @@ -2734,9 +2734,9 @@ namespace BizHawk.Client.EmuHawk _NESgameGenieTable.TryGetValue(code[5], out x); Address |= (x & 0x07) << 8; Value |= x & 0x08; - RAMAddress = string.Format("{0:X4}", Address); - RAMValue = string.Format("{0:X2}", Value); - strCompare = string.Format("{0:X2}", Compare); + RAMAddress = $"{Address:X4}"; + RAMValue = $"{Value:X2}"; + strCompare = $"{Compare:X2}"; } else if (SingleCheat.Length == 8) { @@ -2778,9 +2778,9 @@ namespace BizHawk.Client.EmuHawk _NESgameGenieTable.TryGetValue(code[7], out x); Compare |= (x & 0x07) << 4; Value |= x & 0x08; - RAMAddress = string.Format("{0:X4}", Address); - RAMValue = string.Format("{0:X2}", Value); - strCompare = string.Format("{0:X2}", Compare); + RAMAddress = $"{Address:X4}"; + RAMValue = $"{Value:X2}"; + strCompare = $"{Compare:X2}"; } } if (SingleCheat.Length != 6 && SingleCheat.Length != 8) @@ -2816,7 +2816,7 @@ namespace BizHawk.Client.EmuHawk //Someone broke the world? catch (Exception ex) { - MessageBox.Show("An Error occured: " + ex.GetType().ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show($"An Error occured: {ex.GetType()}", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } } private void PSX() @@ -2927,7 +2927,7 @@ namespace BizHawk.Client.EmuHawk //Someone broke the world? catch (Exception ex) { - MessageBox.Show("An Error occured: " + ex.GetType().ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show($"An Error occured: {ex.GetType()}", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } } @@ -3003,7 +3003,7 @@ namespace BizHawk.Client.EmuHawk //Someone broke the world? catch (Exception ex) { - MessageBox.Show("An Error occured: " + ex.GetType().ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show($"An Error occured: {ex.GetType()}", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } } //This also handles Game Gear due to shared hardware. Go figure. @@ -3018,9 +3018,9 @@ namespace BizHawk.Client.EmuHawk int cmp = 0; parseString = SingleCheat.Replace("-", ""); GBGGDecode(parseString, ref val, ref add, ref cmp); - RAMAddress = string.Format("{0:X4}", add); - RAMValue = string.Format("{0:X2}", val); - RAMCompare = string.Format("{0:X2}", cmp); + RAMAddress = $"{add:X4}"; + RAMValue = $"{val:X2}"; + RAMCompare = $"{cmp:X2}"; } //Action Replay else if (SingleCheat.IndexOf("-") == 3 && SingleCheat.Length == 9) @@ -3063,7 +3063,7 @@ namespace BizHawk.Client.EmuHawk //Someone broke the world? catch (Exception ex) { - MessageBox.Show("An Error occured: " + ex.GetType().ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show($"An Error occured: {ex.GetType()}", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } } //Original code from adelikat @@ -3142,8 +3142,8 @@ namespace BizHawk.Client.EmuHawk //We have to remove the - since it will cause issues later on. input = SingleCheat.Replace("-", ""); SnesGGDecode(input, ref val, ref add); - RAMAddress = string.Format("{0:X6}", add); - RAMValue = string.Format("{0:X2}", val); + RAMAddress = $"{add:X6}"; + RAMValue = $"{val:X2}"; //We trim the first value here to make it work. RAMAddress = RAMAddress.Remove(0, 1); //Note, it's not actually a byte, but a Word. However, we are using this to keep from repeating code. @@ -3203,7 +3203,7 @@ namespace BizHawk.Client.EmuHawk //Someone broke the world? catch (Exception ex) { - MessageBox.Show("An Error occured: " + ex.GetType().ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show($"An Error occured: {ex.GetType()}", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } } private void btnClear_Click(object sender, EventArgs e) diff --git a/BizHawk.Client.EmuHawk/tools/Genesis/GenGameGenie.cs b/BizHawk.Client.EmuHawk/tools/Genesis/GenGameGenie.cs index dd4f38c0d7..907109e9a5 100644 --- a/BizHawk.Client.EmuHawk/tools/Genesis/GenGameGenie.cs +++ b/BizHawk.Client.EmuHawk/tools/Genesis/GenGameGenie.cs @@ -187,8 +187,8 @@ namespace BizHawk.Client.EmuHawk int val = 0; int add = 0; GenGGDecode(GGCodeMaskBox.Text, ref val, ref add); - AddressBox.Text = string.Format("{0:X6}", add); - ValueBox.Text = string.Format("{0:X4}", val); + AddressBox.Text = $"{add:X6}"; + ValueBox.Text = $"{val:X4}"; AddCheatButton.Enabled = true; } else diff --git a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs index 77a7550b10..26c3997900 100644 --- a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs +++ b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs @@ -545,7 +545,7 @@ namespace BizHawk.Client.EmuHawk addrStr.Append(" "); } - addrStr.AppendLine(_addr.ToHexString(_numDigits) + " |"); + addrStr.AppendLine($"{_addr.ToHexString(_numDigits)} |"); } return addrStr.ToString(); @@ -700,9 +700,8 @@ namespace BizHawk.Client.EmuHawk private void UpdateGroupBoxTitle() { - var addressesString = "0x" + string.Format("{0:X8}", _domain.Size / DataSize).TrimStart('0'); - MemoryViewerBox.Text = Emulator.SystemId + " " + _domain + (_domain.CanPoke() ? "" : " (READ-ONLY)") + - " - " + addressesString + " addresses"; + var addressesString = "0x" + $"{_domain.Size / DataSize:X8}".TrimStart('0'); + MemoryViewerBox.Text = $"{Emulator.SystemId} {_domain}{(_domain.CanPoke() ? string.Empty : " (READ-ONLY)")} - {addressesString} addresses"; } private void ClearNibbles() @@ -769,8 +768,7 @@ namespace BizHawk.Client.EmuHawk Text += " - Editing Address 0x" + string.Format(_numDigitsStr, _addressHighlighted); if (_secondaryHighlightedAddresses.Any()) { - Text += string.Format(" (Selected 0x{0:X})", _secondaryHighlightedAddresses.Count() + - (_secondaryHighlightedAddresses.Contains(_addressHighlighted) ? 0 : 1)); + Text += $" (Selected 0x{_secondaryHighlightedAddresses.Count() + (_secondaryHighlightedAddresses.Contains(_addressHighlighted) ? 0 : 1):X})"; } } } @@ -797,7 +795,7 @@ namespace BizHawk.Client.EmuHawk } _numDigits = GetNumDigits(_domain.Size); - _numDigitsStr = "{0:X" + _numDigits + "} "; + _numDigitsStr = $"{{0:X{_numDigits}}} "; } private void SetDataSize(int size) @@ -805,7 +803,7 @@ namespace BizHawk.Client.EmuHawk if (size == 1 || size == 2 || size == 4) { DataSize = size; - _digitFormatString = "{0:X" + (DataSize * 2) + "} "; + _digitFormatString = $"{{0:X{DataSize * 2}}} "; SetHeader(); UpdateGroupBoxTitle(); UpdateValues(); @@ -907,7 +905,7 @@ namespace BizHawk.Client.EmuHawk { var extension = Path.GetExtension(RomName); - return "Binary (*" + extension + ")|*" + extension + "|All Files|*.*"; + return $"Binary (*{extension})|*{extension}|All Files|*.*"; } return "Binary (*.bin)|*.bin|All Files|*.*"; @@ -988,7 +986,7 @@ namespace BizHawk.Client.EmuHawk if (_domain.Name == "File on Disk") { - sfd.FileName = Path.GetFileNameWithoutExtension(RomName) + ".txt"; + sfd.FileName = $"{Path.GetFileNameWithoutExtension(RomName)}.txt"; } else { @@ -1386,7 +1384,7 @@ namespace BizHawk.Client.EmuHawk { for (var j = 0; j < 16; j++) { - sb.Append(string.Format("{0:X2} ", _domain.PeekByte((i * 16) + j))); + sb.Append($"{_domain.PeekByte((i * 16) + j):X2} "); } sb.AppendLine(); @@ -1412,7 +1410,7 @@ namespace BizHawk.Client.EmuHawk var ofd = new OpenFileDialog { - FileName = Path.GetFileNameWithoutExtension(romName) + ".tbl", + FileName = $"{Path.GetFileNameWithoutExtension(romName)}.tbl", InitialDirectory = intialDirectory, Filter = "Text Table files (*.tbl)|*.tbl|All Files|*.*", RestoreDirectory = false diff --git a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Client.cs b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Client.cs index 44a352326c..7d3a8a7fd9 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Client.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Client.cs @@ -320,7 +320,7 @@ namespace BizHawk.Client.EmuHawk { Global.Config.TargetZoomFactors[Emulator.SystemId] = size; GlobalWin.MainForm.FrameBufferResized(); - GlobalWin.OSD.AddMessage("Window size set to " + size + "x"); + GlobalWin.OSD.AddMessage($"Window size set to {size}x"); } else { diff --git a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Communication.cs b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Communication.cs index fdae9f132d..b1f5b4b389 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Communication.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Communication.cs @@ -55,7 +55,7 @@ namespace BizHawk.Client.EmuHawk [LuaMethod("socketServerSend", "sends a string to the Socket server")] public string SocketServerSend(string SendString) { - return "Sent : " + GlobalWin.socketServer.SendString(SendString).ToString() + " bytes"; + return $"Sent : {GlobalWin.socketServer.SendString(SendString)} bytes"; } [LuaMethod("socketServerResponse", "receives a message from the Socket server")] public string SocketServerResponse() diff --git a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Console.cs b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Console.cs index 93aa46f4fa..d4eae545c1 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Console.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Console.cs @@ -87,7 +87,7 @@ namespace BizHawk.Client.EmuHawk if (outputs == null) { - GlobalWin.Tools.LuaConsole.WriteToOutputWindow("(no return)" + terminator); + GlobalWin.Tools.LuaConsole.WriteToOutputWindow($"(no return){terminator}"); return; } diff --git a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Forms.cs b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Forms.cs index 3b94fbf40d..a836574ddb 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Forms.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Forms.cs @@ -754,7 +754,7 @@ namespace BizHawk.Client.EmuHawk { if (!File.Exists(path)) { - ConsoleLuaLibrary.Log("File not found: " + path + "\nScript Terminated"); + ConsoleLuaLibrary.Log($"File not found: {path}\nScript Terminated"); return; } try @@ -823,7 +823,7 @@ namespace BizHawk.Client.EmuHawk { if (!File.Exists(path)) { - ConsoleLuaLibrary.Log("File not found: " + path + "\nScript Terminated"); + ConsoleLuaLibrary.Log($"File not found: {path}\nScript Terminated"); return; } try diff --git a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Gui.cs b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Gui.cs index 9775b41c28..1a4bd40f4f 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Gui.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Gui.cs @@ -323,7 +323,7 @@ namespace BizHawk.Client.EmuHawk { if (!File.Exists(path)) { - Log("File not found: " + path); + Log($"File not found: {path}"); return; } @@ -365,7 +365,7 @@ namespace BizHawk.Client.EmuHawk { if (!File.Exists(path)) { - Log("File not found: " + path); + Log($"File not found: {path}"); return; } diff --git a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Savestate.cs b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Savestate.cs index b07919010d..a99aa9ac88 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Savestate.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Savestate.cs @@ -37,7 +37,7 @@ namespace BizHawk.Client.EmuHawk { if (slotNum >= 0 && slotNum <= 9) { - GlobalWin.MainForm.LoadQuickSave("QuickSave" + slotNum, true); + GlobalWin.MainForm.LoadQuickSave($"QuickSave{slotNum}", true); } } @@ -54,7 +54,7 @@ namespace BizHawk.Client.EmuHawk { if (slotNum >= 0 && slotNum <= 9) { - GlobalWin.MainForm.SaveQuickSave("QuickSave" + slotNum); + GlobalWin.MainForm.SaveQuickSave($"QuickSave{slotNum}"); } } } diff --git a/BizHawk.Client.EmuHawk/tools/Lua/LuaCanvas.cs b/BizHawk.Client.EmuHawk/tools/Lua/LuaCanvas.cs index 58efd9554a..b3d0f5f424 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/LuaCanvas.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/LuaCanvas.cs @@ -186,7 +186,7 @@ namespace BizHawk.Client.EmuHawk { if (!File.Exists(path)) { - ConsoleLuaLibrary.Log("File not found: " + path + "\nScript Terminated"); + ConsoleLuaLibrary.Log($"File not found: {path}\nScript Terminated"); return; } @@ -212,7 +212,7 @@ namespace BizHawk.Client.EmuHawk { if (!File.Exists(path)) { - ConsoleLuaLibrary.Log("File not found: " + path + "\nScript Terminated"); + ConsoleLuaLibrary.Log($"File not found: {path}\nScript Terminated"); return; } diff --git a/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.cs b/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.cs index 75c5294f01..17b646b63c 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.cs @@ -194,7 +194,7 @@ namespace BizHawk.Client.EmuHawk LuaImp.ScriptList.AddRange(currentScripts); } - InputBox.AutoCompleteCustomSource.AddRange(LuaImp.Docs.Select(a => a.Library + "." + a.Name).ToArray()); + InputBox.AutoCompleteCustomSource.AddRange(LuaImp.Docs.Select(a => $"{a.Library}.{a.Name}").ToArray()); foreach (var file in runningScripts) { @@ -254,7 +254,7 @@ namespace BizHawk.Client.EmuHawk private void OnChanged(object source, FileSystemEventArgs e) { - string message = "File: " + e.FullPath + " " + e.ChangeType; + string message = $"File: {e.FullPath} {e.ChangeType}"; Invoke(new MethodInvoker(delegate { RefreshScriptMenuItem_Click(null, null); @@ -451,15 +451,15 @@ namespace BizHawk.Client.EmuHawk if (total == 1) { - message += total + " script (" + active + " active, " + paused + " paused)"; + message += $"{total} script ({active} active, {paused} paused)"; } else if (total == 0) { - message += total + " scripts"; + message += $"{total} scripts"; } else { - message += total + " scripts (" + active + " active, " + paused + " paused)"; + message += $"{total} scripts ({active} active, {paused} paused)"; } NumberOfScripts.Text = message; @@ -636,7 +636,7 @@ namespace BizHawk.Client.EmuHawk if (file != null) { LuaImp.ScriptList.SaveSession(file.FullName); - OutputMessages.Text = Path.GetFileName(LuaImp.ScriptList.Filename) + " saved."; + OutputMessages.Text = $"{Path.GetFileName(LuaImp.ScriptList.Filename)} saved."; } } @@ -769,7 +769,7 @@ namespace BizHawk.Client.EmuHawk SaveSessionAs(); } - OutputMessages.Text = Path.GetFileName(LuaImp.ScriptList.Filename) + " saved."; + OutputMessages.Text = $"{Path.GetFileName(LuaImp.ScriptList.Filename)} saved."; } } @@ -911,7 +911,7 @@ namespace BizHawk.Client.EmuHawk } catch (IOException) { - ConsoleLog("Unable to access file " + item.Path); + ConsoleLog($"Unable to access file {item.Path}"); } catch (Exception ex) { @@ -973,7 +973,7 @@ namespace BizHawk.Client.EmuHawk { InitialDirectory = Path.GetDirectoryName(script.Path), DefaultExt = ".lua", - FileName = Path.GetFileNameWithoutExtension(script.Path) + " (1)", + FileName = $"{Path.GetFileNameWithoutExtension(script.Path)} (1)", OverwritePrompt = true, Filter = "Lua Scripts (*.lua)|*.lua|All Files (*.*)|*.*" }; diff --git a/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.cs b/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.cs index 81c9c696b6..8a0aceb800 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.cs @@ -23,7 +23,7 @@ namespace BizHawk.Client.EmuHawk if (!string.IsNullOrWhiteSpace(FilterBox.Text)) { _filteredList = FunctionList - .Where(f => (f.Library + "." + f.Name).ToLowerInvariant().Contains(FilterBox.Text.ToLowerInvariant())) + .Where(f => $"{f.Library}.{f.Name}".ToLowerInvariant().Contains(FilterBox.Text.ToLowerInvariant())) .ToList(); } else diff --git a/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.ButtonSelect.cs b/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.ButtonSelect.cs index aedb5b5149..aa22771b8f 100644 --- a/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.ButtonSelect.cs +++ b/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.ButtonSelect.cs @@ -59,7 +59,7 @@ namespace BizHawk.Client.EmuHawk for (int i = 0; i < _buttonBoxes.Length; i++) { if (!_buttonBoxes[i].Checked) - key = key.Replace(_buttonBoxes[i].Text + "|", ""); + key = key.Replace($"{_buttonBoxes[i].Text}|", ""); } key = key.Substring(0, key.Length - 1); diff --git a/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs b/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs index d20fea3c50..a8ed28bd2a 100644 --- a/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs +++ b/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs @@ -57,7 +57,7 @@ namespace BizHawk.Client.EmuHawk }; _zones.Add(main); - ZonesList.Items.Add(main.Name + " - length: " + main.Length); + ZonesList.Items.Add($"{main.Name} - length: {main.Length}"); ZonesList.Items[0] += " [Zones don't change!]"; SetUpButtonBoxes(); @@ -150,9 +150,9 @@ namespace BizHawk.Client.EmuHawk } var newZone = new MovieZone(CurrentMovie, (int)StartNum.Value, (int)(EndNum.Value - StartNum.Value + 1)); - newZone.Name = "Zone " + _zones.Count; + newZone.Name = $"Zone {_zones.Count}"; _zones.Add(newZone); - ZonesList.Items.Add(newZone.Name + " - length: " + newZone.Length); + ZonesList.Items.Add($"{newZone.Name} - length: {newZone.Length}"); _unsavedZones.Add(ZonesList.Items.Count - 1); } @@ -193,7 +193,7 @@ namespace BizHawk.Client.EmuHawk } selectedZone.Name = NameTextbox.Text; - ZonesList.Items[ZonesList.SelectedIndex] = selectedZone.Name + " - length: " + selectedZone.Length; + ZonesList.Items[ZonesList.SelectedIndex] = $"{selectedZone.Name} - length: {selectedZone.Length}"; } private void PlaceNum_ValueChanged(object sender, EventArgs e) @@ -266,7 +266,7 @@ namespace BizHawk.Client.EmuHawk if (loadZone != null) { _zones.Add(loadZone); - ZonesList.Items.Add(loadZone.Name + " - length: " + loadZone.Length); + ZonesList.Items.Add($"{loadZone.Name} - length: {loadZone.Length}"); // Options only for TasMovie if (!(CurrentMovie is TasMovie)) @@ -288,7 +288,7 @@ namespace BizHawk.Client.EmuHawk { MovieZone loadZone = new MovieZone(path); _zones.Add(loadZone); - ZonesList.Items.Add(loadZone.Name + " - length: " + loadZone.Length); + ZonesList.Items.Add($"{loadZone.Name} - length: {loadZone.Length}"); } private static string SuggestedFolder() diff --git a/BizHawk.Client.EmuHawk/tools/Macros/MovieZone.cs b/BizHawk.Client.EmuHawk/tools/Macros/MovieZone.cs index 1230d9768e..7752de1889 100644 --- a/BizHawk.Client.EmuHawk/tools/Macros/MovieZone.cs +++ b/BizHawk.Client.EmuHawk/tools/Macros/MovieZone.cs @@ -129,7 +129,7 @@ namespace BizHawk.Client.EmuHawk { if (movie is TasMovie) { - (movie as TasMovie).ChangeLog.BeginNewBatch("Place Macro at " + Start); + (movie as TasMovie).ChangeLog.BeginNewBatch($"Place Macro at {Start}"); } if (Start > movie.InputLogLength) @@ -203,7 +203,7 @@ namespace BizHawk.Client.EmuHawk header[0] = InputKey; header[1] = Global.Emulator.ControllerDefinition.Name; header[2] = Global.Emulator.ControllerDefinition.PlayerCount.ToString(); - header[3] = Overlay.ToString() + "," + Replace.ToString(); + header[3] = $"{Overlay},{Replace}"; File.WriteAllLines(fileName, header); File.AppendAllLines(fileName, _log); @@ -232,8 +232,7 @@ namespace BizHawk.Client.EmuHawk { if (!emuKeys.Contains(macroKeys[i])) { - System.Windows.Forms.MessageBox.Show("The selected macro is not compatible with the current emulator core." + - "\nMacro controller: " + readText[1] + "\nMacro player count: " + readText[2], "Error"); + System.Windows.Forms.MessageBox.Show($"The selected macro is not compatible with the current emulator core.\nMacro controller: {readText[1]}\nMacro player count: {readText[2]}", "Error"); return; } } diff --git a/BizHawk.Client.EmuHawk/tools/MultiDiskBundler/MultiDiskFileSelector.cs b/BizHawk.Client.EmuHawk/tools/MultiDiskBundler/MultiDiskFileSelector.cs index e36f03fa85..f02f38edcd 100644 --- a/BizHawk.Client.EmuHawk/tools/MultiDiskBundler/MultiDiskFileSelector.cs +++ b/BizHawk.Client.EmuHawk/tools/MultiDiskBundler/MultiDiskFileSelector.cs @@ -114,7 +114,7 @@ namespace BizHawk.Client.EmuHawk } var intName = hf.ArchiveItems[memIdx]; - PathBox.Text = _path + "|" + intName.Name; + PathBox.Text = $"{_path}|{intName.Name}"; } else { diff --git a/BizHawk.Client.EmuHawk/tools/NES/BarcodeEntry.cs b/BizHawk.Client.EmuHawk/tools/NES/BarcodeEntry.cs index 6b3e64fcc5..6b4e0d07f4 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/BarcodeEntry.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/BarcodeEntry.cs @@ -57,7 +57,7 @@ namespace BizHawk.Client.EmuHawk string why; if (!DatachBarcode.ValidString(textBox1.Text, out why)) { - label3.Text = "Invalid: " + why; + label3.Text = $"Invalid: {why}"; label3.Visible = true; button1.Enabled = false; } diff --git a/BizHawk.Client.EmuHawk/tools/NES/NESMusicRipper.cs b/BizHawk.Client.EmuHawk/tools/NES/NESMusicRipper.cs index a1bb98d667..b41fa8779c 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/NESMusicRipper.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/NESMusicRipper.cs @@ -59,7 +59,7 @@ namespace BizHawk.Client.EmuHawk { int tone = note % 12; int octave = note / 12; - return string.Format("{0}{1}", noteNames[tone], octave); + return $"{noteNames[tone]}{octave}"; } //this isnt thoroughly debugged but it seems to work OK @@ -471,7 +471,7 @@ namespace BizHawk.Client.EmuHawk void SyncContents() { - lblContents.Text = string.Format("{0} Rows", Log.Count); + lblContents.Text = $"{Log.Count} Rows"; } private void btnControl_Click(object sender, EventArgs e) diff --git a/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.cs b/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.cs index 2726410475..1856b0206a 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.cs @@ -312,11 +312,11 @@ namespace BizHawk.Client.EmuHawk TileY = e.Y / 16; } - XYLabel.Text = TileX + " : " + TileY; + XYLabel.Text = $"{TileX} : {TileY}"; int PPUAddress = 0x2000 + (NameTable * 0x400) + ((TileY % 30) * 32) + (TileX % 32); - PPUAddressLabel.Text = string.Format("{0:X4}", PPUAddress); + PPUAddressLabel.Text = $"{PPUAddress:X4}"; int TileID = _ppu.PeekPPU(PPUAddress); - TileIDLabel.Text = string.Format("{0:X2}", TileID); + TileIDLabel.Text = $"{TileID:X2}"; TableLabel.Text = NameTable.ToString(); int ytable = 0, yline = 0; diff --git a/BizHawk.Client.EmuHawk/tools/NES/NESPPU.cs b/BizHawk.Client.EmuHawk/tools/NES/NESPPU.cs index b7092b59b7..e4238baa17 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/NESPPU.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/NESPPU.cs @@ -294,8 +294,8 @@ namespace BizHawk.Client.EmuHawk private void UpdatePaletteSelection() { _forceChange = true; - Table0PaletteLabel.Text = "Palette: " + PatternView.Pal0; - Table1PaletteLabel.Text = "Palette: " + PatternView.Pal1; + Table0PaletteLabel.Text = $"Palette: {PatternView.Pal0}"; + Table1PaletteLabel.Text = $"Palette: {PatternView.Pal1}"; } private static Bitmap Section(Image srcBitmap, Rectangle section, bool is8x16) @@ -532,7 +532,7 @@ namespace BizHawk.Client.EmuHawk return; } - toolStripStatusLabel1.Text = found.Text + " copied to clipboard."; + toolStripStatusLabel1.Text = $"{found.Text} copied to clipboard."; Messagetimer.Stop(); Messagetimer.Start(); @@ -619,11 +619,11 @@ namespace BizHawk.Client.EmuHawk tile &= ~1; } - AddressLabel.Text = "Number: " + string.Format("{0:X2}", spriteNumber); - ValueLabel.Text = "X: " + string.Format("{0:X2}", x); - Value2Label.Text = "Y: " + string.Format("{0:X2}", y); - Value3Label.Text = "Tile: " + string.Format("{0:X2}", tile); - Value4Label.Text = "Color: " + color; + AddressLabel.Text = $"Number: {spriteNumber:X2}"; + ValueLabel.Text = $"X: {x:X2}"; + Value2Label.Text = $"Y: {y:X2}"; + Value3Label.Text = $"Tile: {tile:X2}"; + Value4Label.Text = $"Color: {color}"; Value5Label.Text = flags; if (is8x16) @@ -668,7 +668,7 @@ namespace BizHawk.Client.EmuHawk int column = e.X / 16; int addr = column + baseAddr; - AddressLabel.Text = "Address: 0x" + string.Format("{0:X4}", addr); + AddressLabel.Text = $"Address: 0x{addr:X4}"; int val; var bmp = new Bitmap(64, 64); @@ -679,20 +679,20 @@ namespace BizHawk.Client.EmuHawk if (baseAddr == 0x3F00) { val = PALRAM[PaletteView.BgPalettes[column].Address]; - ValueLabel.Text = "ID: BG" + (column / 4); + ValueLabel.Text = $"ID: BG{column / 4}"; g.FillRectangle(new SolidBrush(PaletteView.BgPalettes[column].Color), 0, 0, 64, 64); } else { val = PALRAM[PaletteView.SpritePalettes[column].Address]; - ValueLabel.Text = "ID: SPR" + (column / 4); + ValueLabel.Text = $"ID: SPR{column / 4}"; g.FillRectangle(new SolidBrush(PaletteView.SpritePalettes[column].Color), 0, 0, 64, 64); } g.Dispose(); - Value3Label.Text = "Color: 0x" + string.Format("{0:X2}", val); - Value4Label.Text = "Offset: " + (addr & 0x03); + Value3Label.Text = $"Color: 0x{val:X2}"; + Value4Label.Text = $"Offset: {addr & 0x03}"; ZoomBox.Image = bmp; } @@ -772,9 +772,9 @@ namespace BizHawk.Client.EmuHawk usage += " (SPR16)"; } - AddressLabel.Text = "Address: " + string.Format("{0:X4}", address); - ValueLabel.Text = "Table " + table; - Value3Label.Text = "Tile " + string.Format("{0:X2}", tile); + AddressLabel.Text = $"Address: {address:X4}"; + ValueLabel.Text = $"Table {table}"; + Value3Label.Text = $"Tile {tile:X2}"; Value4Label.Text = usage; ZoomBox.Image = Section(PatternView.pattern, new Rectangle(new Point((e.X / 8) * 8, (e.Y / 8) * 8), new Size(8, 8)), false); diff --git a/BizHawk.Client.EmuHawk/tools/NES/NameTableViewer.cs b/BizHawk.Client.EmuHawk/tools/NES/NameTableViewer.cs index 90e4a9f09e..7ba1173f50 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/NameTableViewer.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/NameTableViewer.cs @@ -71,7 +71,7 @@ namespace BizHawk.Client.EmuHawk { var sfd = new SaveFileDialog { - FileName = PathManager.FilesystemSafeName(Global.Game) + "-Nametables", + FileName = $"{PathManager.FilesystemSafeName(Global.Game)}-Nametables", InitialDirectory = PathManager.MakeAbsolutePath(Global.Config.PathEntries["NES", "Screenshots"].Path, "NES"), Filter = "PNG (*.png)|*.png|Bitmap (*.bmp)|*.bmp|All Files|*.*", RestoreDirectory = true diff --git a/BizHawk.Client.EmuHawk/tools/NES/PaletteViewer.cs b/BizHawk.Client.EmuHawk/tools/NES/PaletteViewer.cs index 19a855ef6b..12f7a126db 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/PaletteViewer.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/PaletteViewer.cs @@ -78,7 +78,7 @@ namespace BizHawk.Client.EmuHawk { var sfd = new SaveFileDialog { - FileName = PathManager.FilesystemSafeName(Global.Game) + "-Palettes", + FileName = $"{PathManager.FilesystemSafeName(Global.Game)}-Palettes", InitialDirectory = PathManager.MakeAbsolutePath(Global.Config.PathEntries["NES", "Screenshots"].Path, "NES"), Filter = "PNG (*.png)|*.png|Bitmap (*.bmp)|*.bmp|All Files|*.*", RestoreDirectory = true diff --git a/BizHawk.Client.EmuHawk/tools/NES/PatternViewer.cs b/BizHawk.Client.EmuHawk/tools/NES/PatternViewer.cs index e1521d4b13..6ae8bddff3 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/PatternViewer.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/PatternViewer.cs @@ -39,7 +39,7 @@ namespace BizHawk.Client.EmuHawk { var sfd = new SaveFileDialog { - FileName = PathManager.FilesystemSafeName(Global.Game) + "-Patterns", + FileName = $"{PathManager.FilesystemSafeName(Global.Game)}-Patterns", InitialDirectory = PathManager.MakeAbsolutePath(Global.Config.PathEntries["NES", "Screenshots"].Path, "NES"), Filter = "PNG (*.png)|*.png|Bitmap (*.bmp)|*.bmp|All Files|*.*", RestoreDirectory = true diff --git a/BizHawk.Client.EmuHawk/tools/NES/SpriteViewer.cs b/BizHawk.Client.EmuHawk/tools/NES/SpriteViewer.cs index 3613b34cc1..3ca6f07d52 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/SpriteViewer.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/SpriteViewer.cs @@ -44,7 +44,7 @@ namespace BizHawk.Client.EmuHawk { var sfd = new SaveFileDialog { - FileName = PathManager.FilesystemSafeName(Global.Game) + "-Sprites", + FileName = $"{PathManager.FilesystemSafeName(Global.Game)}-Sprites", InitialDirectory = PathManager.MakeAbsolutePath(Global.Config.PathEntries["NES", "Screenshots"].Path, "NES"), Filter = "PNG (*.png)|*.png|Bitmap (*.bmp)|*.bmp|All Files|*.*", RestoreDirectory = true diff --git a/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.cs b/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.cs index 3c2eef6155..10e69b4186 100644 --- a/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.cs +++ b/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.cs @@ -145,7 +145,7 @@ namespace BizHawk.Client.EmuHawk int tileNo = vdc.VRAM[(ushort)((yTile * vdc.BatWidth) + xTile)] & 0x07FF; int paletteNo = vdc.VRAM[(ushort)((yTile * vdc.BatWidth) + xTile)] >> 12; TileIDLabel.Text = tileNo.ToString(); - XYLabel.Text = xTile + ":" + yTile; + XYLabel.Text = $"{xTile}:{yTile}"; PaletteLabel.Text = paletteNo.ToString(); } diff --git a/BizHawk.Client.EmuHawk/tools/PCE/PCESoundDebugger.cs b/BizHawk.Client.EmuHawk/tools/PCE/PCESoundDebugger.cs index 9ae289b835..b32faac779 100644 --- a/BizHawk.Client.EmuHawk/tools/PCE/PCESoundDebugger.cs +++ b/BizHawk.Client.EmuHawk/tools/PCE/PCESoundDebugger.cs @@ -190,7 +190,7 @@ namespace BizHawk.Client.EmuHawk private void btnExport_Click(object sender, EventArgs e) { - string tmpf = Path.GetTempFileName() + ".zip"; + string tmpf = $"{Path.GetTempFileName()}.zip"; using (var stream = new FileStream(tmpf, FileMode.Create, FileAccess.Write, FileShare.Read)) { var zip = new ZipOutputStream(stream) @@ -201,7 +201,7 @@ namespace BizHawk.Client.EmuHawk foreach (var entry in PSGEntries) { - var ze = new ZipEntry(entry.name + ".wav") { CompressionMethod = CompressionMethod.Deflated }; + var ze = new ZipEntry($"{entry.name}.wav") { CompressionMethod = CompressionMethod.Deflated }; zip.PutNextEntry(ze); var ms = new MemoryStream(); var bw = new BinaryWriter(ms); diff --git a/BizHawk.Client.EmuHawk/tools/SNES/SNESGameGenie.cs b/BizHawk.Client.EmuHawk/tools/SNES/SNESGameGenie.cs index 19fd60cea5..9839c42887 100644 --- a/BizHawk.Client.EmuHawk/tools/SNES/SNESGameGenie.cs +++ b/BizHawk.Client.EmuHawk/tools/SNES/SNESGameGenie.cs @@ -318,8 +318,8 @@ namespace BizHawk.Client.EmuHawk { int val = 0, add = 0; SnesGGDecode(GGCodeMaskBox.Text, ref val, ref add); - AddressBox.Text = string.Format("{0:X6}", add); - ValueBox.Text = string.Format("{0:X2}", val); + AddressBox.Text = $"{add:X6}"; + ValueBox.Text = $"{val:X2}"; addcheatbt.Enabled = true; } else diff --git a/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.cs b/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.cs index 58f4061377..235c17a6c3 100644 --- a/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.cs +++ b/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.cs @@ -130,8 +130,8 @@ namespace BizHawk.Client.EmuHawk string FormatVramAddress(int address) { int excess = address & 1023; - if (excess != 0) return "@" + address.ToHexString(4); - else return string.Format("@{0} ({1}K)", address.ToHexString(4), address / 1024); + if (excess != 0) return $"@{address.ToHexString(4)}"; + else return $"@{address.ToHexString(4)} ({address / 1024}K)"; } public void NewUpdate(ToolFormUpdateType type) { } @@ -245,7 +245,7 @@ namespace BizHawk.Client.EmuHawk txtOBSELSizeBits.Text = si.OBSEL_Size.ToString(); txtOBSELBaseBits.Text = si.OBSEL_NameBase.ToString(); txtOBSELT1OfsBits.Text = si.OBSEL_NameSel.ToString(); - txtOBSELSizeDescr.Text = string.Format("{0}, {1}", SNESGraphicsDecoder.ObjSizes[si.OBSEL_Size, 0], SNESGraphicsDecoder.ObjSizes[si.OBSEL_Size, 1]); + txtOBSELSizeDescr.Text = $"{SNESGraphicsDecoder.ObjSizes[si.OBSEL_Size, 0]}, {SNESGraphicsDecoder.ObjSizes[si.OBSEL_Size, 1]}"; txtOBSELBaseDescr.Text = FormatVramAddress(si.OBJTable0Addr); txtOBSELT1OfsDescr.Text = FormatVramAddress(si.OBJTable1Addr); @@ -282,7 +282,7 @@ namespace BizHawk.Client.EmuHawk txtBG1SizeBits.Text = bg.SCSIZE.ToString(); txtBG1SizeInTiles.Text = bg.ScreenSizeInTiles.ToString(); int size = bg.ScreenSizeInTiles.Width * bg.ScreenSizeInTiles.Height * 2 / 1024; - txtBG1MapSizeBytes.Text = string.Format("({0}K)", size); + txtBG1MapSizeBytes.Text = $"({size}K)"; txtBG1SCAddrBits.Text = bg.SCADDR.ToString(); txtBG1SCAddrDescr.Text = FormatVramAddress(bg.ScreenAddr); txtBG1Colors.Text = (1 << bg.Bpp).ToString(); @@ -290,17 +290,17 @@ namespace BizHawk.Client.EmuHawk txtBG1TDAddrBits.Text = bg.TDADDR.ToString(); txtBG1TDAddrDescr.Text = FormatVramAddress(bg.TiledataAddr); - txtBG1Scroll.Text = string.Format("({0},{1})", bg.HOFS, bg.VOFS); + txtBG1Scroll.Text = $"({bg.HOFS},{bg.VOFS})"; if (bg.Bpp != 0) { var pi = bg.PaletteSelection; - txtBGPaletteInfo.Text = string.Format("{0} colors from ${1:X2} - ${2:X2}", pi.size, pi.start, pi.start + pi.size - 1); + txtBGPaletteInfo.Text = $"{pi.size} colors from ${pi.start:X2} - ${pi.start + pi.size - 1:X2}"; } else txtBGPaletteInfo.Text = ""; var sizeInPixels = bg.ScreenSizeInPixels; - txtBG1SizeInPixels.Text = string.Format("{0}x{1}", sizeInPixels.Width, sizeInPixels.Height); + txtBG1SizeInPixels.Text = $"{sizeInPixels.Width}x{sizeInPixels.Height}"; checkTMOBJ.Checked = si.OBJ_MainEnabled; checkTMBG1.Checked = si.BG.BG1.MainEnabled; @@ -724,7 +724,7 @@ namespace BizHawk.Client.EmuHawk static string BGModeShortName(SNESGraphicsDecoder.BGMode mode, int bpp) { if (mode == SNESGraphicsDecoder.BGMode.Unavailable) return "Unavailable"; - if (mode == SNESGraphicsDecoder.BGMode.Text) return string.Format("Text{0}bpp", bpp); + if (mode == SNESGraphicsDecoder.BGMode.Text) return $"Text{bpp}bpp"; if (mode == SNESGraphicsDecoder.BGMode.OBJ) return string.Format("OBJ", bpp); if (mode == SNESGraphicsDecoder.BGMode.Mode7) return "Mode7"; if (mode == SNESGraphicsDecoder.BGMode.Mode7Ext) return "Mode7Ext"; @@ -736,17 +736,17 @@ namespace BizHawk.Client.EmuHawk { if (currObjDataState == null) return; var oam = new SNESGraphicsDecoder.OAMInfo(gd, si, currObjDataState.Number); - txtObjNumber.Text = string.Format("#${0:X2}", currObjDataState.Number); - txtObjCoord.Text = string.Format("({0}, {1})",oam.X,oam.Y); + txtObjNumber.Text = $"#${currObjDataState.Number:X2}"; + txtObjCoord.Text = $"({oam.X}, {oam.Y})"; cbObjHFlip.Checked = oam.HFlip; cbObjVFlip.Checked = oam.VFlip; cbObjLarge.Checked = oam.Size == 1; txtObjSize.Text = SNESGraphicsDecoder.ObjSizes[si.OBSEL_Size, oam.Size].ToString(); txtObjPriority.Text = oam.Priority.ToString(); txtObjPalette.Text = oam.Palette.ToString(); - txtObjPaletteMemo.Text = string.Format("${0:X2}", oam.Palette * 16 + 128); - txtObjName.Text = string.Format("#${0:X3}", oam.Tile); - txtObjNameAddr.Text = string.Format("@{0:X4}", oam.Address); + txtObjPaletteMemo.Text = $"${oam.Palette * 16 + 128:X2}"; + txtObjName.Text = $"#${oam.Tile:X3}"; + txtObjNameAddr.Text = $"@{oam.Address:X4}"; } void UpdateTileDetails() @@ -757,18 +757,18 @@ namespace BizHawk.Client.EmuHawk txtTileMode.Text = BGModeShortName(mode, bpp); txtTileBpp.Text = currTileDataState.Bpp.ToString(); txtTileColors.Text = (1 << currTileDataState.Bpp).ToString(); - txtTileNumber.Text = string.Format("#${0:X3}", currTileDataState.Tile); - txtTileAddress.Text = string.Format("@{0:X4}", currTileDataState.Address); - txtTilePalette.Text = string.Format("#{0:X2}", currTileDataState.Palette); + txtTileNumber.Text = $"#${currTileDataState.Tile:X3}"; + txtTileAddress.Text = $"@{currTileDataState.Address:X4}"; + txtTilePalette.Text = $"#{currTileDataState.Palette:X2}"; } void UpdateMapEntryDetails() { if (currMapEntryState == null) return; - txtMapEntryLocation.Text = string.Format("({0},{1}), @{2:X4}", currMapEntryState.Location.X, currMapEntryState.Location.Y, currMapEntryState.entry.address); - txtMapEntryTileNum.Text = string.Format("${0:X3}", currMapEntryState.entry.tilenum); - txtMapEntryPrio.Text = string.Format("{0}", (currMapEntryState.entry.flags & SNESGraphicsDecoder.TileEntryFlags.Priority)!=0?1:0); - txtMapEntryPalette.Text = string.Format("{0}", currMapEntryState.entry.palette); + txtMapEntryLocation.Text = $"({currMapEntryState.Location.X},{currMapEntryState.Location.Y}), @{currMapEntryState.entry.address:X4}"; + txtMapEntryTileNum.Text = $"${currMapEntryState.entry.tilenum:X3}"; + txtMapEntryPrio.Text = $"{((currMapEntryState.entry.flags & SNESGraphicsDecoder.TileEntryFlags.Priority) != 0 ? 1 : 0)}"; + txtMapEntryPalette.Text = $"{currMapEntryState.entry.palette}"; checkMapEntryHFlip.Checked = (currMapEntryState.entry.flags & SNESGraphicsDecoder.TileEntryFlags.Horz) != 0; checkMapEntryVFlip.Checked = (currMapEntryState.entry.flags & SNESGraphicsDecoder.TileEntryFlags.Vert) != 0; @@ -786,7 +786,7 @@ namespace BizHawk.Client.EmuHawk addr *= 2; addr &= 0xFFFF; - txtMapEntryTileAddr.Text = "@" + addr.ToHexString(4); + txtMapEntryTileAddr.Text = $"@{addr.ToHexString(4)}"; } void UpdateColorDetails() @@ -798,19 +798,19 @@ namespace BizHawk.Client.EmuHawk int color = gd.Colorize(rgb555); pnDetailsPaletteColor.BackColor = Color.FromArgb(color); - txtDetailsPaletteColor.Text = string.Format("${0:X4}", rgb555); - txtDetailsPaletteColorHex.Text = string.Format("#{0:X6}", color & 0xFFFFFF); - txtDetailsPaletteColorRGB.Text = string.Format("({0},{1},{2})", (color >> 16) & 0xFF, (color >> 8) & 0xFF, (color & 0xFF)); + txtDetailsPaletteColor.Text = $"${rgb555:X4}"; + txtDetailsPaletteColorHex.Text = $"#{color & 0xFFFFFF:X6}"; + txtDetailsPaletteColorRGB.Text = $"({(color >> 16) & 0xFF},{(color >> 8) & 0xFF},{(color & 0xFF)})"; - txtPaletteDetailsIndexHex.Text = string.Format("${0:X2}", lastColorNum); - txtPaletteDetailsIndex.Text = string.Format("{0}", lastColorNum); + txtPaletteDetailsIndexHex.Text = $"${lastColorNum:X2}"; + txtPaletteDetailsIndex.Text = $"{lastColorNum}"; //not being used anymore //if (lastColorNum < 128) lblDetailsOBJOrBG.Text = "(BG:)"; else lblDetailsOBJOrBG.Text = "(OBJ:)"; - //txtPaletteDetailsIndexHexSpecific.Text = string.Format("${0:X2}", lastColorNum & 0x7F); - //txtPaletteDetailsIndexSpecific.Text = string.Format("{0}", lastColorNum & 0x7F); + //txtPaletteDetailsIndexHexSpecific.Text = $"${lastColorNum & 0x7F:X2}"; + //txtPaletteDetailsIndexSpecific.Text = $"{lastColorNum & 0x7F}"; - txtPaletteDetailsAddress.Text = string.Format("${0:X3}", lastColorNum * 2); + txtPaletteDetailsAddress.Text = $"${lastColorNum * 2:X3}"; } @@ -1313,7 +1313,7 @@ namespace BizHawk.Client.EmuHawk label = "Map Entry"; if (found.Name == "paletteViewer") label = "Palette"; - labelClipboard.Text = label + " copied to clipboard."; + labelClipboard.Text = $"{label} copied to clipboard."; messagetimer.Stop(); messagetimer.Start(); diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs index f64cace517..a163f97c2e 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs @@ -226,7 +226,7 @@ namespace BizHawk.Client.EmuHawk Movie.CurrentBranch = index; LoadBranch(SelectedBranch); BranchView.Refresh(); - GlobalWin.OSD.AddMessage("Loaded branch " + Movie.CurrentBranch.ToString()); + GlobalWin.OSD.AddMessage($"Loaded branch {Movie.CurrentBranch}"); } } @@ -244,7 +244,7 @@ namespace BizHawk.Client.EmuHawk { Branch(); CallSavedCallback(Movie.BranchCount - 1); - GlobalWin.OSD.AddMessage("Added branch " + Movie.CurrentBranch.ToString()); + GlobalWin.OSD.AddMessage($"Added branch {Movie.CurrentBranch}"); } private void AddBranchWithTexToolStripMenuItem_Click(object sender, EventArgs e) @@ -252,7 +252,7 @@ namespace BizHawk.Client.EmuHawk Branch(); EditBranchTextPopUp(Movie.CurrentBranch); CallSavedCallback(Movie.BranchCount - 1); - GlobalWin.OSD.AddMessage("Added branch " + Movie.CurrentBranch.ToString()); + GlobalWin.OSD.AddMessage($"Added branch {Movie.CurrentBranch}"); } private void LoadBranchToolStripMenuItem_Click(object sender, EventArgs e) @@ -292,7 +292,7 @@ namespace BizHawk.Client.EmuHawk UpdateBranch(SelectedBranch); CallSavedCallback(Movie.CurrentBranch); - GlobalWin.OSD.AddMessage("Saved branch " + Movie.CurrentBranch); + GlobalWin.OSD.AddMessage($"Saved branch {Movie.CurrentBranch}"); } } @@ -312,7 +312,7 @@ namespace BizHawk.Client.EmuHawk toolTip1.SetToolTip(UndoBranchButton, "Undo Branch Text Edit"); _branchUndo = BranchUndo.Text; - GlobalWin.OSD.AddMessage("Edited branch " + index.ToString()); + GlobalWin.OSD.AddMessage($"Edited branch {index}"); } } } @@ -358,7 +358,7 @@ namespace BizHawk.Client.EmuHawk CallRemovedCallback(index); Tastudio.RefreshDialog(); - GlobalWin.OSD.AddMessage("Removed branch " + index.ToString()); + GlobalWin.OSD.AddMessage($"Removed branch {index}"); } } @@ -578,7 +578,7 @@ namespace BizHawk.Client.EmuHawk var i = new InputPrompt { - Text = "Text for branch " + index, + Text = $"Text for branch {index}", TextInputType = InputPrompt.InputType.Text, Message = "Enter a message", InitialValue = branch.UserText diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.cs index 612f788cce..d1a4f0dde7 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.cs @@ -36,7 +36,7 @@ namespace BizHawk.Client.EmuHawk MemStateGapDividerNumeric.Value = NumberExtensions.Clamp(_settings.MemStateGapDivider, MemStateGapDividerNumeric.Minimum, MemStateGapDividerNumeric.Maximum); FileStateGapNumeric.Value = _settings.FileStateGap; - SavestateSizeLabel.Text = Math.Round(_stateSizeMb, 2).ToString() + " MB"; + SavestateSizeLabel.Text = $"{Math.Round(_stateSizeMb, 2)} MB"; CapacityNumeric_ValueChanged(null, null); SaveCapacityNumeric_ValueChanged(null, null); } diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.cs index f24533e8d0..14b9acce8a 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.cs @@ -183,7 +183,7 @@ namespace BizHawk.Client.EmuHawk { var i = new InputPrompt { - Text = "Marker for frame " + markerFrame, + Text = $"Marker for frame {markerFrame}", TextInputType = InputPrompt.InputType.Text, Message = "Enter a message", InitialValue = @@ -218,7 +218,7 @@ namespace BizHawk.Client.EmuHawk var point = default(Point); var i = new InputPrompt { - Text = "Marker for frame " + markerFrame, + Text = $"Marker for frame {markerFrame}", TextInputType = InputPrompt.InputType.Text, Message = "Enter a message", InitialValue = diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/PatternsForm.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/PatternsForm.cs index ea42894388..dea9ac8e2d 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/PatternsForm.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/PatternsForm.cs @@ -157,7 +157,7 @@ namespace BizHawk.Client.EmuHawk int index = 0; for (int i = 0; i < _counts.Count; i++) { - string str = index + ": "; + string str = $"{index}: "; if (IsBool) { str += _values[i][0] == 'T' ? "On" : "Off"; @@ -167,11 +167,11 @@ namespace BizHawk.Client.EmuHawk str += _values[i]; } - PatternList.Items.Add(str + ("\t(x" + _counts[i] + ")")); + PatternList.Items.Add($"{str}\t(x{_counts[i]})"); index += _counts[i]; } - PatternList.Items.Add("Loop to: " + _loopAt); + PatternList.Items.Add($"Loop to: {_loopAt}"); if (oldIndex >= PatternList.Items.Count) { diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs index 2ed27e86df..de35d5b4bc 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs @@ -344,7 +344,7 @@ namespace BizHawk.Client.EmuHawk catch (Exception ex) { text = ""; - MessageBox.Show("oops\n" + ex); + MessageBox.Show($"oops\n{ex}"); } } @@ -643,7 +643,7 @@ namespace BizHawk.Client.EmuHawk } else { - CurrentTasMovie.ChangeLog.BeginNewBatch("Paint Bool " + buttonName + " from frame " + frame); + CurrentTasMovie.ChangeLog.BeginNewBatch($"Paint Bool {buttonName} from frame {frame}"); CurrentTasMovie.ToggleBoolState(TasView.CurrentCell.RowIndex.Value, buttonName); _boolPaintState = CurrentTasMovie.BoolIsPressed(frame, buttonName); @@ -683,7 +683,7 @@ namespace BizHawk.Client.EmuHawk if (e.Clicks != 2 && !Settings.SingleClickFloatEdit) { - CurrentTasMovie.ChangeLog.BeginNewBatch("Paint Float " + buttonName + " from frame " + frame); + CurrentTasMovie.ChangeLog.BeginNewBatch($"Paint Float {buttonName} from frame {frame}"); _startFloatDrawColumn = buttonName; } else // Double-click enters float editing mode @@ -694,7 +694,7 @@ namespace BizHawk.Client.EmuHawk } else { - CurrentTasMovie.ChangeLog.BeginNewBatch("Float Edit: " + frame); + CurrentTasMovie.ChangeLog.BeginNewBatch($"Float Edit: {frame}"); _floatEditColumn = buttonName; floatEditRow = frame; _floatTypedValue = ""; @@ -1350,7 +1350,7 @@ namespace BizHawk.Client.EmuHawk } else { - _floatTypedValue = "-" + _floatTypedValue; + _floatTypedValue = $"-{_floatTypedValue}"; } } else if (e.KeyCode == Keys.Back) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs index 61ec0e85bb..880445af5f 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs @@ -57,7 +57,7 @@ namespace BizHawk.Client.EmuHawk } // need to be fancy here, so call the ofd constructor directly instead of helper - var all = "*." + string.Join(";*.", MovieService.MovieExtensions.Reverse()); + var all = $"*.{string.Join(";*.", MovieService.MovieExtensions.Reverse())}"; var ofd = new OpenFileDialog { FileName = filename, @@ -116,7 +116,7 @@ namespace BizHawk.Client.EmuHawk _autosaveTimer.Start(); } - MessageStatusLabel.Text = CurrentTasMovie.Name + " saved."; + MessageStatusLabel.Text = $"{CurrentTasMovie.Name} saved."; Settings.RecentTas.Add(CurrentTasMovie.Filename); Cursor = Cursors.Default; GlobalWin.Sound.StartSound(); @@ -159,7 +159,7 @@ namespace BizHawk.Client.EmuHawk CurrentTasMovie.Save(); Settings.RecentTas.Add(CurrentTasMovie.Filename); SetTextProperty(); - MessageStatusLabel.Text = Path.GetFileName(CurrentTasMovie.Filename) + " saved."; + MessageStatusLabel.Text = $"{Path.GetFileName(CurrentTasMovie.Filename)} saved."; Cursor = Cursors.Default; } @@ -624,7 +624,7 @@ namespace BizHawk.Client.EmuHawk bool needsToRollback = !(TasView.FirstSelectedIndex > Emulator.Frame); int rollBackFrame = TasView.FirstSelectedIndex.Value; - CurrentTasMovie.ChangeLog.BeginNewBatch("Clear frames " + TasView.SelectedRows.Min() + "-" + TasView.SelectedRows.Max()); + CurrentTasMovie.ChangeLog.BeginNewBatch($"Clear frames {TasView.SelectedRows.Min()}-{TasView.SelectedRows.Max()}"); foreach (int frame in TasView.SelectedRows) { CurrentTasMovie.ClearFrame(frame); @@ -819,7 +819,7 @@ namespace BizHawk.Client.EmuHawk if (!state.SequenceEqual(greenzone)) { - MessageBox.Show("Bad data between frames " + lastState + " and " + Emulator.Frame); + MessageBox.Show($"Bad data between frames {lastState} and {Emulator.Frame}"); return; } @@ -1261,14 +1261,14 @@ namespace BizHawk.Client.EmuHawk for (int i = 1; i < playerMenus.Length; i++) { - playerMenus[i] = new ToolStripMenuItem("Player " + i); + playerMenus[i] = new ToolStripMenuItem($"Player {i}"); } foreach (InputRoll.RollColumn column in columns) { ToolStripMenuItem menuItem = new ToolStripMenuItem { - Text = column.Text + " (" + column.Name + ")", + Text = $"{column.Text} ({column.Name})", Checked = column.Visible, CheckOnClick = true, Tag = column.Name @@ -1312,9 +1312,7 @@ namespace BizHawk.Client.EmuHawk for (int i = 0; i < keysMenus.Length; i++) { - string text = "Keys (" + - keysMenus[i].DropDownItems[0].Tag + " - " + - keysMenus[i].DropDownItems[keysMenus[i].DropDownItems.Count - 1].Tag + ")"; + string text = $"Keys ({keysMenus[i].DropDownItems[0].Tag} - {keysMenus[i].DropDownItems[keysMenus[i].DropDownItems.Count - 1].Tag})"; keysMenus[i].Text = text.Replace("Key ", ""); ColumnsSubMenu.DropDownItems.Add(keysMenus[i]); } @@ -1368,7 +1366,7 @@ namespace BizHawk.Client.EmuHawk { if (playerMenus[i].HasDropDownItems) { - var item = new ToolStripMenuItem("Show Player " + i) + var item = new ToolStripMenuItem($"Show Player {i}") { CheckOnClick = true, Checked = true diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs index 1462a28b47..19ccbdb782 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs @@ -607,7 +607,7 @@ namespace BizHawk.Client.EmuHawk GoToFrame(CurrentTasMovie.Session.CurrentFrame); } - if (TasView.AllColumns.Count == 0 || file.Extension != "." + TasMovie.Extension) + if (TasView.AllColumns.Count == 0 || file.Extension != $".{TasMovie.Extension}") { SetUpColumns(); } @@ -686,7 +686,7 @@ namespace BizHawk.Client.EmuHawk CurrentTasMovie.ClearChanges(); SetTextProperty(); - MessageStatusLabel.Text = Path.GetFileName(CurrentTasMovie.Filename) + " loaded."; + MessageStatusLabel.Text = $"{Path.GetFileName(CurrentTasMovie.Filename)} loaded."; return true; } @@ -788,7 +788,7 @@ namespace BizHawk.Client.EmuHawk { return Path.Combine( PathManager.MakeAbsolutePath(Global.Config.PathEntries.MoviesPathFragment, null), - TasMovie.DefaultProjectName + "." + TasMovie.Extension); + $"{TasMovie.DefaultProjectName}.{TasMovie.Extension}"); } /// @@ -798,7 +798,7 @@ namespace BizHawk.Client.EmuHawk { return Path.Combine( PathManager.MakeAbsolutePath(Global.Config.PathEntries.MoviesPathFragment, null), - PathManager.FilesystemSafeName(Global.Game) + "." + TasMovie.Extension); + $"{PathManager.FilesystemSafeName(Global.Game)}.{TasMovie.Extension}"); } private void SetTextProperty() @@ -806,7 +806,7 @@ namespace BizHawk.Client.EmuHawk var text = "TAStudio"; if (CurrentTasMovie != null) { - text += " - " + CurrentTasMovie.Name + (CurrentTasMovie.Changes ? "*" : ""); + text += $" - {CurrentTasMovie.Name}{(CurrentTasMovie.Changes ? "*" : "")}"; } if (InvokeRequired) @@ -986,13 +986,9 @@ namespace BizHawk.Client.EmuHawk private void SetSplicer() { // TODO: columns selected? - SplicerStatusLabel.Text = - "Selected: " + TasView.SelectedRows.Count() + " frame" + - (TasView.SelectedRows.Count() == 1 ? "" : "s") + - ", States: " + CurrentTasMovie.TasStateManager.StateCount.ToString() + - (_tasClipboard.Any() - ? ", Clipboard: " + _tasClipboard.Count + " frame" + (_tasClipboard.Count == 1 ? "" : "s") - : ""); + var temp = $"Selected: {TasView.SelectedRows.Count()} {(TasView.SelectedRows.Count() == 1 ? "frame" : "frames")}, States: {CurrentTasMovie.TasStateManager.StateCount}"; + if (_tasClipboard.Any()) temp += $", Clipboard: {_tasClipboard.Count} {(_tasClipboard.Count == 1 ? "frame" : "frames")}"; + SplicerStatusLabel.Text = temp; } private void UpdateChangesIndicator() @@ -1099,7 +1095,7 @@ namespace BizHawk.Client.EmuHawk } var filePaths = (string[])e.Data.GetData(DataFormats.FileDrop); - if (Path.GetExtension(filePaths[0]) == "." + TasMovie.Extension) + if (Path.GetExtension(filePaths[0]) == $".{TasMovie.Extension}") { FileInfo file = new FileInfo(filePaths[0]); if (file.Exists) @@ -1138,7 +1134,7 @@ namespace BizHawk.Client.EmuHawk if (lagLog.WasLagged.Value && !isLag) { // Deleting this frame requires rewinding a frame. - CurrentTasMovie.ChangeLog.AddInputBind(Emulator.Frame - 1, true, "Bind Input; Delete " + (Emulator.Frame - 1)); + CurrentTasMovie.ChangeLog.AddInputBind(Emulator.Frame - 1, true, $"Bind Input; Delete {Emulator.Frame - 1}"); bool wasRecording = CurrentTasMovie.ChangeLog.IsRecording; CurrentTasMovie.ChangeLog.IsRecording = false; @@ -1151,7 +1147,7 @@ namespace BizHawk.Client.EmuHawk } else if (!lagLog.WasLagged.Value && isLag) { // (it shouldn't need to rewind, since the inserted input wasn't polled) - CurrentTasMovie.ChangeLog.AddInputBind(Emulator.Frame - 1, false, "Bind Input; Insert " + (Emulator.Frame - 1)); + CurrentTasMovie.ChangeLog.AddInputBind(Emulator.Frame - 1, false, $"Bind Input; Insert {Emulator.Frame - 1}"); bool wasRecording = CurrentTasMovie.ChangeLog.IsRecording; CurrentTasMovie.ChangeLog.IsRecording = false; diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioClipboard.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioClipboard.cs index 3bae7f5d49..747d636646 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioClipboard.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioClipboard.cs @@ -44,7 +44,7 @@ namespace BizHawk.Client.EmuHawk } catch (Exception) { - MessageBox.Show("Invalid mnemonic string: " + inputLogEntry, "Paste Input failed!"); + MessageBox.Show($"Invalid mnemonic string: {inputLogEntry}", "Paste Input failed!"); return null; } } diff --git a/BizHawk.Client.EmuHawk/tools/ToolHelpers.cs b/BizHawk.Client.EmuHawk/tools/ToolHelpers.cs index a1c92dc8ae..870c8da835 100644 --- a/BizHawk.Client.EmuHawk/tools/ToolHelpers.cs +++ b/BizHawk.Client.EmuHawk/tools/ToolHelpers.cs @@ -26,7 +26,7 @@ namespace BizHawk.Client.EmuHawk { FileName = !string.IsNullOrWhiteSpace(currentFile) ? Path.GetFileName(currentFile) - : PathManager.FilesystemSafeName(Global.Game) + "." + fileExt, + : $"{PathManager.FilesystemSafeName(Global.Game)}.{fileExt}", InitialDirectory = path, Filter = string.Format("{0} (*.{1})|*.{1}|All Files|*.*", fileType, fileExt), RestoreDirectory = true @@ -52,7 +52,7 @@ namespace BizHawk.Client.EmuHawk { FileName = !string.IsNullOrWhiteSpace(currentFile) ? Path.GetFileName(currentFile) - : PathManager.FilesystemSafeName(Global.Game) + "." + fileExt, + : $"{PathManager.FilesystemSafeName(Global.Game)}.{fileExt}", InitialDirectory = path, Filter = string.Format("{0} (*.{1})|*.{1}|All Files|*.*", fileType, fileExt), RestoreDirectory = true, diff --git a/BizHawk.Client.EmuHawk/tools/ToolManager.cs b/BizHawk.Client.EmuHawk/tools/ToolManager.cs index 05128567ec..7ec970d02d 100644 --- a/BizHawk.Client.EmuHawk/tools/ToolManager.cs +++ b/BizHawk.Client.EmuHawk/tools/ToolManager.cs @@ -1023,7 +1023,7 @@ namespace BizHawk.Client.EmuHawk f.Directory.Create(); } - return Path.Combine(path, PathManager.FilesystemSafeName(Global.Game) + ".cht"); + return Path.Combine(path, $"{PathManager.FilesystemSafeName(Global.Game)}.cht"); } } } diff --git a/BizHawk.Client.EmuHawk/tools/TraceLogger.cs b/BizHawk.Client.EmuHawk/tools/TraceLogger.cs index 45fac3a489..e1ce7d14d3 100644 --- a/BizHawk.Client.EmuHawk/tools/TraceLogger.cs +++ b/BizHawk.Client.EmuHawk/tools/TraceLogger.cs @@ -174,7 +174,7 @@ namespace BizHawk.Client.EmuHawk putter = (info) => { //no padding supported. core should be doing this! - var data = string.Format("{0} {1}", info.Disassembly, info.RegisterInfo); + var data = $"{info.Disassembly} {info.RegisterInfo}"; _streamWriter.WriteLine(data); _currentSize += (ulong)data.Length; if (_splitFile) @@ -215,7 +215,7 @@ namespace BizHawk.Client.EmuHawk foreach (var instruction in _instructions) { //no padding supported. core should be doing this! - var data = string.Format("{0} {1}", instruction.Disassembly, instruction.RegisterInfo); + var data = $"{instruction.Disassembly} {instruction.RegisterInfo}"; _streamWriter.WriteLine(data); _currentSize += (ulong)data.Length; if (_splitFile) @@ -242,7 +242,7 @@ namespace BizHawk.Client.EmuHawk } else if (_instructions.Any()) { - TracerBox.Text = "Trace log - logging - " + _instructions.Count + " instructions"; + TracerBox.Text = $"Trace log - logging - {_instructions.Count} instructions"; } else { @@ -253,7 +253,7 @@ namespace BizHawk.Client.EmuHawk { if (_instructions.Any()) { - TracerBox.Text = "Trace log - " + _instructions.Count + " instructions"; + TracerBox.Text = $"Trace log - {_instructions.Count} instructions"; } else { @@ -315,7 +315,7 @@ namespace BizHawk.Client.EmuHawk { StartLogFile(); DumpToDisk(); - GlobalWin.OSD.AddMessage("Log dumped to " + LogFile.FullName); + GlobalWin.OSD.AddMessage($"Log dumped to {LogFile.FullName}"); CloseFile(); } } @@ -334,9 +334,7 @@ namespace BizHawk.Client.EmuHawk var blob = new StringBuilder(); foreach (int index in indices) { - blob.Append(string.Format("{0} {1}\n", - _instructions[index].Disassembly, - _instructions[index].RegisterInfo)); + blob.Append($"{_instructions[index].Disassembly} {_instructions[index].RegisterInfo}\n"); } Clipboard.SetDataObject(blob.ToString()); } @@ -415,8 +413,7 @@ namespace BizHawk.Client.EmuHawk private void StartLogFile(bool append = false) { var data = Tracer.Header; - var segment = _segmentCount > 0 ? "_" + _segmentCount.ToString() : ""; - _streamWriter = new StreamWriter(_baseName + segment + _extension, append); + _streamWriter = new StreamWriter($"{_baseName}{(_segmentCount == 0 ? string.Empty : $"_{_segmentCount}")}{_extension}", append); _streamWriter.WriteLine(data); if (append) { diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs index 5b81afb644..44ca4ac00b 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs @@ -146,7 +146,7 @@ namespace BizHawk.Client.EmuHawk if (!searchset.Contains(button.Name)) { MessageBox.Show(this, - string.Format("Schema warning: Schema entry '{0}':'{1}' will not correspond to any control in definition '{2}'", schema.DisplayName, button.Name, def.Name), + $"Schema warning: Schema entry '{schema.DisplayName}':'{button.Name}' will not correspond to any control in definition '{def.Name}'", "Dev Warning"); } } diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A26Schema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A26Schema.cs index c915c4015d..900eac92db 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A26Schema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A26Schema.cs @@ -48,7 +48,7 @@ namespace BizHawk.Client.EmuHawk { return new PadSchema { - DisplayName = "Player " + controller, + DisplayName = $"Player {controller}", IsConsole = false, DefaultSize = new Size(174, 74), MaxSize = new Size(174, 74), @@ -56,7 +56,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(23, 15), @@ -64,7 +64,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(23, 36), @@ -72,7 +72,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(2, 24), @@ -80,7 +80,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(44, 24), @@ -88,7 +88,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Button", + Name = $"P{controller} Button", DisplayName = "B", Location = new Point(124, 24), Type = PadSchema.PadInputType.Boolean @@ -101,7 +101,7 @@ namespace BizHawk.Client.EmuHawk { return new PadSchema { - DisplayName = "Player " + controller, + DisplayName = $"Player {controller}", IsConsole = false, DefaultSize = new Size(334, 94), MaxSize = new Size(334, 94), @@ -109,21 +109,21 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Button 1", + Name = $"P{controller} Button 1", DisplayName = "B1", Location = new Point(5, 24), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Button 2", + Name = $"P{controller} Button 2", DisplayName = "B2", Location = new Point(5, 48), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Paddle X 1", + Name = $"P{controller} Paddle X 1", DisplayName = "Paddle X 1", Location = new Point(55, 17), Type = PadSchema.PadInputType.FloatSingle, @@ -133,7 +133,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Paddle X 2", + Name = $"P{controller} Paddle X 2", DisplayName = "Paddle X 2", Location = new Point(193, 17), Type = PadSchema.PadInputType.FloatSingle, @@ -149,7 +149,7 @@ namespace BizHawk.Client.EmuHawk { return new PadSchema { - DisplayName = "Player " + controller, + DisplayName = $"Player {controller}", IsConsole = false, DefaultSize = new Size(334, 94), MaxSize = new Size(334, 94), @@ -157,14 +157,14 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Button", + Name = $"P{controller} Button", DisplayName = "B1", Location = new Point(5, 24), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Wheel X 1", + Name = $"P{controller} Wheel X 1", DisplayName = "Wheel X 1", Location = new Point(55, 17), Type = PadSchema.PadInputType.FloatSingle, @@ -174,7 +174,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Wheel X 2", + Name = $"P{controller} Wheel X 2", DisplayName = "Wheel X 2", Location = new Point(193, 17), Type = PadSchema.PadInputType.FloatSingle, diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A78Schema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A78Schema.cs index eeaf72f352..2491618d8e 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A78Schema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A78Schema.cs @@ -55,7 +55,7 @@ namespace BizHawk.Client.EmuHawk { return new PadSchema { - DisplayName = "Player " + controller, + DisplayName = $"Player {controller}", IsConsole = false, DefaultSize = new Size(174, 74), MaxSize = new Size(174, 74), @@ -63,7 +63,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(23, 15), @@ -71,7 +71,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(23, 36), @@ -79,7 +79,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(2, 24), @@ -87,7 +87,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(44, 24), @@ -95,14 +95,14 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Trigger", + Name = $"P{controller} Trigger", DisplayName = "1", Location = new Point(120, 24), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Trigger 2", + Name = $"P{controller} Trigger 2", DisplayName = "2", Location = new Point(145, 24), Type = PadSchema.PadInputType.Boolean @@ -115,7 +115,7 @@ namespace BizHawk.Client.EmuHawk { return new PadSchema { - DisplayName = "Player " + controller, + DisplayName = $"Player {controller}", IsConsole = false, DefaultSize = new Size(174, 74), MaxSize = new Size(174, 74), @@ -123,7 +123,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(23, 15), @@ -131,7 +131,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(23, 36), @@ -139,7 +139,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(2, 24), @@ -147,7 +147,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(44, 24), @@ -155,7 +155,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Button", + Name = $"P{controller} Button", DisplayName = "1", Location = new Point(120, 24), Type = PadSchema.PadInputType.Boolean @@ -168,21 +168,21 @@ namespace BizHawk.Client.EmuHawk { return new PadSchema { - DisplayName = "Player " + controller, + DisplayName = $"Player {controller}", IsConsole = false, DefaultSize = new Size(250, 74), Buttons = new[] { new PadSchema.ButtonSchema { - Name = "P" + controller + " Paddle", + Name = $"P{controller} Paddle", DisplayName = "Paddle", Location = new Point(23, 15), Type = PadSchema.PadInputType.FloatSingle }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Trigger", + Name = $"P{controller} Trigger", DisplayName = "1", Location = new Point(12, 90), Type = PadSchema.PadInputType.Boolean @@ -203,18 +203,18 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " VPos", + Name = $"P{controller} VPos", Location = new Point(14, 17), Type = PadSchema.PadInputType.TargetedPair, TargetSize = new Size(256, 240), SecondaryNames = new[] { - "P" + controller + " HPos", + $"P{controller} HPos", } }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Trigger", + Name = $"P{controller} Trigger", DisplayName = "Trigger", Location = new Point(284, 17), Type = PadSchema.PadInputType.Boolean diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/C64Schema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/C64Schema.cs index db6cb551d3..087a49e215 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/C64Schema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/C64Schema.cs @@ -19,7 +19,7 @@ namespace BizHawk.Client.EmuHawk { return new PadSchema { - DisplayName = "Player " + controller, + DisplayName = $"Player {controller}", IsConsole = false, DefaultSize = new Size(174, 74), MaxSize = new Size(174, 74), @@ -27,7 +27,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(23, 15), @@ -35,7 +35,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(23, 36), @@ -43,7 +43,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(2, 24), @@ -51,7 +51,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(44, 24), @@ -59,7 +59,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Button", + Name = $"P{controller} Button", DisplayName = "B", Location = new Point(124, 24), Type = PadSchema.PadInputType.Boolean diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/ColecoSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/ColecoSchema.cs index 79dcea2db2..facebe0bbc 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/ColecoSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/ColecoSchema.cs @@ -46,7 +46,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(50, 11), @@ -54,7 +54,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(50, 32), @@ -62,7 +62,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(29, 22), @@ -70,7 +70,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(71, 22), @@ -78,14 +78,14 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " L", + Name = $"P{controller} L", DisplayName = "L", Location = new Point(3, 42), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R", + Name = $"P{controller} R", DisplayName = "R", Location = new Point(100, 42), Type = PadSchema.PadInputType.Boolean @@ -93,21 +93,21 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 1", + Name = $"P{controller} Key 1", DisplayName = "1", Location = new Point(27, 85), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 2", + Name = $"P{controller} Key 2", DisplayName = "2", Location = new Point(50, 85), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 3", + Name = $"P{controller} Key 3", DisplayName = "3", Location = new Point(73, 85), Type = PadSchema.PadInputType.Boolean @@ -115,21 +115,21 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 4", + Name = $"P{controller} Key 4", DisplayName = "4", Location = new Point(27, 108), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 5", + Name = $"P{controller} Key 5", DisplayName = "5", Location = new Point(50, 108), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 6", + Name = $"P{controller} Key 6", DisplayName = "6", Location = new Point(73, 108), Type = PadSchema.PadInputType.Boolean @@ -137,21 +137,21 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 7", + Name = $"P{controller} Key 7", DisplayName = "7", Location = new Point(27, 131), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 8", + Name = $"P{controller} Key 8", DisplayName = "8", Location = new Point(50, 131), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 9", + Name = $"P{controller} Key 9", DisplayName = "9", Location = new Point(73, 131), Type = PadSchema.PadInputType.Boolean @@ -159,21 +159,21 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Star", + Name = $"P{controller} Star", DisplayName = "*", Location = new Point(27, 154), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 0", + Name = $"P{controller} Key 0", DisplayName = "0", Location = new Point(50, 154), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Pound", + Name = $"P{controller} Pound", DisplayName = "#", Location = new Point(73, 154), Type = PadSchema.PadInputType.Boolean @@ -192,7 +192,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Disc X", + Name = $"P{controller} Disc X", MinValue = -127, MidValue = 0, MaxValue = 127, @@ -205,7 +205,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Pedal", + Name = $"P{controller} Pedal", DisplayName = "Pedal", Location = new Point(6, 224), Type = PadSchema.PadInputType.Boolean @@ -224,7 +224,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(50, 11), @@ -232,7 +232,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(50, 32), @@ -240,7 +240,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(29, 22), @@ -248,7 +248,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(71, 22), @@ -257,21 +257,21 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 1", + Name = $"P{controller} Key 1", DisplayName = "1", Location = new Point(27, 85), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 2", + Name = $"P{controller} Key 2", DisplayName = "2", Location = new Point(50, 85), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 3", + Name = $"P{controller} Key 3", DisplayName = "3", Location = new Point(73, 85), Type = PadSchema.PadInputType.Boolean @@ -279,21 +279,21 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 4", + Name = $"P{controller} Key 4", DisplayName = "4", Location = new Point(27, 108), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 5", + Name = $"P{controller} Key 5", DisplayName = "5", Location = new Point(50, 108), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 6", + Name = $"P{controller} Key 6", DisplayName = "6", Location = new Point(73, 108), Type = PadSchema.PadInputType.Boolean @@ -301,21 +301,21 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 7", + Name = $"P{controller} Key 7", DisplayName = "7", Location = new Point(27, 131), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 8", + Name = $"P{controller} Key 8", DisplayName = "8", Location = new Point(50, 131), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 9", + Name = $"P{controller} Key 9", DisplayName = "9", Location = new Point(73, 131), Type = PadSchema.PadInputType.Boolean @@ -323,21 +323,21 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Star", + Name = $"P{controller} Star", DisplayName = "*", Location = new Point(27, 154), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 0", + Name = $"P{controller} Key 0", DisplayName = "0", Location = new Point(50, 154), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Pound", + Name = $"P{controller} Pound", DisplayName = "#", Location = new Point(73, 154), Type = PadSchema.PadInputType.Boolean @@ -345,7 +345,7 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Disc X", + Name = $"P{controller} Disc X", DisplayName = "Disc", Location = new Point(6, 200), TargetSize = new Size(180, 55), @@ -356,28 +356,28 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Yellow", + Name = $"P{controller} Yellow", DisplayName = "Yellow", Location = new Point(126, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Red", + Name = $"P{controller} Red", DisplayName = "Red", Location = new Point(126, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Purple", + Name = $"P{controller} Purple", DisplayName = "Purple", Location = new Point(126, 65), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Blue", + Name = $"P{controller} Blue", DisplayName = "Blue", Location = new Point(126, 90), Type = PadSchema.PadInputType.Boolean diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/DualGBSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/DualGBSchema.cs index 445edd5419..fa2994abd2 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/DualGBSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/DualGBSchema.cs @@ -24,7 +24,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(14, 12), @@ -32,7 +32,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(14, 56), @@ -40,7 +40,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(2, 34), @@ -48,7 +48,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(24, 34), @@ -56,28 +56,28 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(122, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(146, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Select", + Name = $"P{controller} Select", DisplayName = "s", Location = new Point(52, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(74, 34), Type = PadSchema.PadInputType.Boolean diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/GGLSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/GGLSchema.cs index cd2e81131f..ef7a52875f 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/GGLSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/GGLSchema.cs @@ -24,49 +24,49 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", Icon = Properties.Resources.BlueUp, Location = new Point(14, 12), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", Icon = Properties.Resources.BlueDown, Location = new Point(14, 56), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", Icon = Properties.Resources.Back, Location = new Point(2, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", Icon = Properties.Resources.Forward, Location = new Point(24, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(134, 12), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B1", + Name = $"P{controller} B1", DisplayName = "1", Location = new Point(122, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B2", + Name = $"P{controller} B2", DisplayName = "2", Location = new Point(146, 34), Type = PadSchema.PadInputType.Boolean diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/GenSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/GenSchema.cs index 32f4c0717e..b5a35b32c4 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/GenSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/GenSchema.cs @@ -76,7 +76,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(14, 12), @@ -84,7 +84,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(14, 56), @@ -92,7 +92,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(2, 34), @@ -100,7 +100,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(24, 34), @@ -108,28 +108,28 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(98, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(122, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C", + Name = $"P{controller} C", DisplayName = "C", Location = new Point(146, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(122, 12), Type = PadSchema.PadInputType.Boolean @@ -148,7 +148,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(14, 12), @@ -156,7 +156,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(14, 56), @@ -164,7 +164,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(2, 34), @@ -172,7 +172,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(24, 34), @@ -180,49 +180,49 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(98, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(122, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C", + Name = $"P{controller} C", DisplayName = "C", Location = new Point(146, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X", + Name = $"P{controller} X", DisplayName = "X", Location = new Point(98, 65), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Y", + Name = $"P{controller} Y", DisplayName = "Y", Location = new Point(122, 65), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Z", + Name = $"P{controller} Z", DisplayName = "Z", Location = new Point(146, 65), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(122, 12), Type = PadSchema.PadInputType.Boolean @@ -242,26 +242,26 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Lightgun X", + Name = $"P{controller} Lightgun X", Location = new Point(14, 17), Type = PadSchema.PadInputType.TargetedPair, MaxValue = 10000, TargetSize = new Size(320, 240), SecondaryNames = new[] { - "P" + controller + " Lightgun Y", + $"P{controller} Lightgun Y", } }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Lightgun Trigger", + Name = $"P{controller} Lightgun Trigger", DisplayName = "Trigger", Location = new Point(284, 17), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Lightgun Start", + Name = $"P{controller} Lightgun Start", DisplayName = "Start", Location = new Point(284, 40), Type = PadSchema.PadInputType.Boolean @@ -281,40 +281,40 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse X", + Name = $"P{controller} Mouse X", Location = new Point(14, 17), Type = PadSchema.PadInputType.AnalogStick, MaxValue = 255, TargetSize = new Size(520, 570), SecondaryNames = new[] { - "P" + controller + " Mouse Y", + $"P{controller} Mouse Y", } }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse Left", + Name = $"P{controller} Mouse Left", DisplayName = "Left", Location = new Point(365, 17), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse Center", + Name = $"P{controller} Mouse Center", DisplayName = "Center", Location = new Point(365, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse Right", + Name = $"P{controller} Mouse Right", DisplayName = "Right", Location = new Point(365, 63), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse Start", + Name = $"P{controller} Mouse Start", DisplayName = "Start", Location = new Point(365, 86), Type = PadSchema.PadInputType.Boolean @@ -360,7 +360,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(47, 10), @@ -368,7 +368,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(47, 73), @@ -376,7 +376,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(15, 43), @@ -384,7 +384,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(80, 43), @@ -392,35 +392,35 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(70, 65), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(70, 20), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C", + Name = $"P{controller} C", DisplayName = "C", Location = new Point(22, 20), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(22, 65), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(47, 43), Type = PadSchema.PadInputType.Boolean @@ -439,56 +439,56 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(98, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(122, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C", + Name = $"P{controller} C", DisplayName = "C", Location = new Point(146, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " D", + Name = $"P{controller} D", DisplayName = "D", Location = new Point(98, 65), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " E1", + Name = $"P{controller} E1", DisplayName = "E¹", Location = new Point(122, 65), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " E2", + Name = $"P{controller} E2", DisplayName = "E²", Location = new Point(152, 65), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "Start", Location = new Point(122, 12), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Select", + Name = $"P{controller} Select", DisplayName = "Select", Location = new Point(162, 12), Type = PadSchema.PadInputType.Boolean diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/IntvSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/IntvSchema.cs index 1ebad3d4de..6299da5f5f 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/IntvSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/IntvSchema.cs @@ -43,91 +43,91 @@ namespace BizHawk.Client.EmuHawk { return new PadSchema { - DisplayName = "Player " + controller, + DisplayName = $"Player {controller}", IsConsole = false, DefaultSize = new Size(148, 332), Buttons = new[] { new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 1", + Name = $"P{controller} Key 1", DisplayName = "1", Location = new Point(25, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 2", + Name = $"P{controller} Key 2", DisplayName = "2", Location = new Point(51, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 3", + Name = $"P{controller} Key 3", DisplayName = "3", Location = new Point(77, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 4", + Name = $"P{controller} Key 4", DisplayName = "4", Location = new Point(25, 41), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 5", + Name = $"P{controller} Key 5", DisplayName = "5", Location = new Point(51, 41), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 6", + Name = $"P{controller} Key 6", DisplayName = "6", Location = new Point(77, 41), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 7", + Name = $"P{controller} Key 7", DisplayName = "7", Location = new Point(25, 67), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 8", + Name = $"P{controller} Key 8", DisplayName = "8", Location = new Point(51, 67), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 9", + Name = $"P{controller} Key 9", DisplayName = "9", Location = new Point(77, 67), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Clear", + Name = $"P{controller} Clear", DisplayName = "C", Location = new Point(25, 93), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 0", + Name = $"P{controller} Key 0", DisplayName = "0", Location = new Point(51, 93), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Enter", + Name = $"P{controller} Enter", DisplayName = "E", Location = new Point(77, 93), Type = PadSchema.PadInputType.Boolean @@ -135,14 +135,14 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Top", + Name = $"P{controller} Top", DisplayName = "T", Location = new Point(2, 41), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Top", + Name = $"P{controller} Top", DisplayName = "T", Location = new Point(100, 41), Type = PadSchema.PadInputType.Boolean @@ -150,14 +150,14 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " L", + Name = $"P{controller} L", DisplayName = "L", Location = new Point(2, 67), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R", + Name = $"P{controller} R", DisplayName = "R", Location = new Point(100, 67), Type = PadSchema.PadInputType.Boolean @@ -167,112 +167,112 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " N", + Name = $"P{controller} N", Icon = Properties.Resources.BlueUp, Location = new Point(51, 124), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " NNE", + Name = $"P{controller} NNE", Icon = Properties.Resources.NNE, Location = new Point(63, 145), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " NNW", + Name = $"P{controller} NNW", Icon = Properties.Resources.NNW, Location = new Point(39, 145), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " NE", + Name = $"P{controller} NE", Icon = Properties.Resources.NE, Location = new Point(75, 166), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " NW", + Name = $"P{controller} NW", Icon = Properties.Resources.NW, Location = new Point(27, 166), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " ENE", + Name = $"P{controller} ENE", Icon = Properties.Resources.ENE, Location = new Point(87, 187), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " WNW", + Name = $"P{controller} WNW", Icon = Properties.Resources.WNW, Location = new Point(15, 187), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " E", + Name = $"P{controller} E", Icon = Properties.Resources.Forward, Location = new Point(99, 208), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " W", + Name = $"P{controller} W", Icon = Properties.Resources.Back, Location = new Point(3, 208), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " ESE", + Name = $"P{controller} ESE", Icon = Properties.Resources.ESE, Location = new Point(87, 229), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " WSW", + Name = $"P{controller} WSW", Icon = Properties.Resources.WSW, Location = new Point(15, 229), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " SE", + Name = $"P{controller} SE", Icon = Properties.Resources.SE, Location = new Point(75, 250), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " SW", + Name = $"P{controller} SW", Icon = Properties.Resources.SW, Location = new Point(27, 250), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " SSE", + Name = $"P{controller} SSE", Icon = Properties.Resources.SSE, Location = new Point(63, 271), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " SSW", + Name = $"P{controller} SSW", Icon = Properties.Resources.SSW, Location = new Point(39, 271), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " S", + Name = $"P{controller} S", Icon = Properties.Resources.BlueDown, Location = new Point(51, 292), Type = PadSchema.PadInputType.Boolean @@ -285,91 +285,91 @@ namespace BizHawk.Client.EmuHawk { return new PadSchema { - DisplayName = "Player " + controller, + DisplayName = $"Player {controller}", IsConsole = false, DefaultSize = new Size(280, 332), Buttons = new[] { new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 1", + Name = $"P{controller} Key 1", DisplayName = "1", Location = new Point(91, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 2", + Name = $"P{controller} Key 2", DisplayName = "2", Location = new Point(117, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 3", + Name = $"P{controller} Key 3", DisplayName = "3", Location = new Point(143, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 4", + Name = $"P{controller} Key 4", DisplayName = "4", Location = new Point(91, 41), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 5", + Name = $"P{controller} Key 5", DisplayName = "5", Location = new Point(117, 41), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 6", + Name = $"P{controller} Key 6", DisplayName = "6", Location = new Point(143, 41), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 7", + Name = $"P{controller} Key 7", DisplayName = "7", Location = new Point(91, 67), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 8", + Name = $"P{controller} Key 8", DisplayName = "8", Location = new Point(117, 67), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 9", + Name = $"P{controller} Key 9", DisplayName = "9", Location = new Point(143, 67), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Clear", + Name = $"P{controller} Clear", DisplayName = "C", Location = new Point(91, 93), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Key 0", + Name = $"P{controller} Key 0", DisplayName = "0", Location = new Point(117, 93), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Enter", + Name = $"P{controller} Enter", DisplayName = "E", Location = new Point(143, 93), Type = PadSchema.PadInputType.Boolean @@ -377,14 +377,14 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Top", + Name = $"P{controller} Top", DisplayName = "T", Location = new Point(68, 41), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Top", + Name = $"P{controller} Top", DisplayName = "T", Location = new Point(166, 41), Type = PadSchema.PadInputType.Boolean @@ -392,21 +392,21 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " L", + Name = $"P{controller} L", DisplayName = "L", Location = new Point(68, 67), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R", + Name = $"P{controller} R", DisplayName = "R", Location = new Point(166, 67), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Disc X", + Name = $"P{controller} Disc X", MinValue = -127, MidValue = 0, MaxValue = 127, diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/N64Schema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/N64Schema.cs index 5d66220a90..e8b1c0e9be 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/N64Schema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/N64Schema.cs @@ -31,7 +31,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " DPad U", + Name = $"P{controller} DPad U", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(24, 230), @@ -39,7 +39,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " DPad D", + Name = $"P{controller} DPad D", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(24, 251), @@ -47,7 +47,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " DPad L", + Name = $"P{controller} DPad L", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(3, 242), @@ -55,7 +55,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " DPad R", + Name = $"P{controller} DPad R", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(45, 242), @@ -63,77 +63,77 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " L", + Name = $"P{controller} L", DisplayName = "L", Location = new Point(3, 185), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R", + Name = $"P{controller} R", DisplayName = "R", Location = new Point(191, 185), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Z", + Name = $"P{controller} Z", DisplayName = "Z", Location = new Point(81, 269), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(81, 246), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(127, 246), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(138, 269), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C Up", + Name = $"P{controller} C Up", Icon = Properties.Resources.YellowUp, Location = new Point(173, 210), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C Down", + Name = $"P{controller} C Down", Icon = Properties.Resources.YellowDown, Location = new Point(173, 231), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C Left", + Name = $"P{controller} C Left", Icon = Properties.Resources.YellowLeft, Location = new Point(152, 221), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C Right", + Name = $"P{controller} C Right", Icon = Properties.Resources.YellowRight, Location = new Point(194, 221), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X Axis", + Name = $"P{controller} X Axis", MinValue = -128, MidValue = 0, MaxValue = 127, diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/NesSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/NesSchema.cs index c8032fc0e4..f0a9581b6d 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/NesSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/NesSchema.cs @@ -203,8 +203,8 @@ namespace BizHawk.Client.EmuHawk { buttons.Add(new PadSchema.ButtonSchema { - Name = "FDS Insert " + i, - DisplayName = "Insert " + i, + Name = $"FDS Insert {i}", + DisplayName = $"Insert {i}", Location = new Point(10 + (i * 58), 50), Type = PadSchema.PadInputType.Boolean }); @@ -229,7 +229,7 @@ namespace BizHawk.Client.EmuHawk { return new PadSchema { - DisplayName = "Player " + controller, + DisplayName = $"Player {controller}", IsConsole = false, DefaultSize = new Size(174, 74), MaxSize = new Size(174, 74), @@ -237,7 +237,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(23, 15), @@ -245,7 +245,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(23, 36), @@ -253,7 +253,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(2, 24), @@ -261,7 +261,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(44, 24), @@ -269,28 +269,28 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(124, 24), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(147, 24), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Select", + Name = $"P{controller} Select", DisplayName = "s", Location = new Point(72, 24), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(93, 24), Type = PadSchema.PadInputType.Boolean @@ -312,7 +312,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(23, 15), @@ -320,7 +320,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(23, 36), @@ -328,7 +328,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(2, 24), @@ -336,7 +336,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(44, 24), @@ -344,21 +344,21 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(124, 24), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(147, 24), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Microphone", + Name = $"P{controller} Microphone", DisplayName = "Mic", Location = new Point(72, 24), Type = PadSchema.PadInputType.Boolean @@ -379,18 +379,18 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Zapper X", + Name = $"P{controller} Zapper X", Location = new Point(14, 17), Type = PadSchema.PadInputType.TargetedPair, TargetSize = new Size(256, 240), SecondaryNames = new[] { - "P" + controller + " Zapper Y", + $"P{controller} Zapper Y", } }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Fire", + Name = $"P{controller} Fire", DisplayName = "Fire", Location = new Point(284, 17), Type = PadSchema.PadInputType.Boolean @@ -411,7 +411,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Paddle", + Name = $"P{controller} Paddle", DisplayName = "Arkanoid Paddle", Location = new Point(14, 17), Type = PadSchema.PadInputType.FloatSingle, @@ -420,7 +420,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Fire", + Name = $"P{controller} Fire", DisplayName = "Fire", Location = new Point(14, 85), Type = PadSchema.PadInputType.Boolean @@ -440,56 +440,56 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " PP1", + Name = $"P{controller} PP1", DisplayName = "1 ", Location = new Point(14, 17), Type = PadSchema.PadInputType.Boolean, }, new PadSchema.ButtonSchema { - Name = "P" + controller + " PP2", + Name = $"P{controller} PP2", DisplayName = "2 ", Location = new Point(45, 17), Type = PadSchema.PadInputType.Boolean, }, new PadSchema.ButtonSchema { - Name = "P" + controller + " PP3", + Name = $"P{controller} PP3", DisplayName = "3 ", Location = new Point(76, 17), Type = PadSchema.PadInputType.Boolean, }, new PadSchema.ButtonSchema { - Name = "P" + controller + " PP4", + Name = $"P{controller} PP4", DisplayName = "4 ", Location = new Point(107, 17), Type = PadSchema.PadInputType.Boolean, }, new PadSchema.ButtonSchema { - Name = "P" + controller + " PP5", + Name = $"P{controller} PP5", DisplayName = "5 ", Location = new Point(14, 48), Type = PadSchema.PadInputType.Boolean, }, new PadSchema.ButtonSchema { - Name = "P" + controller + " PP6", + Name = $"P{controller} PP6", DisplayName = "6 ", Location = new Point(45, 48), Type = PadSchema.PadInputType.Boolean, }, new PadSchema.ButtonSchema { - Name = "P" + controller + " PP7", + Name = $"P{controller} PP7", DisplayName = "7 ", Location = new Point(76, 48), Type = PadSchema.PadInputType.Boolean, }, new PadSchema.ButtonSchema { - Name = "P" + controller + " PP8", + Name = $"P{controller} PP8", DisplayName = "8 ", Location = new Point(107, 48), Type = PadSchema.PadInputType.Boolean, @@ -497,28 +497,28 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " PP9", + Name = $"P{controller} PP9", DisplayName = "9 ", Location = new Point(14, 79), Type = PadSchema.PadInputType.Boolean, }, new PadSchema.ButtonSchema { - Name = "P" + controller + " PP10", + Name = $"P{controller} PP10", DisplayName = "10", Location = new Point(45, 79), Type = PadSchema.PadInputType.Boolean, }, new PadSchema.ButtonSchema { - Name = "P" + controller + " PP11", + Name = $"P{controller} PP11", DisplayName = "11", Location = new Point(76, 79), Type = PadSchema.PadInputType.Boolean, }, new PadSchema.ButtonSchema { - Name = "P" + controller + " PP12", + Name = $"P{controller} PP12", DisplayName = "12", Location = new Point(107, 79), Type = PadSchema.PadInputType.Boolean, @@ -539,25 +539,25 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Pen X", + Name = $"P{controller} Pen X", Location = new Point(14, 17), Type = PadSchema.PadInputType.TargetedPair, TargetSize = new Size(256, 240), SecondaryNames = new[] { - "P" + controller + " Pen Y", + $"P{controller} Pen Y", } }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Click", + Name = $"P{controller} Click", DisplayName = "Click", Location = new Point(284, 17), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Touch", + Name = $"P{controller} Touch", DisplayName = "Touch", Location = new Point(284, 48), Type = PadSchema.PadInputType.Boolean @@ -577,504 +577,504 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " F1", + Name = $"P{controller} F1", DisplayName = " F1 ", Location = new Point(23, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " F2", + Name = $"P{controller} F2", DisplayName = " F2 ", Location = new Point(76, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " F3", + Name = $"P{controller} F3", DisplayName = " F3 ", Location = new Point(129, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " F4", + Name = $"P{controller} F4", DisplayName = " F4 ", Location = new Point(182, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " F5", + Name = $"P{controller} F5", DisplayName = " F5 ", Location = new Point(235, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " F6", + Name = $"P{controller} F6", DisplayName = " F6 ", Location = new Point(288, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " F7", + Name = $"P{controller} F7", DisplayName = " F7 ", Location = new Point(341, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " F8", + Name = $"P{controller} F8", DisplayName = " F8 ", Location = new Point(394, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " 1", + Name = $"P{controller} 1", DisplayName = "1", Location = new Point(36, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " 2", + Name = $"P{controller} 2", DisplayName = "2", Location = new Point(60, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " 3", + Name = $"P{controller} 3", DisplayName = "3", Location = new Point(84, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " 4", + Name = $"P{controller} 4", DisplayName = "4", Location = new Point(108, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " 5", + Name = $"P{controller} 5", DisplayName = "5", Location = new Point(132, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " 6", + Name = $"P{controller} 6", DisplayName = "6", Location = new Point(156, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " 7", + Name = $"P{controller} 7", DisplayName = "7", Location = new Point(180, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " 8", + Name = $"P{controller} 8", DisplayName = "8", Location = new Point(204, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " 9", + Name = $"P{controller} 9", DisplayName = "9", Location = new Point(228, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " 0", + Name = $"P{controller} 0", DisplayName = "0", Location = new Point(252, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Minus", + Name = $"P{controller} Minus", DisplayName = "-", Location = new Point(276, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Caret", + Name = $"P{controller} Caret", DisplayName = "^", Location = new Point(296, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Yen", + Name = $"P{controller} Yen", DisplayName = "¥", Location = new Point(320, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Stop", + Name = $"P{controller} Stop", DisplayName = "STOP", Location = new Point(344, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Escape", + Name = $"P{controller} Escape", DisplayName = "ESC", Location = new Point(15, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Q", + Name = $"P{controller} Q", DisplayName = "Q", Location = new Point(54, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " W", + Name = $"P{controller} W", DisplayName = "W", Location = new Point(80, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " E", + Name = $"P{controller} E", DisplayName = "E", Location = new Point(108, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R", + Name = $"P{controller} R", DisplayName = "R", Location = new Point(132, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " T", + Name = $"P{controller} T", DisplayName = "T", Location = new Point(158, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Y", + Name = $"P{controller} Y", DisplayName = "Y", Location = new Point(182, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " U", + Name = $"P{controller} U", DisplayName = "U", Location = new Point(206, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " I", + Name = $"P{controller} I", DisplayName = "I", Location = new Point(232, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " O", + Name = $"P{controller} O", DisplayName = "O", Location = new Point(252, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " P", + Name = $"P{controller} P", DisplayName = "P", Location = new Point(278, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " At", + Name = $"P{controller} At", DisplayName = "@", Location = new Point(302, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left Bracket", + Name = $"P{controller} Left Bracket", DisplayName = "[", Location = new Point(330, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Return", + Name = $"P{controller} Return", DisplayName = "RETURN", Location = new Point(350, 61), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Control", + Name = $"P{controller} Control", DisplayName = "CTR", Location = new Point(30, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(70, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " S", + Name = $"P{controller} S", DisplayName = "S", Location = new Point(94, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " D", + Name = $"P{controller} D", DisplayName = "D", Location = new Point(118, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " F", + Name = $"P{controller} F", DisplayName = "F", Location = new Point(144, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " G", + Name = $"P{controller} G", DisplayName = "G", Location = new Point(168, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " H", + Name = $"P{controller} H", DisplayName = "H", Location = new Point(194, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " J", + Name = $"P{controller} J", DisplayName = "J", Location = new Point(220, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " K", + Name = $"P{controller} K", DisplayName = "K", Location = new Point(242, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " L", + Name = $"P{controller} L", DisplayName = "L", Location = new Point(266, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Semicolon", + Name = $"P{controller} Semicolon", DisplayName = ";", Location = new Point(290, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Colon", + Name = $"P{controller} Colon", DisplayName = ":", Location = new Point(311, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right Bracket", + Name = $"P{controller} Right Bracket", DisplayName = "]", Location = new Point(332, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " カナ", + Name = $"P{controller} カナ", DisplayName = "カナ", Location = new Point(352, 84), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left Shift", + Name = $"P{controller} Left Shift", DisplayName = "SHIFT", Location = new Point(10, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Z", + Name = $"P{controller} Z", DisplayName = "Z", Location = new Point(58, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X", + Name = $"P{controller} X", DisplayName = "X", Location = new Point(82, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C", + Name = $"P{controller} C", DisplayName = "C", Location = new Point(106, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " V", + Name = $"P{controller} V", DisplayName = "V", Location = new Point(130, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(154, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " N", + Name = $"P{controller} N", DisplayName = "N", Location = new Point(178, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " M", + Name = $"P{controller} M", DisplayName = "M", Location = new Point(203, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Comma", + Name = $"P{controller} Comma", DisplayName = ",", Location = new Point(229, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Period", + Name = $"P{controller} Period", DisplayName = ".", Location = new Point(249, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Slash", + Name = $"P{controller} Slash", DisplayName = "/", Location = new Point(270, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Underscore", + Name = $"P{controller} Underscore", DisplayName = "_", Location = new Point(292, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right Shift", + Name = $"P{controller} Right Shift", DisplayName = "SHIFT", Location = new Point(316, 107), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Graph", + Name = $"P{controller} Graph", DisplayName = "GRPH", Location = new Point(82, 130), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Space", + Name = $"P{controller} Space", DisplayName = " SPACE ", Location = new Point(130, 130), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Clear/Home", + Name = $"P{controller} Clear/Home", DisplayName = " CLR\nHOME", Location = new Point(420, 46), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Insert", + Name = $"P{controller} Insert", DisplayName = "\nINS", Location = new Point(470, 46), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Delete", + Name = $"P{controller} Delete", DisplayName = "\nDEL", Location = new Point(506, 46), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = " ↑ ", Location = new Point(468, 86), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = " ↓ ", Location = new Point(468, 134), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = " ← ", Location = new Point(446, 110), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = " ➝ ", Location = new Point(488, 110), Type = PadSchema.PadInputType.Boolean diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/PSXSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/PSXSchema.cs index 8277cf0d5a..0da6825d37 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/PSXSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/PSXSchema.cs @@ -49,12 +49,12 @@ namespace BizHawk.Client.EmuHawk { IsConsole = false, DefaultSize = new Size(500, 290), - DisplayName = "DualShock Player" + controller, + DisplayName = $"DualShock Player{controller}", Buttons = new[] { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(32, 50), @@ -62,7 +62,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(32, 71), @@ -70,7 +70,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(11, 62), @@ -78,7 +78,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(53, 62), @@ -86,49 +86,49 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " L1", + Name = $"P{controller} L1", DisplayName = "L1", Location = new Point(3, 32), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R1", + Name = $"P{controller} R1", DisplayName = "R1", Location = new Point(191, 32), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " L2", + Name = $"P{controller} L2", DisplayName = "L2", Location = new Point(3, 10), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R2", + Name = $"P{controller} R2", DisplayName = "R2", Location = new Point(191, 10), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " L3", + Name = $"P{controller} L3", DisplayName = "L3", Location = new Point(72, 90), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R3", + Name = $"P{controller} R3", DisplayName = "R3", Location = new Point(130, 90), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Square", + Name = $"P{controller} Square", DisplayName = "", Icon = Properties.Resources.Square, Location = new Point(148, 62), @@ -136,7 +136,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Triangle", + Name = $"P{controller} Triangle", DisplayName = "", Icon = Properties.Resources.Triangle, Location = new Point(169, 50), @@ -144,7 +144,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Circle", + Name = $"P{controller} Circle", DisplayName = "", Icon = Properties.Resources.Circle, Location = new Point(190, 62), @@ -152,7 +152,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Cross", + Name = $"P{controller} Cross", DisplayName = "", Icon = Properties.Resources.Cross, Location = new Point(169, 71), @@ -160,21 +160,21 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(112, 62), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Select", + Name = $"P{controller} Select", DisplayName = "s", Location = new Point(90, 62), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " LStick X", + Name = $"P{controller} LStick X", MinValue = 0, MidValue = 128, MaxValue = 255, @@ -187,7 +187,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " RStick X", + Name = $"P{controller} RStick X", MinValue = 0, MidValue = 128, MaxValue = 255, @@ -208,12 +208,12 @@ namespace BizHawk.Client.EmuHawk { IsConsole = false, DefaultSize = new Size(240, 115), - DisplayName = "Gamepad Player" + controller, + DisplayName = $"Gamepad Player{controller}", Buttons = new[] { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(37, 55), @@ -221,7 +221,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(37, 76), @@ -229,7 +229,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(16, 67), @@ -237,7 +237,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(58, 67), @@ -245,35 +245,35 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " L1", + Name = $"P{controller} L1", DisplayName = "L1", Location = new Point(8, 37), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R1", + Name = $"P{controller} R1", DisplayName = "R1", Location = new Point(196, 37), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " L2", + Name = $"P{controller} L2", DisplayName = "L2", Location = new Point(8, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R2", + Name = $"P{controller} R2", DisplayName = "R2", Location = new Point(196, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Square", + Name = $"P{controller} Square", DisplayName = "", Icon = Properties.Resources.Square, Location = new Point(153, 67), @@ -281,7 +281,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Triangle", + Name = $"P{controller} Triangle", DisplayName = "", Icon = Properties.Resources.Triangle, Location = new Point(174, 55), @@ -289,7 +289,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Circle", + Name = $"P{controller} Circle", DisplayName = "", Icon = Properties.Resources.Circle, Location = new Point(195, 67), @@ -297,7 +297,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Cross", + Name = $"P{controller} Cross", DisplayName = "", Icon = Properties.Resources.Cross, Location = new Point(174, 76), @@ -305,14 +305,14 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(112, 67), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Select", + Name = $"P{controller} Select", DisplayName = "s", Location = new Point(90, 67), Type = PadSchema.PadInputType.Boolean @@ -327,12 +327,12 @@ namespace BizHawk.Client.EmuHawk { IsConsole = false, DefaultSize = new Size(343, 195), - DisplayName = "NeGcon Player" + controller, + DisplayName = $"NeGcon Player{controller}", Buttons = new[] { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(36, 83), @@ -340,7 +340,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(36, 104), @@ -348,7 +348,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(15, 95), @@ -356,7 +356,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(57, 95), @@ -364,7 +364,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(78, 118), Type = PadSchema.PadInputType.Boolean @@ -372,14 +372,14 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(278, 38), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(308, 55), Type = PadSchema.PadInputType.Boolean @@ -387,7 +387,7 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " R", + Name = $"P{controller} R", DisplayName = "R", Location = new Point(308, 15), Type = PadSchema.PadInputType.Boolean @@ -395,7 +395,7 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " L", + Name = $"P{controller} L", DisplayName = "L", Location = new Point(5, 15), Type = PadSchema.PadInputType.FloatSingle, @@ -405,7 +405,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Twist", + Name = $"P{controller} Twist", DisplayName = "Twist", Location = new Point(125, 15), Type = PadSchema.PadInputType.FloatSingle, @@ -416,7 +416,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " 2", + Name = $"P{controller} 2", DisplayName = "II", Location = new Point(180, 60), Type = PadSchema.PadInputType.FloatSingle, @@ -426,7 +426,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " 1", + Name = $"P{controller} 1", DisplayName = "I", Location = new Point(220, 120), Type = PadSchema.PadInputType.FloatSingle, diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/PcfxSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/PcfxSchema.cs index 40597c4e78..c461599051 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/PcfxSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/PcfxSchema.cs @@ -52,7 +52,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(34, 17), @@ -60,7 +60,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(34, 61), @@ -68,7 +68,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(22, 39), @@ -76,7 +76,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(44, 39), @@ -86,28 +86,28 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Mode 1", + Name = $"P{controller} Mode 1", DisplayName = "Mode 1", Location = new Point(74, 17), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Mode 2", + Name = $"P{controller} Mode 2", DisplayName = "Mode 2", Location = new Point(74, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Select", + Name = $"P{controller} Select", DisplayName = "s", Location = new Point(77, 63), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Run", + Name = $"P{controller} Run", DisplayName = "R", Location = new Point(101, 63), Type = PadSchema.PadInputType.Boolean @@ -115,42 +115,42 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " IV", + Name = $"P{controller} IV", DisplayName = "IV", Location = new Point(140, 63), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " V", + Name = $"P{controller} V", DisplayName = "V", Location = new Point(166, 53), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " VI", + Name = $"P{controller} VI", DisplayName = "VI", Location = new Point(192, 43), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " I", + Name = $"P{controller} I", DisplayName = "I", Location = new Point(140, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " II", + Name = $"P{controller} II", DisplayName = "II", Location = new Point(166, 30), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " III", + Name = $"P{controller} III", DisplayName = "III", Location = new Point(192, 20), Type = PadSchema.PadInputType.Boolean @@ -178,14 +178,14 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse Left", + Name = $"P{controller} Mouse Left", DisplayName = "Left", Location = new Point(300, 17), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse Right", + Name = $"P{controller} Mouse Right", DisplayName = "Right", Location = new Point(300, 47), Type = PadSchema.PadInputType.Boolean diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/SatSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/SatSchema.cs index 73559c2678..063410e332 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/SatSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/SatSchema.cs @@ -75,7 +75,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(34, 17), @@ -83,7 +83,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(34, 61), @@ -91,7 +91,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(22, 39), @@ -99,7 +99,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(44, 39), @@ -107,63 +107,63 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(78, 52), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(110, 63), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(134, 53), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C", + Name = $"P{controller} C", DisplayName = "C", Location = new Point(158, 43), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X", + Name = $"P{controller} X", DisplayName = "X", Location = new Point(110, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Y", + Name = $"P{controller} Y", DisplayName = "Y", Location = new Point(134, 30), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Z", + Name = $"P{controller} Z", DisplayName = "Z", Location = new Point(158, 20), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " L", + Name = $"P{controller} L", DisplayName = "L", Location = new Point(2, 10), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R", + Name = $"P{controller} R", DisplayName = "R", Location = new Point(184, 10), Type = PadSchema.PadInputType.Boolean @@ -182,7 +182,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(290, 77), @@ -190,7 +190,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(290, 121), @@ -198,7 +198,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(278, 99), @@ -206,7 +206,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(300, 99), @@ -214,49 +214,49 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(334, 112), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(366, 123), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(390, 113), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C", + Name = $"P{controller} C", DisplayName = "C", Location = new Point(414, 103), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X", + Name = $"P{controller} X", DisplayName = "X", Location = new Point(366, 100), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Y", + Name = $"P{controller} Y", DisplayName = "Y", Location = new Point(390, 90), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Z", + Name = $"P{controller} Z", DisplayName = "Z", Location = new Point(414, 80), Type = PadSchema.PadInputType.Boolean @@ -318,28 +318,28 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse Left", + Name = $"P{controller} Mouse Left", DisplayName = "Left", Location = new Point(300, 17), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse Center", + Name = $"P{controller} Mouse Center", DisplayName = "Center", Location = new Point(300, 47), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse Right", + Name = $"P{controller} Mouse Right", DisplayName = "Right", Location = new Point(300, 77), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "Start", Location = new Point(300, 107), Type = PadSchema.PadInputType.Boolean @@ -369,7 +369,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(150, 20), @@ -377,7 +377,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(150, 43), @@ -385,49 +385,49 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(180, 63), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(204, 53), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C", + Name = $"P{controller} C", DisplayName = "C", Location = new Point(228, 43), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X", + Name = $"P{controller} X", DisplayName = "X", Location = new Point(180, 40), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Y", + Name = $"P{controller} Y", DisplayName = "Y", Location = new Point(204, 30), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Z", + Name = $"P{controller} Z", DisplayName = "Z", Location = new Point(228, 20), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "Start", Location = new Point(268, 20), Type = PadSchema.PadInputType.Boolean @@ -448,63 +448,63 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "Start", Location = new Point(45, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " L", + Name = $"P{controller} L", DisplayName = "L", Location = new Point(5, 58), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R", + Name = $"P{controller} R", DisplayName = "R", Location = new Point(105, 58), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X", + Name = $"P{controller} X", DisplayName = "X", Location = new Point(30, 43), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Y", + Name = $"P{controller} Y", DisplayName = "Y", Location = new Point(55, 43), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Z", + Name = $"P{controller} Z", DisplayName = "Z", Location = new Point(80, 43), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(30, 70), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(55, 70), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " C", + Name = $"P{controller} C", DisplayName = "C", Location = new Point(80, 70), Type = PadSchema.PadInputType.Boolean @@ -525,7 +525,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Throttle", + Name = $"P{controller} Throttle", DisplayName = "Throttle", Location = new Point(135, 13), Type = PadSchema.PadInputType.FloatSingle, @@ -563,7 +563,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left Throttle", + Name = $"P{controller} Left Throttle", DisplayName = "Throttle", Location = new Point(8, 13), Type = PadSchema.PadInputType.FloatSingle, @@ -588,7 +588,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right Throttle", + Name = $"P{controller} Right Throttle", DisplayName = "Throttle", Location = new Point(350, 13), Type = PadSchema.PadInputType.FloatSingle, diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/SmsSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/SmsSchema.cs index 209c7bd806..9f641beefe 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/SmsSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/SmsSchema.cs @@ -34,42 +34,42 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", Icon = Properties.Resources.BlueUp, Location = new Point(14, 12), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", Icon = Properties.Resources.BlueDown, Location = new Point(14, 56), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", Icon = Properties.Resources.Back, Location = new Point(2, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", Icon = Properties.Resources.Forward, Location = new Point(24, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B1", + Name = $"P{controller} B1", DisplayName = "1", Location = new Point(122, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B2", + Name = $"P{controller} B2", DisplayName = "2", Location = new Point(146, 34), Type = PadSchema.PadInputType.Boolean @@ -88,49 +88,49 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", Icon = Properties.Resources.BlueUp, Location = new Point(14, 12), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", Icon = Properties.Resources.BlueDown, Location = new Point(14, 56), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", Icon = Properties.Resources.Back, Location = new Point(2, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", Icon = Properties.Resources.Forward, Location = new Point(24, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(134, 12), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B1", + Name = $"P{controller} B1", DisplayName = "1", Location = new Point(122, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B2", + Name = $"P{controller} B2", DisplayName = "2", Location = new Point(146, 34), Type = PadSchema.PadInputType.Boolean diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/SnesSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/SnesSchema.cs index db530a30c8..3be18684f2 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/SnesSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/SnesSchema.cs @@ -117,7 +117,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(34, 17), @@ -125,7 +125,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(34, 61), @@ -133,7 +133,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(22, 39), @@ -141,7 +141,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(44, 39), @@ -149,14 +149,14 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " L", + Name = $"P{controller} L", DisplayName = "L", Location = new Point(2, 10), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " R", + Name = $"P{controller} R", DisplayName = "R", Location = new Point(174, 10), Type = PadSchema.PadInputType.Boolean @@ -164,14 +164,14 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Select", + Name = $"P{controller} Select", DisplayName = "s", Location = new Point(70, 39), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(92, 39), Type = PadSchema.PadInputType.Boolean @@ -179,28 +179,28 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Y", + Name = $"P{controller} Y", DisplayName = "Y", Location = new Point(121, 39), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(145, 52), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X", + Name = $"P{controller} X", DisplayName = "X", Location = new Point(122, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(146, 25), Type = PadSchema.PadInputType.Boolean @@ -219,7 +219,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse X", + Name = $"P{controller} Mouse X", MinValue = -128, MidValue = 0, MaxValue = 127, @@ -232,14 +232,14 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse Left", + Name = $"P{controller} Mouse Left", DisplayName = "Left", Location = new Point(275, 15), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Mouse Right", + Name = $"P{controller} Mouse Right", DisplayName = "Right", Location = new Point(275, 45), Type = PadSchema.PadInputType.Boolean @@ -260,39 +260,39 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Scope X", + Name = $"P{controller} Scope X", Location = new Point(14, 17), Type = PadSchema.PadInputType.TargetedPair, TargetSize = new Size(256, 240), SecondaryNames = new[] { - "P" + controller + " Scope Y", + $"P{controller} Scope Y", } }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Trigger", + Name = $"P{controller} Trigger", DisplayName = "Trigger", Location = new Point(284, 17), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Cursor", + Name = $"P{controller} Cursor", DisplayName = "Cursor", Location = new Point(284, 47), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Turbo", + Name = $"P{controller} Turbo", DisplayName = "Turbo", Location = new Point(284, 77), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Pause", + Name = $"P{controller} Pause", DisplayName = "Pause", Location = new Point(284, 107), Type = PadSchema.PadInputType.Boolean @@ -313,25 +313,25 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Justifier X", + Name = $"P{controller} Justifier X", Location = new Point(14, 17), Type = PadSchema.PadInputType.TargetedPair, TargetSize = new Size(256, 240), SecondaryNames = new[] { - "P" + controller + " Justifier Y", + $"P{controller} Justifier Y", } }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Trigger", + Name = $"P{controller} Trigger", DisplayName = "Trigger", Location = new Point(284, 17), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "Start", Location = new Point(284, 47), Type = PadSchema.PadInputType.Boolean @@ -362,7 +362,7 @@ namespace BizHawk.Client.EmuHawk { yield return new PadSchema.ButtonSchema { - Name = "P" + controller + " B" + i, + Name = $"P{controller} B{i}", DisplayName = i.ToString(), Location = new Point(startX + (i * buttonSpacingX), startY), Type = PadSchema.PadInputType.Boolean @@ -373,7 +373,7 @@ namespace BizHawk.Client.EmuHawk { yield return new PadSchema.ButtonSchema { - Name = "P" + controller + " B" + (i + 16), + Name = $"P{controller} B{i + 16}", DisplayName = (i + 16).ToString(), Location = new Point(startX + (i * buttonSpacingX), startY + buttonSpacingY), Type = PadSchema.PadInputType.Boolean diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/WonderSwanSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/WonderSwanSchema.cs index 3497fdf045..132dcca53b 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/WonderSwanSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/WonderSwanSchema.cs @@ -26,28 +26,28 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Y1", + Name = $"P{controller} Y1", DisplayName = "Y1", Location = new Point(23, 12), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Y4", + Name = $"P{controller} Y4", DisplayName = "Y4", Location = new Point(9, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Y2", + Name = $"P{controller} Y2", DisplayName = "Y2", Location = new Point(38, 34), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Y3", + Name = $"P{controller} Y3", DisplayName = "Y3", Location = new Point(23, 56), Type = PadSchema.PadInputType.Boolean @@ -55,28 +55,28 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " X1", + Name = $"P{controller} X1", DisplayName = "X1", Location = new Point(23, 92), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X4", + Name = $"P{controller} X4", DisplayName = "X4", Location = new Point(9, 114), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X2", + Name = $"P{controller} X2", DisplayName = "X2", Location = new Point(38, 114), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X3", + Name = $"P{controller} X3", DisplayName = "X3", Location = new Point(23, 136), Type = PadSchema.PadInputType.Boolean @@ -84,7 +84,7 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(80, 114), Type = PadSchema.PadInputType.Boolean @@ -92,7 +92,7 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(110, 114), Type = PadSchema.PadInputType.Boolean @@ -100,7 +100,7 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(133, 103), Type = PadSchema.PadInputType.Boolean @@ -120,14 +120,14 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " A", + Name = $"P{controller} A", DisplayName = "A", Location = new Point(23, 12), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " B", + Name = $"P{controller} B", DisplayName = "B", Location = new Point(46, 22), Type = PadSchema.PadInputType.Boolean @@ -135,7 +135,7 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Start", + Name = $"P{controller} Start", DisplayName = "S", Location = new Point(32, 58), Type = PadSchema.PadInputType.Boolean @@ -143,28 +143,28 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " Y2", + Name = $"P{controller} Y2", DisplayName = "Y2", Location = new Point(23, 112), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Y1", + Name = $"P{controller} Y1", DisplayName = "Y1", Location = new Point(9, 134), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Y3", + Name = $"P{controller} Y3", DisplayName = "Y3", Location = new Point(38, 134), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Y4", + Name = $"P{controller} Y4", DisplayName = "Y4", Location = new Point(23, 156), Type = PadSchema.PadInputType.Boolean @@ -172,28 +172,28 @@ namespace BizHawk.Client.EmuHawk new PadSchema.ButtonSchema { - Name = "P" + controller + " X2", + Name = $"P{controller} X2", DisplayName = "X2", Location = new Point(103, 112), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X1", + Name = $"P{controller} X1", DisplayName = "X1", Location = new Point(89, 134), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X3", + Name = $"P{controller} X3", DisplayName = "X3", Location = new Point(118, 134), Type = PadSchema.PadInputType.Boolean }, new PadSchema.ButtonSchema { - Name = "P" + controller + " X4", + Name = $"P{controller} X4", DisplayName = "X4", Location = new Point(103, 156), Type = PadSchema.PadInputType.Boolean diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/ZXSpectrumSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/ZXSpectrumSchema.cs index cdbf9228c0..fa8150558f 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/ZXSpectrumSchema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/ZXSpectrumSchema.cs @@ -22,7 +22,7 @@ namespace BizHawk.Client.EmuHawk { return new PadSchema { - DisplayName = "Joystick " + controller, + DisplayName = $"Joystick {controller}", IsConsole = false, DefaultSize = new Size(174, 74), MaxSize = new Size(174, 74), @@ -30,7 +30,7 @@ namespace BizHawk.Client.EmuHawk { new PadSchema.ButtonSchema { - Name = "P" + controller + " Up", + Name = $"P{controller} Up", DisplayName = "", Icon = Properties.Resources.BlueUp, Location = new Point(23, 15), @@ -38,7 +38,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Down", + Name = $"P{controller} Down", DisplayName = "", Icon = Properties.Resources.BlueDown, Location = new Point(23, 36), @@ -46,7 +46,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Left", + Name = $"P{controller} Left", DisplayName = "", Icon = Properties.Resources.Back, Location = new Point(2, 24), @@ -54,7 +54,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Right", + Name = $"P{controller} Right", DisplayName = "", Icon = Properties.Resources.Forward, Location = new Point(44, 24), @@ -62,7 +62,7 @@ namespace BizHawk.Client.EmuHawk }, new PadSchema.ButtonSchema { - Name = "P" + controller + " Button", + Name = $"P{controller} Button", DisplayName = "B", Location = new Point(124, 24), Type = PadSchema.PadInputType.Boolean @@ -178,12 +178,12 @@ namespace BizHawk.Client.EmuHawk string disp = b.DisName; if (txtLength == 1) - disp = " " + disp; + disp = $" {disp}"; switch(b.DisName) { - case "SPACE": disp = " " + disp + " "; break; - case "I": disp = " " + disp + " "; break; + case "SPACE": disp = $" {disp} "; break; + case "I": disp = $" {disp} "; break; case "W": disp = b.DisName; break; } diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.cs index 253ff2aabd..6bddc22761 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.cs @@ -61,21 +61,10 @@ namespace BizHawk.Client.EmuHawk } AddressBox.SetHexProperties(_watchList[0].Domain.Size); - if (_watchList.Count < 10) // Hack in case an asburd amount of addresses is picked, this can get slow and create a too long string - { - AddressBox.Text = _watchList - .Select(a => a.AddressString) - .Distinct() - .Aggregate((addrStr, nextStr) => addrStr + ("," + nextStr)); - } - else - { - AddressBox.Text = _watchList - .Take(10) - .Select(a => a.AddressString) - .Distinct() - .Aggregate((addrStr, nextStr) => addrStr + ("," + nextStr)); - } + AddressBox.Text = (_watchList.Count > 10 ? _watchList.Take(10) : _watchList) // Hack in case an absurd amount of addresses are picked, this can be slow and create too long of a string + .Select(a => a.AddressString) + .Distinct() + .Aggregate((addrStr, nextStr) => $"{addrStr},{nextStr}"); ValueBox.ByteSize = _watchList[0].Size; ValueBox.Type = _watchList[0].Type; @@ -91,7 +80,7 @@ namespace BizHawk.Client.EmuHawk private void SetTitle() { - Text = "RAM Poke - " + _watchList[0].Domain.Name; + Text = $"RAM Poke - {_watchList[0].Domain.Name}"; } private void Cancel_Click(object sender, EventArgs e) diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs index 690acc99e2..a92d3a89fb 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs @@ -566,12 +566,12 @@ namespace BizHawk.Client.EmuHawk private void SetRemovedMessage(int val) { - MessageLabel.Text = val + " address" + (val != 1 ? "es" : "") + " removed"; + MessageLabel.Text = $"{val} {(val == 1 ? "address" : "addresses")} removed"; } private void SetTotal() { - TotalSearchLabel.Text = $"{_searches.Count:n0}" + " addresses"; + TotalSearchLabel.Text = $"{_searches.Count:n0} addresses"; } private void SetDomainLabel() @@ -838,7 +838,7 @@ namespace BizHawk.Client.EmuHawk else { _searches.AddRange(addresses, append); - MessageLabel.Text = file.Name + " loaded"; + MessageLabel.Text = $"{file.Name} loaded"; } UpdateList(); @@ -1015,7 +1015,7 @@ namespace BizHawk.Client.EmuHawk if (watches.Save()) { _currentFileName = watches.CurrentFileName; - MessageLabel.Text = Path.GetFileName(_currentFileName) + " saved"; + MessageLabel.Text = $"{Path.GetFileName(_currentFileName)} saved"; Settings.RecentSearches.Add(watches.CurrentFileName); } } @@ -1024,7 +1024,7 @@ namespace BizHawk.Client.EmuHawk var result = watches.SaveAs(GetWatchSaveFileFromUser(watches.CurrentFileName)); if (result) { - MessageLabel.Text = Path.GetFileName(_currentFileName) + " saved"; + MessageLabel.Text = $"{Path.GetFileName(_currentFileName)} saved"; Settings.RecentSearches.Add(watches.CurrentFileName); } } @@ -1042,7 +1042,7 @@ namespace BizHawk.Client.EmuHawk if (watches.SaveAs(GetWatchSaveFileFromUser(watches.CurrentFileName))) { _currentFileName = watches.CurrentFileName; - MessageLabel.Text = Path.GetFileName(_currentFileName) + " saved"; + MessageLabel.Text = $"{Path.GetFileName(_currentFileName)} saved"; Settings.RecentSearches.Add(watches.CurrentFileName); } } @@ -1107,7 +1107,7 @@ namespace BizHawk.Client.EmuHawk { var item = new ToolStripMenuItem { - Name = type + "ToolStripMenuItem", + Name = $"{type}ToolStripMenuItem", Text = Watch.DisplayTypeToString(type), Checked = _settings.Type == type, }; @@ -1246,7 +1246,7 @@ namespace BizHawk.Client.EmuHawk ToggleSearchDependentToolBarItems(); _forcePreviewClear = true; UpdateUndoToolBarButtons(); - MessageLabel.Text = restoredCount + " address" + (restoredCount != 1 ? "es" : "") + " restored"; + MessageLabel.Text = $"{restoredCount} {(restoredCount == 1 ? "address" : "addresses")} restored"; } } @@ -1259,7 +1259,7 @@ namespace BizHawk.Client.EmuHawk ToggleSearchDependentToolBarItems(); _forcePreviewClear = true; UpdateUndoToolBarButtons(); - MessageLabel.Text = restoredCount + " address" + (restoredCount != 1 ? "es" : "") + " removed"; + MessageLabel.Text = $"{restoredCount} {(restoredCount == 1 ? "address" : "addresses")} removed"; } } diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs index bd7c0a8d0d..d5fcb1ec3a 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs @@ -615,7 +615,7 @@ namespace BizHawk.Client.EmuHawk { if (saved) { - message = Path.GetFileName(_watches.CurrentFileName) + " saved."; + message = $"{Path.GetFileName(_watches.CurrentFileName)} saved."; } else { diff --git a/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.cs b/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.cs index c64f671bac..617bb0dac5 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.cs @@ -84,7 +84,7 @@ namespace BizHawk.Client.EmuHawk NotesBox.Text = ""; AddressBox.Enabled = false; - AddressBox.Text = _watchList.Select(a => a.AddressString).Aggregate((addrStr, nextStr) => addrStr + ("," + nextStr)); + AddressBox.Text = _watchList.Select(a => a.AddressString).Aggregate((addrStr, nextStr) => $"{addrStr},{nextStr}"); BigEndianCheckBox.ThreeState = true; @@ -132,7 +132,7 @@ namespace BizHawk.Client.EmuHawk Text = "New Watch"; break; case Mode.Edit: - Text = "Edit Watch" + (_watchList.Count > 1 ? "es" : ""); + Text = $"Edit {(_watchList.Count == 1 ? "Watch" : "Watches")}"; break; case Mode.Duplicate: Text = "Duplicate Watch"; diff --git a/BizHawk.Client.EmuHawk/tools/Watch/WatchValueBox.cs b/BizHawk.Client.EmuHawk/tools/Watch/WatchValueBox.cs index e5016cfd99..c91ed41e24 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/WatchValueBox.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/WatchValueBox.cs @@ -708,18 +708,18 @@ namespace BizHawk.Client.EmuHawk Text = val.Value.ToHexString(MaxLength); break; case DisplayType.FixedPoint_12_4: - Text = string.Format("{0:F5}", val.Value / 16.0); + Text = $"{val.Value / 16.0:F5}"; break; case DisplayType.FixedPoint_20_12: - Text = string.Format("{0:F5}", val.Value / 4096.0); + Text = $"{val.Value / 4096.0:F5}"; break; case DisplayType.FixedPoint_16_16: - Text = string.Format("{0:F5}", val.Value / 65536.0); + Text = $"{val.Value / 65536.0:F5}"; break; case DisplayType.Float: var bytes = BitConverter.GetBytes(val.Value); float _float = BitConverter.ToSingle(bytes, 0); - Text = string.Format("{0:F6}", _float); + Text = $"{_float:F6}"; break; } } From cff8c855a431d4f66b1395d5b416b3160fbcee5f Mon Sep 17 00:00:00 2001 From: James Groom Date: Tue, 26 Mar 2019 17:57:33 +1100 Subject: [PATCH 2/2] Use string interpolation --- BizHawk.Client.EmuHawk/JumpLists.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/JumpLists.cs b/BizHawk.Client.EmuHawk/JumpLists.cs index db41963523..d36aabdb3f 100644 --- a/BizHawk.Client.EmuHawk/JumpLists.cs +++ b/BizHawk.Client.EmuHawk/JumpLists.cs @@ -49,7 +49,7 @@ namespace BizHawk.Client.EmuHawk dynamic ji = Activator.CreateInstance(JumpTask); ji.ApplicationPath = exepath; - ji.Arguments = '"' + fullpath + '"'; + ji.Arguments = $"\"{fullpath}\""; ji.Title = title; // for some reason, this doesn't work ji.WorkingDirectory = Path.GetDirectoryName(exepath);