Fix typos in strings and comments (from #971)
This commit is contained in:
parent
2f64427199
commit
c38fb09d3c
|
@ -542,7 +542,7 @@
|
|||
this.label47.Name = "label47";
|
||||
this.label47.Size = new System.Drawing.Size(319, 13);
|
||||
this.label47.TabIndex = 14;
|
||||
this.label47.Text = "(GLideN64 is the newest pluging and has the highest compatibility)";
|
||||
this.label47.Text = "(GLideN64 is the newest plugin and has the highest compatibility)";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
|
|
|
@ -318,7 +318,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//Game Genie
|
||||
else if (SingleCheat.Contains("-") == true && SingleCheat.LastIndexOf("-") != 7 && SingleCheat.IndexOf("-") != 3)
|
||||
{
|
||||
MessageBox.Show("All GameBoy Game Geneie Codes need to have a dash after the third character and seventh character.", "Input Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
MessageBox.Show("All GameBoy Game Genie Codes need to have a dash after the third character and seventh character.", "Input Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -2489,7 +2489,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//Make our Strings get the Hex Values.
|
||||
address = add.ToString("X6");
|
||||
value = val.ToString("X4");
|
||||
//Game Geneie, modifies the "ROM" which is why it says, "MD CART"
|
||||
//Game Genie, modifies the "ROM" which is why it says, "MD CART"
|
||||
var watch = Watch.GenerateWatch(MemoryDomains["M68K BUS"], long.Parse(address, NumberStyles.HexNumber), WatchSize.Word, Common.DisplayType.Hex, true, txtDescription.Text);
|
||||
//Add Cheat
|
||||
Global.CheatList.Add(new Cheat(watch, val));
|
||||
|
@ -3040,7 +3040,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//Game Genie
|
||||
else if (SingleCheat.LastIndexOf("-") != 7 && SingleCheat.IndexOf("-") != 3)
|
||||
{
|
||||
MessageBox.Show("All Master System Game Geneie Codes need to have a dash after the third character and seventh character.", "Input Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
MessageBox.Show("All Master System Game Genie Codes need to have a dash after the third character and seventh character.", "Input Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
return;
|
||||
}
|
||||
try
|
||||
|
|
|
@ -173,7 +173,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
public void DrawText(int x, int y, string message, Color? forecolor = null, Color? backcolor = null, int? fontsize = null, string fontfamily = null, string fontstyle = null, string horizalign = null, string vertalign = null) => APIs.Gui.DrawString(x, y, message, forecolor, backcolor, fontsize, fontfamily, fontstyle, horizalign, vertalign);
|
||||
|
||||
[LuaMethodExample("gui.pixelText( 16, 32, \"Some message\", 0x7F0000FF, 0x00007FFF, \"Arial Narrow\" );")]
|
||||
[LuaMethod("pixelText", "Draws the given message in the emulator screen space (like all draw functions) at the given x,y coordinates and the given color. The default color is white. Two font families are available, \"fceux\" and \"gens\" (or \"0\" and \"1\" respectively), both are monospace and have the same size as in the emulaors they've been taken from. If no font family is specified, it uses \"gens\" font, unless that's overridden via gui.defaultPixelFont()")]
|
||||
[LuaMethod("pixelText", "Draws the given message in the emulator screen space (like all draw functions) at the given x,y coordinates and the given color. The default color is white. Two font families are available, \"fceux\" and \"gens\" (or \"0\" and \"1\" respectively), both are monospace and have the same size as in the emulators they've been taken from. If no font family is specified, it uses \"gens\" font, unless that's overridden via gui.defaultPixelFont()")]
|
||||
public void DrawText(int x, int y, string message, Color? forecolor = null, Color? backcolor = null, string fontfamily = null) => APIs.Gui.DrawText(x, y, message, forecolor, backcolor ?? APIs.Gui.GetDefaultTextBackground().Value, fontfamily);
|
||||
|
||||
[LuaMethodExample("gui.text( 16, 32, \"Some message\", 0x7F0000FF, \"bottomleft\" );")]
|
||||
|
|
|
@ -50,7 +50,7 @@ namespace BizHawk.Emulation.Cores.Computers.AmstradCPC
|
|||
sbm.AppendLine();
|
||||
sbm.AppendLine("The detected disk image contains multiple sides.");
|
||||
sbm.AppendLine("This is NOT currently supported in CPCHawk.");
|
||||
sbm.AppendLine("Please find an alternate image/dump where each side has been saved as a separate *.dsk image (and use the mutli-disk bundler tool to load into Bizhawk).");
|
||||
sbm.AppendLine("Please find an alternate image/dump where each side has been saved as a separate *.dsk image (and use the multi-disk bundler tool to load into Bizhawk).");
|
||||
throw new System.NotImplementedException(sbm.ToString());
|
||||
}
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ namespace BizHawk.Emulation.Cores.Computers.AmstradCPC
|
|||
sbm.AppendLine();
|
||||
sbm.AppendLine("The detected disk image contains multiple sides.");
|
||||
sbm.AppendLine("This is NOT currently supported in CPCHawk.");
|
||||
sbm.AppendLine("Please find an alternate image/dump where each side has been saved as a separate *.dsk image (and use the mutli-disk bundler tool to load into Bizhawk).");
|
||||
sbm.AppendLine("Please find an alternate image/dump where each side has been saved as a separate *.dsk image (and use the multi-disk bundler tool to load into Bizhawk).");
|
||||
throw new System.NotImplementedException(sbm.ToString());
|
||||
}
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
|||
sbm.AppendLine();
|
||||
sbm.AppendLine("The detected disk image contains multiple sides.");
|
||||
sbm.AppendLine("This is NOT currently supported in ZXHawk.");
|
||||
sbm.AppendLine("Please find an alternate image/dump where each side has been saved as a separate *.dsk image (and use the mutli-disk bundler tool to load into Bizhawk).");
|
||||
sbm.AppendLine("Please find an alternate image/dump where each side has been saved as a separate *.dsk image (and use the multi-disk bundler tool to load into Bizhawk).");
|
||||
throw new System.NotImplementedException(sbm.ToString());
|
||||
}
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
|||
sbm.AppendLine();
|
||||
sbm.AppendLine("The detected disk image contains multiple sides.");
|
||||
sbm.AppendLine("This is NOT currently supported in ZXHawk.");
|
||||
sbm.AppendLine("Please find an alternate image/dump where each side has been saved as a separate *.dsk image (and use the mutli-disk bundler tool to load into Bizhawk).");
|
||||
sbm.AppendLine("Please find an alternate image/dump where each side has been saved as a separate *.dsk image (and use the multi-disk bundler tool to load into Bizhawk).");
|
||||
throw new System.NotImplementedException(sbm.ToString());
|
||||
}
|
||||
|
||||
|
|
|
@ -343,7 +343,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64.NativeApi
|
|||
/// </summary>
|
||||
/// <param name="CoreHandle">The DLL handle for the core DLL</param>
|
||||
/// <param name="Context">Giving a context to the DebugCallback</param>
|
||||
/// <param name="DebugCallback">A function to use when the pluging wants to output debug messages</param>
|
||||
/// <param name="DebugCallback">A function to use when the plugin wants to output debug messages</param>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public delegate m64p_error PluginStartup(IntPtr CoreHandle, string Context, DebugCallback DebugCallback);
|
||||
|
||||
|
|
Loading…
Reference in New Issue