diff --git a/BizHawk.Emulation.Common/Interfaces/IEmulator.cs b/BizHawk.Emulation.Common/Interfaces/IEmulator.cs index 520a5f33d6..4d3926d6fc 100644 --- a/BizHawk.Emulation.Common/Interfaces/IEmulator.cs +++ b/BizHawk.Emulation.Common/Interfaces/IEmulator.cs @@ -27,7 +27,7 @@ namespace BizHawk.Emulation.Common /// /// Runs the emulator core for 1 frame /// note that (some?) cores expect you to call SoundProvider.GetSamples() after each FrameAdvance() - /// please do this, even when rendersound = false + /// please do this, even when = false /// The instance that the core will use for input. /// The provided by the client must provide the buttons specified by the core through the property /// diff --git a/BizHawk.Emulation.Common/Sound/Utilities/SpeexResampler.cs b/BizHawk.Emulation.Common/Sound/Utilities/SpeexResampler.cs index e67031ee1e..13870fac9c 100644 --- a/BizHawk.Emulation.Common/Sound/Utilities/SpeexResampler.cs +++ b/BizHawk.Emulation.Common/Sound/Utilities/SpeexResampler.cs @@ -133,7 +133,7 @@ namespace BizHawk.Emulation.Common /// /// Set (change) the input/output sampling rates and resampling ratio (fractional values in Hz supported). /// - /// esampler state + /// resampler state /// Numerator of the sampling rate ratio /// Denominator of the sampling rate ratio /// Input sampling rate rounded to the nearest integer (in Hz). @@ -219,7 +219,7 @@ namespace BizHawk.Emulation.Common */ /// - /// Make sure that the first samples to go out of the resamplers don't have + /// Make sure that the first samples to go out of the resampler don't have /// leading zeros. This is only useful before starting to use a newly created /// resampler. It is recommended to use that when resampling an audio file, as /// it will generate a file with the same length. For real-time processing, diff --git a/Settings.StyleCop b/Settings.StyleCop new file mode 100644 index 0000000000..c605d2a46e --- /dev/null +++ b/Settings.StyleCop @@ -0,0 +1,121 @@ + + + + blargg + blargg's + buf + inrate + int + libretro + outrate + queueing + resampler + saveram + savestate + savestates + Speex + + + + + + + + False + + + + + + + + + + False + + + + + False + + + + + + + + + + False + + + + + False + + + + + False + + + + + False + + + + + False + + + + + False + + + + + + + + + + False + + + + + + + + + + False + + + + + + in + is + sa + to + dx + dy + k + + + + + + + + False + + + + + + + \ No newline at end of file