From ccb69b18a9ef715f7f32bd7cba9ef546d0ea2d71 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Wed, 3 Jul 2024 22:47:52 +1000 Subject: [PATCH] Use a global import for `System.*` --- src/BizHawk.BizInvoke/BizInvokeUtilities.cs | 1 - src/BizHawk.BizInvoke/BizInvoker.cs | 1 - src/BizHawk.BizInvoke/BizInvokerUtilities.cs | 1 - src/BizHawk.BizInvoke/CallingConventionAdapter.cs | 1 - src/BizHawk.Bizware.Audio/OpenALSoundOutput.cs | 1 - src/BizHawk.Bizware.Audio/SDL2WavStream.cs | 1 - src/BizHawk.Bizware.Audio/XAudio2SoundOutput.cs | 1 - src/BizHawk.Bizware.Graphics.Controls/Controls/D3D11Control.cs | 1 - .../Controls/GDIPlusControl.cs | 1 - .../Controls/OpenGLControl.cs | 1 - .../GraphicsControlFactory.cs | 2 -- src/BizHawk.Bizware.Graphics/BitmapBuffer.cs | 1 - src/BizHawk.Bizware.Graphics/BitmapLoadOptions.cs | 1 - src/BizHawk.Bizware.Graphics/D3D11/D3D11GLInterop.cs | 2 -- src/BizHawk.Bizware.Graphics/D3D11/D3D11Pipeline.cs | 1 - src/BizHawk.Bizware.Graphics/D3D11/D3D11Resources.cs | 1 - src/BizHawk.Bizware.Graphics/D3D11/D3D11SwapChain.cs | 2 -- src/BizHawk.Bizware.Graphics/D3D11/D3D11Texture2D.cs | 1 - src/BizHawk.Bizware.Graphics/D3D11/IGL_D3D11.cs | 1 - .../GDIPlus/GDIPlusControlRenderTarget.cs | 1 - src/BizHawk.Bizware.Graphics/GDIPlus/IGL_GDIPlus.cs | 1 - src/BizHawk.Bizware.Graphics/ImGuiResourceCache.cs | 1 - src/BizHawk.Bizware.Graphics/Interfaces/I2DRenderer.cs | 1 - src/BizHawk.Bizware.Graphics/Interfaces/IGL.cs | 1 - src/BizHawk.Bizware.Graphics/Interfaces/IGuiRenderer.cs | 1 - src/BizHawk.Bizware.Graphics/Interfaces/IPipeline.cs | 1 - src/BizHawk.Bizware.Graphics/Interfaces/ITexture2D.cs | 2 -- src/BizHawk.Bizware.Graphics/OpenGL/IGL_OpenGL.cs | 1 - src/BizHawk.Bizware.Graphics/OpenGL/OpenGLPipeline.cs | 1 - src/BizHawk.Bizware.Graphics/OpenGL/OpenGLRenderTarget.cs | 2 -- src/BizHawk.Bizware.Graphics/OpenGL/OpenGLTexture2D.cs | 2 -- src/BizHawk.Bizware.Graphics/OpenGL/SDL2OpenGLContext.cs | 2 -- src/BizHawk.Bizware.Graphics/OpenGL/SavedOpenGLContext.cs | 2 -- src/BizHawk.Bizware.Graphics/PipelineCompileArgs.cs | 1 - src/BizHawk.Bizware.Graphics/Renderers/GDIPlusGuiRenderer.cs | 1 - src/BizHawk.Bizware.Graphics/Renderers/GuiRenderer.cs | 1 - src/BizHawk.Bizware.Graphics/Renderers/ImGui2DRenderer.cs | 1 - src/BizHawk.Bizware.Graphics/Renderers/SDLImGui2DRenderer.cs | 1 - src/BizHawk.Bizware.Graphics/Renderers/StringRenderer.cs | 1 - src/BizHawk.Bizware.Graphics/RetroShader.cs | 1 - src/BizHawk.Bizware.Input/KeyInput/IKeyInput.cs | 1 - src/BizHawk.Bizware.Input/KeyInput/KeyInputFactory.cs | 2 -- src/BizHawk.Bizware.Input/KeyInput/RawKeyInput.cs | 1 - src/BizHawk.Bizware.Input/KeyInput/X11KeyInput.cs | 1 - src/BizHawk.Bizware.Input/OSTailoredKeyInputAdapter.cs | 1 - src/BizHawk.Bizware.Input/SDL2/SDL2Gamepad.cs | 1 - src/BizHawk.Bizware.Input/SDL2/SDL2InputAdapter.cs | 1 - src/BizHawk.Bizware.Test/Program.cs | 1 - src/BizHawk.Client.Common/Api/ApiContainer.cs | 1 - src/BizHawk.Client.Common/Api/ApiInjector.cs | 1 - src/BizHawk.Client.Common/Api/BasicApiProvider.cs | 1 - src/BizHawk.Client.Common/Api/Classes/EmuClientApi.cs | 1 - src/BizHawk.Client.Common/Api/Classes/EmulationApi.cs | 1 - src/BizHawk.Client.Common/Api/Classes/GuiApi.cs | 1 - src/BizHawk.Client.Common/Api/Classes/JoypadApi.cs | 1 - src/BizHawk.Client.Common/Api/Classes/MemoryApi.cs | 1 - src/BizHawk.Client.Common/Api/Classes/MemorySaveStateApi.cs | 1 - src/BizHawk.Client.Common/Api/Classes/MovieApi.cs | 1 - src/BizHawk.Client.Common/Api/Classes/SQLiteApi.cs | 1 - src/BizHawk.Client.Common/Api/Classes/SaveStateApi.cs | 1 - src/BizHawk.Client.Common/Api/Classes/UserDataApi.cs | 1 - src/BizHawk.Client.Common/Api/ClientWebSocketWrapper.cs | 1 - src/BizHawk.Client.Common/Api/DisplaySurfaceID.cs | 1 - src/BizHawk.Client.Common/Api/ExternalToolAttributes.cs | 1 - src/BizHawk.Client.Common/Api/HttpCommunication.cs | 1 - src/BizHawk.Client.Common/Api/IExternalApiProvider.cs | 1 - src/BizHawk.Client.Common/Api/Interfaces/IEmuClientApi.cs | 1 - src/BizHawk.Client.Common/Api/Interfaces/IGuiApi.cs | 1 - src/BizHawk.Client.Common/Api/Interfaces/IInputApi.cs | 1 - src/BizHawk.Client.Common/Api/Interfaces/IToolApi.cs | 1 - src/BizHawk.Client.Common/Api/MemoryMappedFiles.cs | 1 - src/BizHawk.Client.Common/Api/SocketServer.cs | 1 - src/BizHawk.Client.Common/Api/WebSocketServer.cs | 1 - src/BizHawk.Client.Common/ArgParser.cs | 1 - src/BizHawk.Client.Common/BitmapBufferVideoProvider.cs | 2 -- src/BizHawk.Client.Common/BreakpointList.cs | 1 - src/BizHawk.Client.Common/Controller.cs | 1 - src/BizHawk.Client.Common/DialogControllerExtensions.cs | 1 - src/BizHawk.Client.Common/DisplayManager/DisplayManagerBase.cs | 1 - src/BizHawk.Client.Common/DisplayManager/FilterManager.cs | 1 - src/BizHawk.Client.Common/DisplayManager/Filters/Gui.cs | 1 - src/BizHawk.Client.Common/DisplayManager/Filters/Retro.cs | 1 - src/BizHawk.Client.Common/DisplayManager/OSDManager.cs | 1 - .../DisplayManager/RenderTargetFrugalizer.cs | 1 - .../DisplayManager/SimpleGDIPDisplayManager.cs | 1 - src/BizHawk.Client.Common/DisplayManager/TextureFrugalizer.cs | 1 - src/BizHawk.Client.Common/DisplayManager/UIMessage.cs | 2 -- src/BizHawk.Client.Common/EventTypes.cs | 2 -- src/BizHawk.Client.Common/ExceptionClasses.cs | 2 -- src/BizHawk.Client.Common/FrameworkZipWriter.cs | 1 - src/BizHawk.Client.Common/HostCapabilityDetector.cs | 2 -- src/BizHawk.Client.Common/IMainFormForApi.cs | 1 - src/BizHawk.Client.Common/IZipWriter.cs | 1 - src/BizHawk.Client.Common/OpenAdvanced.cs | 1 - src/BizHawk.Client.Common/QuickBmpFile.cs | 1 - src/BizHawk.Client.Common/RecentFiles.cs | 1 - src/BizHawk.Client.Common/RomGame.cs | 1 - src/BizHawk.Client.Common/RomLoader.cs | 1 - src/BizHawk.Client.Common/SaveSlotManager.cs | 1 - src/BizHawk.Client.Common/SharpCompressArchiveFile.cs | 1 - src/BizHawk.Client.Common/SharpCompressDearchivalMethod.cs | 1 - src/BizHawk.Client.Common/Sound/Interfaces/ISoundOutput.cs | 1 - src/BizHawk.Client.Common/Sound/Output/DummySoundOutput.cs | 1 - src/BizHawk.Client.Common/Sound/Utilities/BufferedAsync.cs | 1 - .../Sound/Utilities/SoundOutputProvider.cs | 1 - .../Sound/Utilities/SyncToAsyncProvider.cs | 2 -- src/BizHawk.Client.Common/XmlGame.cs | 1 - src/BizHawk.Client.Common/cheats/GameSharkDecoder.cs | 1 - src/BizHawk.Client.Common/cheats/GbGameSharkDecoder.cs | 1 - src/BizHawk.Client.Common/cheats/GbGgGameGenieDecoder.cs | 2 -- src/BizHawk.Client.Common/cheats/GbaGameSharkDecoder.cs | 1 - src/BizHawk.Client.Common/cheats/GenesisActionReplayDecoder.cs | 1 - src/BizHawk.Client.Common/cheats/GenesisGameGenieDecoder.cs | 1 - src/BizHawk.Client.Common/cheats/N64GameSharkDecoder.cs | 1 - src/BizHawk.Client.Common/cheats/NesGameGenieDecoder.cs | 1 - src/BizHawk.Client.Common/cheats/PsxGameSharkDecoder.cs | 1 - src/BizHawk.Client.Common/cheats/SaturnGameSharkDecoder.cs | 1 - src/BizHawk.Client.Common/cheats/SmsActionReplayDecoder.cs | 1 - src/BizHawk.Client.Common/cheats/SnesActionReplayDecoder.cs | 1 - src/BizHawk.Client.Common/cheats/SnesGameGenieDecoder.cs | 1 - src/BizHawk.Client.Common/config/Config.cs | 1 - src/BizHawk.Client.Common/config/ConfigExtensions.cs | 1 - .../config/ConfigGroupingStructAttribute.cs | 2 -- src/BizHawk.Client.Common/config/ConfigPersistAttribute.cs | 2 -- src/BizHawk.Client.Common/config/ConfigService.cs | 1 - src/BizHawk.Client.Common/config/ConfigSettingsAdapter.cs | 1 - src/BizHawk.Client.Common/config/EditorUIGeneratorAttribute.cs | 2 -- src/BizHawk.Client.Common/config/PathEntryCollection.cs | 1 - .../config/PathEntryCollectionExtensions.cs | 1 - src/BizHawk.Client.Common/config/RestoreDefaultsAttribute.cs | 2 -- src/BizHawk.Client.Common/config/ToolDialogSettings.cs | 1 - src/BizHawk.Client.Common/controllers/AutofireController.cs | 1 - .../controllers/ClickyVirtualPadController.cs | 1 - src/BizHawk.Client.Common/display/IInputDisplayGenerator.cs | 1 - src/BizHawk.Client.Common/input/HostInputAdapter.cs | 1 - src/BizHawk.Client.Common/input/InputEvent.cs | 1 - src/BizHawk.Client.Common/inputAdapters/InputManager.cs | 1 - src/BizHawk.Client.Common/inputAdapters/OverrideAdapter.cs | 1 - src/BizHawk.Client.Common/lua/CommonLibs/ClientLuaLibrary.cs | 1 - src/BizHawk.Client.Common/lua/CommonLibs/CommLuaLibrary.cs | 1 - .../lua/CommonLibs/EmulationLuaLibrary.cs | 1 - src/BizHawk.Client.Common/lua/CommonLibs/GameInfoLuaLibrary.cs | 2 -- src/BizHawk.Client.Common/lua/CommonLibs/GuiLuaLibrary.cs | 1 - src/BizHawk.Client.Common/lua/CommonLibs/InputLuaLibrary.cs | 2 -- src/BizHawk.Client.Common/lua/CommonLibs/JoypadLuaLibrary.cs | 1 - src/BizHawk.Client.Common/lua/CommonLibs/MemoryLuaLibrary.cs | 1 - .../lua/CommonLibs/MemorySavestateLuaLibrary.cs | 2 -- src/BizHawk.Client.Common/lua/CommonLibs/MovieLuaLibrary.cs | 1 - src/BizHawk.Client.Common/lua/CommonLibs/SQLiteLuaLibrary.cs | 1 - .../lua/CommonLibs/SaveStateLuaLibrary.cs | 2 -- src/BizHawk.Client.Common/lua/CommonLibs/UserDataLuaLibrary.cs | 1 - src/BizHawk.Client.Common/lua/EnvironmentSandbox.cs | 2 -- src/BizHawk.Client.Common/lua/ILuaLibraries.cs | 2 -- src/BizHawk.Client.Common/lua/INamedLuaFunction.cs | 2 -- src/BizHawk.Client.Common/lua/LuaAttributes.cs | 2 -- src/BizHawk.Client.Common/lua/LuaFileList.cs | 1 - src/BizHawk.Client.Common/lua/LuaFunctionList.cs | 1 - src/BizHawk.Client.Common/lua/LuaHelperLibs/BitLuaLibrary.cs | 1 - .../lua/LuaHelperLibs/EventsLuaLibrary.cs | 1 - .../lua/LuaHelperLibs/GenesisLuaLibrary.cs | 1 - .../lua/LuaHelperLibs/MainMemoryLuaLibrary.cs | 1 - src/BizHawk.Client.Common/lua/LuaHelperLibs/NDSLuaLibrary.cs | 1 - src/BizHawk.Client.Common/lua/LuaHelperLibs/NESLuaLibrary.cs | 1 - src/BizHawk.Client.Common/lua/LuaHelperLibs/SNESLuaLibrary.cs | 1 - .../lua/LuaHelperLibs/StringLuaLibrary.cs | 1 - src/BizHawk.Client.Common/lua/LuaLibraryBase.cs | 1 - src/BizHawk.Client.Common/lua/LuaSandbox.cs | 1 - src/BizHawk.Client.Common/lua/NLuaTableHelper.cs | 1 - src/BizHawk.Client.Common/lua/NamedLuaFunction.cs | 1 - src/BizHawk.Client.Common/movie/BasicMovieInfo.cs | 1 - src/BizHawk.Client.Common/movie/MovieService.cs | 1 - src/BizHawk.Client.Common/movie/MovieSession.cs | 1 - src/BizHawk.Client.Common/movie/bk2/Bk2Controller.cs | 1 - src/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs | 1 - src/BizHawk.Client.Common/movie/bk2/Bk2Movie.IO.cs | 1 - src/BizHawk.Client.Common/movie/bk2/StringLogs.cs | 1 - src/BizHawk.Client.Common/movie/import/DsmImport.cs | 1 - src/BizHawk.Client.Common/movie/import/FcmImport.cs | 1 - src/BizHawk.Client.Common/movie/import/Fm2Import.cs | 2 -- src/BizHawk.Client.Common/movie/import/IMovieImport.cs | 1 - src/BizHawk.Client.Common/movie/import/Mc2Import.cs | 1 - src/BizHawk.Client.Common/movie/import/MovieImport.cs | 1 - src/BizHawk.Client.Common/movie/import/SmvImport.cs | 1 - src/BizHawk.Client.Common/movie/import/YmvImport.cs | 1 - .../movie/import/bkm/BkmControllerAdapter.cs | 1 - src/BizHawk.Client.Common/movie/import/bkm/BkmMovie.cs | 1 - src/BizHawk.Client.Common/movie/interfaces/IBasicMovieInfo.cs | 1 - src/BizHawk.Client.Common/movie/interfaces/ITasMovie.cs | 1 - src/BizHawk.Client.Common/movie/tasproj/IStateManager.cs | 1 - src/BizHawk.Client.Common/movie/tasproj/StateDictionary.cs | 1 - src/BizHawk.Client.Common/movie/tasproj/TasBranch.cs | 1 - src/BizHawk.Client.Common/movie/tasproj/TasMovie.Editing.cs | 1 - src/BizHawk.Client.Common/movie/tasproj/TasMovie.History.cs | 1 - src/BizHawk.Client.Common/movie/tasproj/TasMovie.IO.cs | 1 - src/BizHawk.Client.Common/movie/tasproj/TasMovie.cs | 1 - src/BizHawk.Client.Common/movie/tasproj/TasMovieMarker.cs | 1 - src/BizHawk.Client.Common/movie/tasproj/ZwinderStateManager.cs | 1 - src/BizHawk.Client.Common/rewind/IRewinder.cs | 2 -- src/BizHawk.Client.Common/rewind/ZeldaWinder.cs | 1 - src/BizHawk.Client.Common/rewind/ZwinderBuffer.cs | 1 - src/BizHawk.Client.Common/savestates/BinaryStateLump.cs | 1 - src/BizHawk.Client.Common/savestates/SavestateFile.cs | 1 - src/BizHawk.Client.Common/savestates/ZipStateLoader.cs | 1 - src/BizHawk.Client.Common/savestates/ZipStateSaver.cs | 1 - src/BizHawk.Client.Common/tools/CheatList.cs | 1 - .../tools/RamSearchEngine/RamSearchEngine.cs | 1 - src/BizHawk.Client.Common/tools/Watch/ByteWatch.cs | 1 - src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs | 1 - src/BizHawk.Client.Common/tools/Watch/Watch.cs | 1 - src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs | 1 - .../tools/Watch/WatchList/WatchNoteComparer.cs | 1 - src/BizHawk.Client.Common/tools/Watch/WordWatch.cs | 1 - src/BizHawk.Client.DiscoHawk/About.cs | 1 - src/BizHawk.Client.DiscoHawk/MainDiscoForm.cs | 1 - src/BizHawk.Client.DiscoHawk/Program.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/AVSync.cs | 2 -- src/BizHawk.Client.EmuHawk/AVOut/AviWriter.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/BmpVideoProvder.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/FFmpegDownloaderForm.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/GifWriter.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/GifWriterForm.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/IVideoWriter.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/ImageSequenceWriter.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/JMDForm.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/JMDWriter.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/NutMuxer.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/NutWriter.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/SynclessRecorder.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/SynclessRecordingTools.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.cs | 1 - src/BizHawk.Client.EmuHawk/AVOut/WavWriter.cs | 1 - src/BizHawk.Client.EmuHawk/Api/ApiManager.cs | 1 - src/BizHawk.Client.EmuHawk/Api/Libraries/ToolApi.cs | 1 - src/BizHawk.Client.EmuHawk/ArchiveChooser.cs | 1 - src/BizHawk.Client.EmuHawk/BizBox.cs | 1 - src/BizHawk.Client.EmuHawk/CoreFeatureAnalysis.cs | 1 - .../CustomControls/ClipboardEventTextBox.cs | 1 - .../CustomControls/ControlRenderer/GdiPlusRenderer.cs | 1 - .../CustomControls/ControlRenderer/IControlRenderer.cs | 1 - src/BizHawk.Client.EmuHawk/CustomControls/ExceptionBox.cs | 1 - .../CustomControls/FolderBrowserDialogEx.cs | 1 - src/BizHawk.Client.EmuHawk/CustomControls/HexTextBox.cs | 1 - src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/Cell.cs | 1 - .../CustomControls/InputRoll/InputRoll.Drawing.cs | 1 - .../CustomControls/InputRoll/InputRoll.cs | 1 - .../CustomControls/InputRoll/RollColumns.cs | 1 - src/BizHawk.Client.EmuHawk/CustomControls/InputWidget.cs | 1 - src/BizHawk.Client.EmuHawk/CustomControls/MsgBox.cs | 1 - src/BizHawk.Client.EmuHawk/CustomControls/RepeatButton.cs | 1 - src/BizHawk.Client.EmuHawk/CustomControls/ScreenshotForm.cs | 1 - src/BizHawk.Client.EmuHawk/CustomControls/ViewportPanel.cs | 1 - .../DialogControllerWinFormsExtensions.cs | 1 - src/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs | 1 - src/BizHawk.Client.EmuHawk/EmuHawkUtil.cs | 1 - src/BizHawk.Client.EmuHawk/Extensions/ControlExtensions.cs | 1 - src/BizHawk.Client.EmuHawk/Extensions/ToolExtensions.cs | 1 - src/BizHawk.Client.EmuHawk/FormBase.cs | 1 - .../GraphicsImplementations/OpenGLProvider.cs | 2 -- src/BizHawk.Client.EmuHawk/IMainFormForTools.cs | 2 -- src/BizHawk.Client.EmuHawk/Input/Input.cs | 1 - src/BizHawk.Client.EmuHawk/JumpLists.cs | 1 - src/BizHawk.Client.EmuHawk/LogWindow.cs | 1 - src/BizHawk.Client.EmuHawk/MainForm.Events.cs | 1 - src/BizHawk.Client.EmuHawk/MainForm.FileLoader.cs | 1 - src/BizHawk.Client.EmuHawk/MainForm.Hotkey.cs | 1 - src/BizHawk.Client.EmuHawk/MainForm.Movie.cs | 1 - src/BizHawk.Client.EmuHawk/MainForm.cs | 1 - src/BizHawk.Client.EmuHawk/OpenAdvancedChooser.cs | 1 - src/BizHawk.Client.EmuHawk/PlatformChooser.cs | 1 - src/BizHawk.Client.EmuHawk/PresentationPanel.cs | 1 - src/BizHawk.Client.EmuHawk/Program.cs | 1 - src/BizHawk.Client.EmuHawk/Properties/Resources.cs | 1 - .../RetroAchievements/IRetroAchievements.cs | 2 -- src/BizHawk.Client.EmuHawk/RetroAchievements/LibRCheevos.cs | 1 - .../RetroAchievements/RAIntegration.Update.cs | 1 - src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegration.cs | 1 - .../RetroAchievements/RAIntegrationDownloaderForm.cs | 1 - src/BizHawk.Client.EmuHawk/RetroAchievements/RAInterface.cs | 1 - .../RetroAchievements/RCheevos.Achievements.cs | 1 - src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Debug.cs | 1 - .../RetroAchievements/RCheevos.GameInfo.cs | 1 - src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Http.cs | 1 - .../RetroAchievements/RCheevos.Leaderboards.cs | 1 - src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Login.cs | 2 -- src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Ping.cs | 1 - src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Sound.cs | 1 - src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.cs | 1 - .../RetroAchievements/RCheevosAchievementForm.cs | 1 - .../RetroAchievements/RCheevosAchievementListForm.cs | 1 - .../RetroAchievements/RCheevosLeaderboardListForm.cs | 1 - .../RetroAchievements/RCheevosLoginForm.cs | 1 - .../RetroAchievements/RetroAchievements.GameVerification.cs | 1 - .../RetroAchievements/RetroAchievements.Hardcore.cs | 1 - .../RetroAchievements/RetroAchievements.Memory.cs | 1 - .../RetroAchievements/RetroAchievements.cs | 1 - src/BizHawk.Client.EmuHawk/RomStatusPicker.cs | 1 - src/BizHawk.Client.EmuHawk/Sound/Sound.cs | 1 - src/BizHawk.Client.EmuHawk/Throttle.cs | 1 - src/BizHawk.Client.EmuHawk/ToolAttribute.cs | 1 - src/BizHawk.Client.EmuHawk/UIHelper.cs | 1 - src/BizHawk.Client.EmuHawk/UpdateChecker.cs | 1 - .../config/A7800/A7800ControllerSettings.cs | 1 - src/BizHawk.Client.EmuHawk/config/A7800/A7800FilterSettings.cs | 1 - .../config/AmstradCPC/AmstradCPCAudioSettings.cs | 1 - .../config/AmstradCPC/AmstradCPCCoreEmulationSettings.cs | 1 - .../config/AmstradCPC/AmstradCPCNonSyncSettings.cs | 1 - src/BizHawk.Client.EmuHawk/config/AnalogRangeConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/AnalogRangeConfigControl.cs | 1 - src/BizHawk.Client.EmuHawk/config/AutofireConfig.cs | 1 - .../config/ColecoVision/ColecoControllerSettings.cs | 1 - src/BizHawk.Client.EmuHawk/config/ControllerConfig.cs | 1 - .../config/ControllerConfig/AnalogBindControl.cs | 1 - .../config/ControllerConfig/ControllerConfigPanel.cs | 1 - src/BizHawk.Client.EmuHawk/config/DisplayConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.cs | 1 - src/BizHawk.Client.EmuHawk/config/FileExtensionPreferences.cs | 1 - .../config/FileExtensionPreferencesPicker.cs | 1 - src/BizHawk.Client.EmuHawk/config/FirmwaresConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/FirmwaresConfigInfo.cs | 1 - src/BizHawk.Client.EmuHawk/config/GB/BmpView.cs | 1 - src/BizHawk.Client.EmuHawk/config/GB/CGBColorChooserForm.cs | 1 - src/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.cs | 1 - src/BizHawk.Client.EmuHawk/config/GB/GBPrefControl.cs | 1 - .../config/GB/SameBoyColorChooserForm.cs | 1 - src/BizHawk.Client.EmuHawk/config/GenericCoreConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/HotkeyConfig.cs | 1 - .../config/INTV/IntvControllerSettings.cs | 1 - src/BizHawk.Client.EmuHawk/config/InputCompositeWidget.cs | 1 - src/BizHawk.Client.EmuHawk/config/Messages/ColorRow.cs | 1 - src/BizHawk.Client.EmuHawk/config/Messages/MessageConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/Messages/MessageEdit.cs | 1 - src/BizHawk.Client.EmuHawk/config/Messages/MessageRow.cs | 1 - .../config/N64/N64ControllerSettingControl.cs | 1 - src/BizHawk.Client.EmuHawk/config/N64/N64ControllersSetup.cs | 1 - src/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/NES/NESGraphicsConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/NES/NESSoundConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/NES/NESSyncSettingsForm.cs | 1 - src/BizHawk.Client.EmuHawk/config/NES/NESVSSettings.cs | 1 - src/BizHawk.Client.EmuHawk/config/NES/NesControllerSettings.cs | 1 - src/BizHawk.Client.EmuHawk/config/NES/QuickNesConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/PSX/PSXControllerConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/PSX/PSXHashDiscs.cs | 2 -- src/BizHawk.Client.EmuHawk/config/PSX/PSXOptions.cs | 1 - src/BizHawk.Client.EmuHawk/config/PathConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/PathInfo.cs | 1 - src/BizHawk.Client.EmuHawk/config/ProfileConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/RewindConfig.cs | 1 - .../config/SNES/BSNESControllerConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/SNES/BSNESOptions.cs | 1 - src/BizHawk.Client.EmuHawk/config/SNES/SNESControllerConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/SNES/SNESOptions.cs | 1 - src/BizHawk.Client.EmuHawk/config/SoundConfig.cs | 1 - src/BizHawk.Client.EmuHawk/config/TI83/TI83PaletteConfig.cs | 1 - .../config/ZXSpectrum/ZXSpectrumAudioSettings.cs | 1 - .../config/ZXSpectrum/ZXSpectrumCoreEmulationSettings.cs | 1 - .../config/ZXSpectrum/ZXSpectrumJoystickSettings.cs | 1 - .../config/ZXSpectrum/ZXSpectrumNonSyncSettings.cs | 1 - src/BizHawk.Client.EmuHawk/debug/DebugMenuItems.cs | 1 - .../debug/FirmwareAutopatchDebugToolForm.cs | 1 - src/BizHawk.Client.EmuHawk/debug/N64RomByteswapToolForm.cs | 1 - .../debug/N64VideoSettingsFuzzToolForm.cs | 1 - src/BizHawk.Client.EmuHawk/movie/EditCommentsForm.cs | 1 - src/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.cs | 1 - src/BizHawk.Client.EmuHawk/movie/PlayMovie.cs | 1 - src/BizHawk.Client.EmuHawk/movie/RecordMovie.cs | 1 - src/BizHawk.Client.EmuHawk/movie/SubtitleMaker.cs | 1 - src/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.cs | 1 - src/BizHawk.Client.EmuHawk/tools/BasicBot/BotControlsRow.cs | 1 - src/BizHawk.Client.EmuHawk/tools/BatchRun.cs | 1 - src/BizHawk.Client.EmuHawk/tools/BatchRunner.cs | 1 - src/BizHawk.Client.EmuHawk/tools/CDL.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs | 1 - .../tools/Debugger/AddBreakpointDialog.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Debugger/BreakpointControl.cs | 1 - .../tools/Debugger/GenericDebugger.Disassembler.cs | 1 - .../tools/Debugger/GenericDebugger.IToolForm.cs | 2 -- src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.cs | 1 - .../tools/Debugger/RegisterBoxControl.cs | 1 - src/BizHawk.Client.EmuHawk/tools/ExternalToolManager.cs | 1 - src/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.cs | 1 - src/BizHawk.Client.EmuHawk/tools/GB/GBPrinterView.cs | 1 - src/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.cs | 1 - src/BizHawk.Client.EmuHawk/tools/GBA/MobileDetailView.cs | 1 - src/BizHawk.Client.EmuHawk/tools/GameShark.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Genesis/VDPViewer.cs | 1 - src/BizHawk.Client.EmuHawk/tools/HexEditor/HexColor.cs | 1 - src/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs | 1 - src/BizHawk.Client.EmuHawk/tools/HexEditor/HexFind.cs | 1 - src/BizHawk.Client.EmuHawk/tools/InputPrompt.cs | 1 - .../tools/Lua/Libraries/ConsoleLuaLibrary.cs | 1 - .../tools/Lua/Libraries/FormsLuaLibrary.cs | 1 - .../tools/Lua/Libraries/TAStudioLuaLibrary.cs | 1 - .../tools/Lua/LuaAutocompleteInstaller.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Lua/LuaButton.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Lua/LuaCanvas.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Lua/LuaCheckbox.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Lua/LuaLibraries.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Lua/LuaPictureBox.cs | 1 - .../tools/Lua/LuaRegisteredFunctionsList.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Lua/LuaWinform.cs | 1 - .../tools/Macros/MacroInput.ButtonSelect.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Macros/MovieZone.cs | 1 - .../tools/MultiDiskBundler/MultiDiskBundler.cs | 1 - .../tools/MultiDiskBundler/MultiDiskFileSelector.cs | 1 - src/BizHawk.Client.EmuHawk/tools/NES/BarcodeEntry.cs | 1 - src/BizHawk.Client.EmuHawk/tools/NES/NESMusicRipper.cs | 1 - src/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.cs | 1 - src/BizHawk.Client.EmuHawk/tools/NES/NESPPU.cs | 1 - src/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.cs | 1 - src/BizHawk.Client.EmuHawk/tools/PCE/PCESoundDebugger.cs | 1 - src/BizHawk.Client.EmuHawk/tools/PCE/PCETileViewer.cs | 1 - src/BizHawk.Client.EmuHawk/tools/SMS/VDPViewer.cs | 1 - src/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.cs | 1 - src/BizHawk.Client.EmuHawk/tools/SpecializedToolAttribute.cs | 1 - .../tools/TAStudio/BookmarksBranchesBox.cs | 1 - src/BizHawk.Client.EmuHawk/tools/TAStudio/FramesPrompt.cs | 1 - src/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.cs | 1 - src/BizHawk.Client.EmuHawk/tools/TAStudio/HeaderEditor.cs | 1 - src/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.cs | 1 - src/BizHawk.Client.EmuHawk/tools/TAStudio/PatternsForm.cs | 1 - src/BizHawk.Client.EmuHawk/tools/TAStudio/PlaybackBox.cs | 1 - .../tools/TAStudio/TAStudio.Callbacks.cs | 1 - src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs | 1 - .../tools/TAStudio/TAStudio.MenuItems.cs | 1 - src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs | 1 - .../tools/TAStudio/TAStudioColorSettingsForm.cs | 1 - src/BizHawk.Client.EmuHawk/tools/TAStudio/UndoHistoryForm.cs | 1 - src/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.cs | 1 - src/BizHawk.Client.EmuHawk/tools/ToolBox.cs | 1 - src/BizHawk.Client.EmuHawk/tools/ToolFormBase.cs | 1 - src/BizHawk.Client.EmuHawk/tools/ToolManager.cs | 1 - src/BizHawk.Client.EmuHawk/tools/TraceLogger.cs | 1 - src/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualPad.cs | 1 - .../tools/VirtualPads/VirtualpadsTool.cs | 1 - .../tools/VirtualPads/controls/VirtualPadAnalogButton.cs | 1 - .../tools/VirtualPads/controls/VirtualPadAnalogStick.cs | 1 - .../tools/VirtualPads/controls/VirtualPadButton.cs | 1 - .../tools/VirtualPads/controls/VirtualPadDiscManager.cs | 1 - .../tools/VirtualPads/controls/VirtualPadTargetScreen.cs | 1 - .../tools/VirtualPads/controls/components/AnalogStickPanel.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.cs | 1 - src/BizHawk.Client.EmuHawk/tools/Watch/WatchValueBox.cs | 1 - src/BizHawk.Common/BPSPatcher.cs | 1 - src/BizHawk.Common/CustomCollections.cs | 1 - src/BizHawk.Common/DeepEquality.cs | 1 - src/BizHawk.Common/DeltaSerializer.cs | 1 - src/BizHawk.Common/EndiannessUtils.cs | 1 - src/BizHawk.Common/Extensions/BufferExtensions.cs | 1 - src/BizHawk.Common/Extensions/CollectionExtensions.cs | 1 - src/BizHawk.Common/Extensions/IOExtensions.cs | 1 - src/BizHawk.Common/Extensions/NumberExtensions.cs | 1 - src/BizHawk.Common/Extensions/NumericStringExtensions.cs | 1 - src/BizHawk.Common/Extensions/PathExtensions.cs | 1 - src/BizHawk.Common/Extensions/ReflectionExtensions.cs | 1 - src/BizHawk.Common/Extensions/StringExtensions.cs | 1 - src/BizHawk.Common/FFmpegService.cs | 1 - src/BizHawk.Common/FPCtrl.cs | 1 - src/BizHawk.Common/HawkFile/HawkFile.cs | 1 - src/BizHawk.Common/HawkFile/HawkFilePathAttribute.cs | 2 -- src/BizHawk.Common/HawkFile/IHawkArchiveFile.cs | 1 - src/BizHawk.Common/IImportResolver.cs | 1 - src/BizHawk.Common/LSB/DlfcnImports.cs | 1 - src/BizHawk.Common/LSB/XlibImports.cs | 1 - src/BizHawk.Common/Log.cs | 1 - src/BizHawk.Common/MemoryBlock/IMemoryBlockPal.cs | 2 -- src/BizHawk.Common/MemoryBlock/MemoryBlock.cs | 1 - src/BizHawk.Common/MemoryBlock/MemoryBlockLinuxPal.cs | 1 - src/BizHawk.Common/MemoryBlock/MemoryBlockUtils.cs | 1 - src/BizHawk.Common/MemoryBlock/MemoryBlockWindowsPal.cs | 2 -- src/BizHawk.Common/MemoryBlock/MemoryViewStream.cs | 1 - src/BizHawk.Common/MultiPredicateSort.cs | 1 - src/BizHawk.Common/OSTailoredCode.cs | 1 - src/BizHawk.Common/POSIX/DlfcnImports.cs | 1 - src/BizHawk.Common/POSIX/MmanImports.cs | 1 - .../PropertyGridConverters/BizDateTimeConverter.cs | 1 - .../PropertyGridConverters/ConstrainedFloatConverter.cs | 1 - .../PropertyGridConverters/ConstrainedIntConverter.cs | 1 - .../PropertyGridConverters/ConstrainedStringConverter.cs | 1 - .../PropertyGridConverters/DescribableEnumConverter.cs | 1 - src/BizHawk.Common/PtrToStringUtf8.cs | 1 - src/BizHawk.Common/Ranges.cs | 1 - src/BizHawk.Common/Serializer.cs | 1 - src/BizHawk.Common/SimpleTime.cs | 1 - src/BizHawk.Common/SpanStream.cs | 1 - src/BizHawk.Common/TempFileManager.cs | 1 - src/BizHawk.Common/Util.cs | 1 - src/BizHawk.Common/VersionInfo.cs | 1 - src/BizHawk.Common/Win32/AVIWriterImports.cs | 1 - src/BizHawk.Common/Win32/CWDHacks.cs | 1 - src/BizHawk.Common/Win32/CommctrlImports.cs | 1 - src/BizHawk.Common/Win32/HeapApiImports.cs | 1 - src/BizHawk.Common/Win32/LoaderApiImports.cs | 1 - src/BizHawk.Common/Win32/MemoryApiImports.cs | 1 - src/BizHawk.Common/Win32/Ole32Imports.cs | 1 - src/BizHawk.Common/Win32/RawInputImports.cs | 1 - src/BizHawk.Common/Win32/Shell32Imports.cs | 1 - src/BizHawk.Common/Win32/ShellLinkImports.cs | 1 - src/BizHawk.Common/Win32/ThreadHacks.cs | 1 - src/BizHawk.Common/Win32/Win32Imports.cs | 1 - src/BizHawk.Common/Win32/Win32ShellContextMenu.cs | 1 - src/BizHawk.Common/Win32/WmImports.cs | 1 - src/BizHawk.Common/checksums/CRC32.cs | 1 - src/BizHawk.Common/checksums/CRC32Checksum.cs | 2 -- src/BizHawk.Common/checksums/LibBizHash.cs | 1 - src/BizHawk.Common/checksums/MD5Checksum.cs | 1 - src/BizHawk.Common/checksums/SHA1Checksum.cs | 1 - src/BizHawk.Common/checksums/SHA256Checksum.cs | 1 - src/BizHawk.Common/zstd/LibZstd.cs | 1 - src/BizHawk.Common/zstd/Zstd.cs | 1 - .../Base Implementations/Axes/AxisDict.cs | 1 - .../Base Implementations/Axes/AxisSpec.cs | 2 -- .../Base Implementations/Axes/CircularAxisConstraint.cs | 2 -- .../Base Implementations/BasicServiceProvider.cs | 1 - .../Base Implementations/CallbackBasedTraceBuffer.cs | 1 - .../Base Implementations/CodeDataLog.cs | 1 - .../Base Implementations/ControllerDefinition.cs | 1 - .../Base Implementations/InputCallbackSystem.cs | 1 - .../Base Implementations/LinkedDebuggable.cs | 1 - .../Base Implementations/LinkedMemoryDomains.cs | 1 - .../Base Implementations/LinkedSaveRam.cs | 1 - .../Base Implementations/MemoryBasedInputCallbackSystem.cs | 1 - .../Base Implementations/MemoryCallbackSystem.cs | 1 - .../Base Implementations/MemoryDomain.cs | 1 - .../Base Implementations/MemoryDomainImpls.cs | 1 - .../Base Implementations/MemoryDomainList.cs | 1 - .../Base Implementations/MemoryDomainStream.cs | 1 - .../Base Implementations/NullController.cs | 1 - src/BizHawk.Emulation.Common/Base Implementations/NullSound.cs | 2 -- src/BizHawk.Emulation.Common/Base Implementations/NullVideo.cs | 2 -- .../Base Implementations/SimpleSyncSoundProvider.cs | 2 -- .../Base Implementations/StateSerializer.cs | 1 - src/BizHawk.Emulation.Common/ControllerDefinitionMerger.cs | 1 - src/BizHawk.Emulation.Common/CoreAttribute.cs | 2 -- src/BizHawk.Emulation.Common/CoreComms.cs | 2 -- src/BizHawk.Emulation.Common/DSKIdentifier.cs | 1 - src/BizHawk.Emulation.Common/Database/Database.cs | 1 - src/BizHawk.Emulation.Common/Database/FirmwareFile.cs | 1 - src/BizHawk.Emulation.Common/Database/FirmwareID.cs | 1 - src/BizHawk.Emulation.Common/Database/FirmwareOption.cs | 2 -- src/BizHawk.Emulation.Common/Database/FirmwarePatchData.cs | 3 --- src/BizHawk.Emulation.Common/Database/FirmwareRecord.cs | 2 -- src/BizHawk.Emulation.Common/EmulationExceptions.cs | 2 -- src/BizHawk.Emulation.Common/Extensions.cs | 1 - src/BizHawk.Emulation.Common/Interfaces/IEmulator.cs | 2 -- .../Interfaces/IEmulatorServiceProvider.cs | 1 - .../Interfaces/IInputCallbackSystem.cs | 1 - .../Interfaces/IMemoryCallbackSystem.cs | 1 - src/BizHawk.Emulation.Common/Interfaces/IOpenGLProvider.cs | 2 -- .../Interfaces/Services/ICodeDataLogger.cs | 1 - .../Interfaces/Services/IDebuggable.cs | 1 - .../Interfaces/Services/IDisassemblable.cs | 1 - src/BizHawk.Emulation.Common/Interfaces/Services/ISettable.cs | 1 - .../Interfaces/Services/ISoundProvider.cs | 2 -- .../Interfaces/Services/IVideoProvider.cs | 2 -- src/BizHawk.Emulation.Common/N64RomByteswapper.cs | 2 -- src/BizHawk.Emulation.Common/SaveController.cs | 1 - src/BizHawk.Emulation.Common/ServiceAttributes.cs | 1 - src/BizHawk.Emulation.Common/ServiceInjector.cs | 1 - src/BizHawk.Emulation.Common/Sound/BlipBuffer.cs | 1 - src/BizHawk.Emulation.Common/Sound/DCFilter.cs | 2 -- src/BizHawk.Emulation.Common/Sound/SDLResampler.cs | 1 - src/BizHawk.Emulation.Common/TextState.cs | 1 - .../U8ArrayAsNormalJSONListConverter.cs | 1 - .../filetype_detectors/SatellaviewFileTypeDetector.cs | 1 - .../vpads_schemata/IVirtualPadSchema.cs | 1 - src/BizHawk.Emulation.Common/vpads_schemata/SchemaAttribute.cs | 2 -- src/BizHawk.Emulation.Cores/Arcades/MAME/LibMAME.cs | 1 - .../Arcades/MAME/MAME.IInputPollable.cs | 1 - src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISaveRam.cs | 1 - .../Arcades/MAME/MAME.ISettable.ComponentModel.cs | 1 - src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISettable.cs | 1 - .../Arcades/MAME/MAME.ISoundProvider.cs | 2 -- .../Arcades/MAME/MAME.IVideoProvider.cs | 2 -- src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.MemoryDomains.cs | 1 - src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs | 1 - src/BizHawk.Emulation.Cores/Arcades/MAME/MAMEMachineDB.cs | 1 - .../CPUs/68000/Instructions/DataMovement.cs | 1 - .../CPUs/68000/Instructions/IntegerMath.cs | 2 -- .../CPUs/68000/Instructions/ProgramFlow.cs | 2 -- .../CPUs/68000/Instructions/Supervisor.cs | 2 -- src/BizHawk.Emulation.Cores/CPUs/68000/MC68000.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/68000/Memory.cs | 2 -- src/BizHawk.Emulation.Cores/CPUs/68000/OpcodeTable.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/ARM/Darm.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.cs | 1 - .../CPUs/FairchildF8/F3850.Disassembler.cs | 1 - .../CPUs/FairchildF8/F3850.Registers.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/HuC6280/Disassembler.cs | 2 -- src/BizHawk.Emulation.Cores/CPUs/HuC6280/Execute.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/HuC6280/HuC6280.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/HuC6280/HuC6280_CDL.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/Intel8048/Disassembler.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/Intel8048/I8048.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/Intel8048/Interrupts.cs | 2 -- src/BizHawk.Emulation.Cores/CPUs/Intel8048/OP_Tables.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/Intel8048/Registers.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/LR35902/LR35902.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/LR35902/NewDisassembler.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/LR35902/Registers.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/MC6800/Disassembler.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/MC6800/Interrupts.cs | 2 -- src/BizHawk.Emulation.Cores/CPUs/MC6800/MC6800.cs | 2 -- src/BizHawk.Emulation.Cores/CPUs/MC6809/Disassembler.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/MC6809/Interrupts.cs | 2 -- src/BizHawk.Emulation.Cores/CPUs/MC6809/MC6809.cs | 2 -- src/BizHawk.Emulation.Cores/CPUs/MC6809/Registers.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/Disassembler.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/Execute.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/MOS6502X.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/W65816/Disassembler.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/Z80A/Interrupts.cs | 2 -- src/BizHawk.Emulation.Cores/CPUs/Z80A/NewDisassembler.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/Z80A/Z80A.cs | 1 - src/BizHawk.Emulation.Cores/CPUs/x86/Execute.cs | 2 -- src/BizHawk.Emulation.Cores/CPUs/x86/x86.cs | 1 - .../Calculators/Emu83/Emu83.IDebuggable.cs | 1 - .../Calculators/Emu83/Emu83.IEmulator.cs | 2 -- .../Calculators/Emu83/Emu83.IMemoryDomains.cs | 1 - .../Calculators/Emu83/Emu83.IStatable.cs | 1 - src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.cs | 1 - src/BizHawk.Emulation.Cores/Calculators/Emu83/LibEmu83.cs | 1 - .../Calculators/TI83/TI83.IDebuggable.cs | 1 - .../Calculators/TI83/TI83.IMemoryDomains.cs | 1 - src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.cs | 1 - src/BizHawk.Emulation.Cores/Calculators/TI83/TI83LinkPort.cs | 1 - src/BizHawk.Emulation.Cores/Computers/Amiga/LibPUAE.cs | 1 - src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.ISettable.cs | 1 - src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs | 1 - .../Computers/AmstradCPC/AmstradCPC.IDebuggable.cs | 1 - .../Computers/AmstradCPC/AmstradCPC.IMemoryDomains.cs | 1 - .../Computers/AmstradCPC/AmstradCPC.Util.cs | 1 - src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.cs | 1 - .../AmstradCPC/Hardware/Datacorder/DatacorderDevice.cs | 2 +- .../AmstradCPC/Hardware/Disk/NECUPD765.Definitions.cs | 1 - .../Computers/AmstradCPC/Hardware/Disk/NECUPD765.FDD.cs | 1 - .../AmstradCPC/Hardware/Disk/NECUPD765.IPortIODevice.cs | 1 - .../Computers/AmstradCPC/Hardware/Display/AmstradGateArray.cs | 2 +- .../Computers/AmstradCPC/Hardware/Display/CRTDevice.cs | 1 - .../Computers/AmstradCPC/Hardware/Input/StandardKeyboard.cs | 2 +- .../Computers/AmstradCPC/Hardware/SoundOutput/AY38912.cs | 2 +- .../Computers/AmstradCPC/Hardware/SoundOutput/Beeper.cs | 1 - .../Computers/AmstradCPC/Machine/CPC464/CPC464.Port.cs | 1 - .../Computers/AmstradCPC/Machine/CPC6128/CPC6128.Port.cs | 2 +- .../Computers/AmstradCPC/Machine/CPCBase.Media.cs | 1 - .../Computers/AmstradCPC/Machine/GateArrayBase.cs | 2 +- .../Computers/AmstradCPC/Media/Disk/CPCExtendedFloppyDisk.cs | 2 +- .../Computers/AmstradCPC/Media/Disk/CPCFloppyDisk.cs | 2 +- .../Computers/AmstradCPC/Media/Disk/FloppyDisk.cs | 2 +- .../Computers/AmstradCPC/Media/MediaConverter.cs | 1 - .../Computers/AmstradCPC/Media/Tape/CDT/CdtConverter.cs | 1 - .../Computers/AmstradCPC/SoundProviderMixer.cs | 2 +- .../Computers/AppleII/AppleII.IDebuggable.cs | 1 - .../Computers/AppleII/AppleII.IMemoryDomains.cs | 1 - .../Computers/AppleII/AppleII.ISaveRam.cs | 1 - .../Computers/AppleII/AppleII.ISettable.cs | 1 - .../Computers/AppleII/AppleII.ISoundProvider.cs | 1 - src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs | 1 - .../Computers/Commodore64/C64.IMemoryDomains.cs | 1 - src/BizHawk.Emulation.Cores/Computers/Commodore64/C64.cs | 1 - .../Computers/Commodore64/Cartridge/CartridgeDevice.cs | 1 - .../Computers/Commodore64/Cartridge/CartridgePort.cs | 1 - .../Computers/Commodore64/Cartridge/Mapper0000.cs | 1 - .../Computers/Commodore64/Cartridge/Mapper0001.cs | 1 - .../Computers/Commodore64/Cartridge/Mapper0005.cs | 1 - .../Computers/Commodore64/Cartridge/Mapper000A.cs | 1 - .../Computers/Commodore64/Cartridge/Mapper000B.cs | 1 - .../Computers/Commodore64/Cartridge/Mapper000F.cs | 1 - .../Computers/Commodore64/Cartridge/Mapper0012.cs | 1 - .../Computers/Commodore64/Cartridge/Mapper0013.cs | 1 - .../Computers/Commodore64/Cartridge/Mapper0020.cs | 1 - .../Computers/Commodore64/Cartridge/Mapper002B.cs | 1 - .../Computers/Commodore64/Cassette/CassettePort.cs | 1 - .../Computers/Commodore64/Cassette/CassettePortDevice.cs | 1 - src/BizHawk.Emulation.Cores/Computers/Commodore64/FFT.cs | 2 -- .../Computers/Commodore64/MOS/Chip23128.cs | 2 -- .../Computers/Commodore64/MOS/Chip6510.cs | 2 -- .../Computers/Commodore64/MOS/Chip6522.cs | 2 -- .../Computers/Commodore64/MOS/Chip6526.cs | 2 -- .../Computers/Commodore64/MOS/Chip90611401.cs | 1 - .../Computers/Commodore64/MOS/Cia.Port.cs | 2 -- src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Cia.cs | 1 - .../Computers/Commodore64/MOS/Sid.SoundProvider.cs | 1 - src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Sid.cs | 2 -- .../Computers/Commodore64/MOS/Via.Port.cs | 1 - src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Via.cs | 1 - src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Vic.cs | 1 - src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/D64.cs | 1 - .../Computers/Commodore64/Media/Disk.cs | 1 - .../Computers/Commodore64/Media/DiskBuilder.cs | 1 - src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/G64.cs | 1 - .../Computers/Commodore64/Media/Tape.cs | 1 - .../Computers/Commodore64/Serial/Drive1541.IDebuggable.cs | 1 - .../Computers/Commodore64/Serial/Drive1541.cs | 1 - .../Computers/Commodore64/Serial/SerialPort.cs | 2 -- .../Computers/Commodore64/Serial/SerialPortDevice.cs | 1 - .../Computers/Commodore64/User/UserPort.cs | 1 - .../Computers/Commodore64/User/UserPortDevice.cs | 1 - src/BizHawk.Emulation.Cores/Computers/MSX/LibMSX.cs | 1 - src/BizHawk.Emulation.Cores/Computers/MSX/MSX.IEmulator.cs | 1 - src/BizHawk.Emulation.Cores/Computers/MSX/MSX.ISaveRam.cs | 2 -- src/BizHawk.Emulation.Cores/Computers/MSX/MSX.cs | 1 - .../SinclairSpectrum/Hardware/Datacorder/DatacorderDevice.cs | 2 +- .../SinclairSpectrum/Hardware/Disk/NECUPD765.Definitions.cs | 1 - .../Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.FDD.cs | 1 - .../SinclairSpectrum/Hardware/Disk/NECUPD765.IPortIODevice.cs | 1 - .../SinclairSpectrum/Hardware/Input/CursorJoystick.cs | 1 - .../SinclairSpectrum/Hardware/Input/KempstonJoystick.cs | 1 - .../Computers/SinclairSpectrum/Hardware/Input/NullJoystick.cs | 1 - .../SinclairSpectrum/Hardware/Input/SinclairJoystick1.cs | 1 - .../SinclairSpectrum/Hardware/Input/SinclairJoystick2.cs | 1 - .../SinclairSpectrum/Hardware/Input/StandardKeyboard.cs | 2 +- .../Computers/SinclairSpectrum/Hardware/SoundOuput/AY38912.cs | 2 +- .../SinclairSpectrum/Machine/Pentagon128K/Pentagon128.Port.cs | 1 - .../Computers/SinclairSpectrum/Machine/SpectrumBase.Media.cs | 1 - .../Computers/SinclairSpectrum/Machine/SpectrumBase.Memory.cs | 2 -- .../Computers/SinclairSpectrum/Machine/ULA.cs | 2 +- .../SinclairSpectrum/Machine/ZXSpectrum128K/ZX128.Port.cs | 1 - .../Machine/ZXSpectrum128KPlus2a/ZX128Plus2a.Port.cs | 1 - .../Machine/ZXSpectrum128KPlus3/ZX128Plus3.Port.cs | 1 - .../Computers/SinclairSpectrum/Machine/ZXSpectrum48K/ZX48.cs | 2 +- .../Media/Disk/CPCFormat/CPCExtendedFloppyDisk.cs | 2 +- .../SinclairSpectrum/Media/Disk/CPCFormat/CPCFloppyDisk.cs | 2 +- .../Computers/SinclairSpectrum/Media/Disk/FloppyDisk.cs | 2 +- .../SinclairSpectrum/Media/Disk/IPFFormat/IPFFloppyDisk.cs | 2 +- .../SinclairSpectrum/Media/Disk/UDIFormat/UDI1_0FloppyDisk.cs | 2 +- .../Computers/SinclairSpectrum/Media/MediaConverter.cs | 1 - .../Computers/SinclairSpectrum/Media/Tape/CSW/CswConverter.cs | 2 +- .../Computers/SinclairSpectrum/Media/Tape/PZX/PzxConverter.cs | 2 +- .../Computers/SinclairSpectrum/Media/Tape/TAP/TapConverter.cs | 1 - .../Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs | 1 - .../Computers/SinclairSpectrum/Media/Tape/WAV/StreamHelper.cs | 1 - .../Computers/SinclairSpectrum/Media/Tape/WAV/WavConverter.cs | 1 - .../Computers/SinclairSpectrum/Media/Tape/WAV/WavHeader.cs | 1 - .../SinclairSpectrum/Media/Tape/WAV/WavStreamReader.cs | 1 - .../Computers/SinclairSpectrum/ZXSpectrum.ICodeDataLog.cs | 1 - .../Computers/SinclairSpectrum/ZXSpectrum.IDebuggable.cs | 1 - .../Computers/SinclairSpectrum/ZXSpectrum.IMemoryDomains.cs | 1 - .../Computers/SinclairSpectrum/ZXSpectrum.Messaging.cs | 1 - .../Computers/SinclairSpectrum/ZXSpectrum.Util.cs | 1 - .../Computers/SinclairSpectrum/ZXSpectrum.cs | 1 - src/BizHawk.Emulation.Cores/Computers/TIC80/LibTIC80.cs | 1 - src/BizHawk.Emulation.Cores/Computers/TIC80/TIC80.ISettable.cs | 1 - src/BizHawk.Emulation.Cores/Computers/TIC80/TIC80.cs | 1 - .../Consoles/Atari/2600/Atari2600.Core.cs | 2 -- .../Consoles/Atari/2600/Atari2600.IDebuggable.cs | 1 - .../Consoles/Atari/2600/Atari2600.IEmulator.cs | 1 - .../Consoles/Atari/2600/Atari2600.ISettable.cs | 1 - .../Consoles/Atari/2600/Atari2600.RomHeuristics.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.cs | 2 -- .../Consoles/Atari/2600/Atari2600ControllerDeck.cs | 1 - .../Consoles/Atari/2600/Atari2600Controllers.cs | 1 - .../Consoles/Atari/2600/Mappers/m4A50.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mAR.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs | 2 -- .../Consoles/Atari/2600/Mappers/mDPCPlus.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mMC.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/TIA.cs | 1 - .../Consoles/Atari/2600/Tia/Tia.ISoundProvider.cs | 1 - .../Consoles/Atari/A7800Hawk/A7800Hawk.IDebuggable.cs | 1 - .../Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs | 2 +- .../Consoles/Atari/A7800Hawk/A7800Hawk.ISaveRam.cs | 1 - .../Consoles/Atari/A7800Hawk/A7800Hawk.ISettable.cs | 1 - .../Consoles/Atari/A7800Hawk/A7800Hawk.cs | 2 -- .../Consoles/Atari/A7800Hawk/A7800HawkControllerDeck.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/Maria.cs | 1 - .../Consoles/Atari/jaguar/JaguarDisassembler.cs | 1 - .../Consoles/Atari/jaguar/LibVirtualJaguar.cs | 1 - .../Consoles/Atari/jaguar/VirtualJaguar.IDebuggable.cs | 1 - .../Consoles/Atari/jaguar/VirtualJaguar.ISaveRam.cs | 2 -- .../Consoles/Atari/jaguar/VirtualJaguar.ITraceable.cs | 1 - .../Consoles/Atari/jaguar/VirtualJaguar.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/LibLynx.cs | 1 - .../Consoles/Atari/lynx/Lynx.IInputPollable.cs | 2 -- .../Consoles/Atari/lynx/Lynx.IMemoryDomains.cs | 1 - .../Consoles/Atari/lynx/Lynx.ISaveRam.cs | 1 - .../Consoles/Atari/lynx/Lynx.ISoundProvider.cs | 1 - .../Consoles/Atari/lynx/Lynx.IStatable.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Belogic/Uzem.cs | 1 - .../Consoles/Coleco/ColecoControllerDeck.cs | 1 - .../Consoles/Coleco/ColecoControllers.cs | 1 - .../Consoles/Coleco/ColecoVision.IDebuggable.cs | 1 - .../Consoles/Coleco/ColecoVision.IEmulator.cs | 1 - .../Consoles/Coleco/ColecoVision.IInputPollable.cs | 1 - .../Consoles/Coleco/ColecoVision.IMemoryDomains.cs | 1 - .../Consoles/Coleco/ColecoVision.ISettable.cs | 1 - .../Consoles/Coleco/ColecoVision.ISoundProvider.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Coleco/TMS9918A.cs | 2 -- .../Consoles/Fairchild/ChannelF/Audio.cs | 1 - .../Consoles/Fairchild/ChannelF/ChannelF.IDebuggable.cs | 1 - .../Consoles/Fairchild/ChannelF/ChannelF.MemoryDomains.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/Audio.cs | 2 -- .../Consoles/GCE/Vectrex/HW_Registers.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/PPU.cs | 1 - .../Consoles/GCE/Vectrex/VectrexHawk.ICodeDataLog.cs | 1 - .../Consoles/GCE/Vectrex/VectrexHawk.IDebuggable.cs | 1 - .../Consoles/GCE/Vectrex/VectrexHawk.cs | 2 -- .../Consoles/GCE/Vectrex/VectrexHawkControllerDeck.cs | 1 - .../Consoles/Intellivision/Cartridge.cs | 2 -- .../Intellivision/Controllers/IntellivisionControllerDeck.cs | 1 - .../Intellivision/Controllers/IntellivisionControllers.cs | 1 - .../Consoles/Intellivision/Intellicart.cs | 1 - .../Consoles/Intellivision/Intellivision.IDebuggable.cs | 1 - .../Consoles/Intellivision/Intellivision.ISettable.cs | 1 - .../Consoles/Intellivision/Intellivision.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/Intellivision/PSG.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/Intellivision/STIC.cs | 2 -- .../Consoles/Magnavox/Odyssey2/O2Hawk.ICodeDataLog.cs | 1 - .../Consoles/Magnavox/Odyssey2/O2Hawk.IDebuggable.cs | 1 - .../Consoles/Magnavox/Odyssey2/O2Hawk.ISaveRam.cs | 1 - .../Consoles/Magnavox/Odyssey2/O2Hawk.cs | 2 -- .../Consoles/Magnavox/Odyssey2/O2HawkControllerDeck.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/PPU.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/HyperNyma.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/TurboNyma.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs | 1 - .../Consoles/Nintendo/3DS/3DSMotionEmu.cs | 1 - .../Consoles/Nintendo/3DS/Encore.IInputPollable.cs | 2 -- .../Consoles/Nintendo/3DS/Encore.IMemoryDomains.cs | 1 - .../Consoles/Nintendo/3DS/Encore.ISettable.cs | 1 - .../Consoles/Nintendo/3DS/Encore.ISoundProvider.cs | 1 - .../Consoles/Nintendo/3DS/Encore.IStatable.cs | 1 - .../Consoles/Nintendo/3DS/Encore.IVideoProvider.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/LibEncore.cs | 1 - .../Consoles/Nintendo/Ares64/Ares64.IDebuggable.cs | 1 - .../Consoles/Nintendo/Ares64/Ares64.ISettable.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.cs | 1 - .../Consoles/Nintendo/Ares64/LibAres64.cs | 1 - .../Consoles/Nintendo/BSNES/BsnesApi.cs | 1 - .../Consoles/Nintendo/BSNES/BsnesControllers.cs | 1 - .../Consoles/Nintendo/BSNES/BsnesCore.IDebuggable.cs | 1 - .../Consoles/Nintendo/BSNES/BsnesCore.IEmulator.cs | 1 - .../Consoles/Nintendo/BSNES/BsnesCore.IMemoryDomains.cs | 1 - .../Consoles/Nintendo/BSNES/BsnesCore.ISaveRam.cs | 1 - .../Consoles/Nintendo/BSNES/BsnesCore.ISettable.cs | 1 - .../Consoles/Nintendo/BSNES/BsnesCore.IVideoProvider.cs | 1 - .../Consoles/Nintendo/BSNES/BsnesCore.cs | 1 - .../Consoles/Nintendo/BSNES/SNESGraphicsDecoder.cs | 1 - .../Consoles/Nintendo/GBA/IGBAGPUViewable.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/LibmGBA.cs | 1 - .../Consoles/Nintendo/GBA/MGBAHawk.IDebuggable.cs | 1 - .../Consoles/Nintendo/GBA/MGBAHawk.IEmulator.cs | 2 -- .../Consoles/Nintendo/GBA/MGBAHawk.IGBAGPUViewable.cs | 2 -- .../Consoles/Nintendo/GBA/MGBAHawk.IMemoryDomains.cs | 1 - .../Consoles/Nintendo/GBA/MGBAHawk.ISaveRam.cs | 1 - .../Consoles/Nintendo/GBA/MGBAHawk.ISettable.cs | 1 - .../Consoles/Nintendo/GBA/MGBAHawk.ISoundProvider.cs | 2 -- .../Consoles/Nintendo/GBA/MGBAHawk.IStatable.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.cs | 2 -- .../Consoles/Nintendo/GBA/MGBAMemoryCallbackSystem.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Audio.cs | 2 -- .../Consoles/Nintendo/GBHawk/GBC_GB_PPU.cs | 1 - .../Consoles/Nintendo/GBHawk/GBC_PPU.cs | 1 - .../Consoles/Nintendo/GBHawk/GBHawk.ICodeDataLog.cs | 1 - .../Consoles/Nintendo/GBHawk/GBHawk.IDebuggable.cs | 1 - .../Consoles/Nintendo/GBHawk/GBHawk.IEmulator.cs | 1 - .../Consoles/Nintendo/GBHawk/GBHawk.ISaveRam.cs | 1 - .../Consoles/Nintendo/GBHawk/GBHawk.ISettable.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.cs | 2 -- .../Consoles/Nintendo/GBHawk/GBHawkControllerDeck.cs | 1 - .../Consoles/Nintendo/GBHawk/GBHawkControllers.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GB_PPU.cs | 1 - .../Consoles/Nintendo/GBHawk/HW_Registers.cs | 1 - .../Consoles/Nintendo/GBHawk/Mappers/Mapper_Sachen_MMC1.cs | 1 - .../Consoles/Nintendo/GBHawk/Mappers/Mapper_Sachen_MMC2.cs | 1 - .../Consoles/Nintendo/GBHawk/MemoryMap.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Timer.cs | 1 - .../Consoles/Nintendo/GBHawkLink/GBHawkLink.ICodeDataLog.cs | 1 - .../Consoles/Nintendo/GBHawkLink/GBHawkLink.IDebuggable.cs | 1 - .../Consoles/Nintendo/GBHawkLink/GBHawkLink.IEmulator.cs | 2 -- .../Consoles/Nintendo/GBHawkLink/GBHawkLink.ISaveRam.cs | 1 - .../Consoles/Nintendo/GBHawkLink/GBHawkLink.ISettable.cs | 1 - .../Consoles/Nintendo/GBHawkLink/GBHawkLink.cs | 1 - .../Consoles/Nintendo/GBHawkLink/GBHawkLinkControllerDeck.cs | 1 - .../Nintendo/GBHawkLink3x/GBHawkLink3x.ICodeDataLog.cs | 1 - .../Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.IDebuggable.cs | 1 - .../Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.IEmulator.cs | 2 -- .../Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ISaveRam.cs | 1 - .../Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ISettable.cs | 1 - .../Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.cs | 1 - .../Nintendo/GBHawkLink3x/GBHawkLink3xControllerDeck.cs | 1 - .../Nintendo/GBHawkLink4x/GBHawkLink4x.ICodeDataLog.cs | 1 - .../Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.IDebuggable.cs | 1 - .../Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.IEmulator.cs | 1 - .../Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ISaveRam.cs | 1 - .../Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ISettable.cs | 1 - .../Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.cs | 1 - .../Nintendo/GBHawkLink4x/GBHawkLink4xControllerDeck.cs | 1 - .../Consoles/Nintendo/Gameboy/GBColors.cs | 2 -- .../Consoles/Nintendo/Gameboy/Gambatte.ICodeDataLog.cs | 1 - .../Consoles/Nintendo/Gameboy/Gambatte.IDebuggable.cs | 1 - .../Consoles/Nintendo/Gameboy/Gambatte.IEmulator.cs | 1 - .../Consoles/Nintendo/Gameboy/Gambatte.IMemoryDomains.cs | 1 - .../Consoles/Nintendo/Gameboy/Gambatte.ISaveRam.cs | 2 -- .../Consoles/Nintendo/Gameboy/Gambatte.ISoundProvider.cs | 2 -- .../Consoles/Nintendo/Gameboy/Gambatte.IStatable.cs | 1 - .../Consoles/Nintendo/Gameboy/Gambatte.ITraceable.cs | 1 - .../Consoles/Nintendo/Gameboy/Gambatte.cs | 1 - .../Consoles/Nintendo/Gameboy/GambatteLink.ICodeDataLog.cs | 1 - .../Consoles/Nintendo/Gameboy/GambatteLink.IEmulator.cs | 2 -- .../Consoles/Nintendo/Gameboy/GambatteLink.ISettable.cs | 1 - .../Consoles/Nintendo/Gameboy/GambatteLink.ISoundProvider.cs | 2 -- .../Consoles/Nintendo/Gameboy/GambatteLink.IStatable.cs | 1 - .../Consoles/Nintendo/Gameboy/GambatteLink.cs | 1 - .../Consoles/Nintendo/Gameboy/GambattePrinter.cs | 2 -- .../Consoles/Nintendo/Gameboy/IGameboyCommon.cs | 2 -- .../Consoles/Nintendo/Gameboy/LibGambatte.cs | 1 - .../Consoles/Nintendo/N64/N64.IDebuggable.cs | 1 - .../Consoles/Nintendo/N64/N64.IMemoryDomains.cs | 1 - .../Consoles/Nintendo/N64/N64.IStatable.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64Audio.cs | 1 - .../Consoles/Nintendo/N64/N64VideoProvider.cs | 1 - .../Consoles/Nintendo/N64/NativeApi/mupen64plusAudioApi.cs | 1 - .../Consoles/Nintendo/N64/NativeApi/mupen64plusCoreApi.cs | 1 - .../Consoles/Nintendo/N64/NativeApi/mupen64plusInputApi.cs | 1 - .../Consoles/Nintendo/N64/NativeApi/mupen64plusVideoApi.cs | 1 - .../Consoles/Nintendo/NDS/LibMelonDS.cs | 1 - .../Consoles/Nintendo/NDS/MelonDS.IDebuggable.cs | 1 - .../Consoles/Nintendo/NDS/MelonDS.IGLTextureProvider.cs | 2 -- .../Consoles/Nintendo/NDS/MelonDS.ISaveRam.cs | 2 -- .../Consoles/Nintendo/NDS/MelonDS.ISettable.cs | 1 - .../Consoles/Nintendo/NDS/MelonDS.ITraceable.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs | 1 - .../Consoles/Nintendo/NDS/NDSDisassembler.cs | 1 - .../Consoles/Nintendo/NDS/NDSFirmware.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/APU.cs | 1 - .../Consoles/Nintendo/NES/Boards/CNROM.cs | 1 - .../Consoles/Nintendo/NES/Boards/Cony.cs | 1 - .../Consoles/Nintendo/NES/Boards/CoolBoy.cs | 1 - .../Consoles/Nintendo/NES/Boards/DatachBarcode.cs | 1 - .../Consoles/Nintendo/NES/Boards/ExROM.cs | 1 - .../Consoles/Nintendo/NES/Boards/GxROM.cs | 1 - .../Consoles/Nintendo/NES/Boards/InesBoardImplAttribute.cs | 2 -- .../Consoles/Nintendo/NES/Boards/MMC3_family/Mapper074.cs | 1 - .../Consoles/Nintendo/NES/Boards/MMC3_family/Mapper196.cs | 1 - .../Consoles/Nintendo/NES/Boards/Mapper030.cs | 1 - .../Consoles/Nintendo/NES/Boards/Mapper036.cs | 1 - .../Consoles/Nintendo/NES/Boards/Mapper042.cs | 1 - .../Consoles/Nintendo/NES/Boards/Mapper116.cs | 1 - .../Consoles/Nintendo/NES/Boards/Mapper222.cs | 1 - .../Consoles/Nintendo/NES/Boards/Mapper236.cs | 1 - .../Consoles/Nintendo/NES/Boards/Mapper240.cs | 1 - .../Consoles/Nintendo/NES/Boards/MapperPropAttribute.cs | 1 - .../Consoles/Nintendo/NES/Boards/NSFBoard.cs | 2 -- .../Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper112.cs | 1 - .../Consoles/Nintendo/NES/Boards/Namcot1xx/Namco163Audio.cs | 1 - .../Consoles/Nintendo/NES/Boards/NesBoardBase.cs | 1 - .../Consoles/Nintendo/NES/Boards/SEEPROM.cs | 2 -- .../Consoles/Nintendo/NES/Boards/SachenSimple.cs | 1 - .../Consoles/Nintendo/NES/Boards/SxROM.cs | 1 - .../Nintendo/NES/Boards/UNIF/UNIF_BMC-Ghostbusters63in1.cs | 1 - .../Consoles/Nintendo/NES/Boards/UNIF/UNIF_UNL_DripGame.cs | 1 - .../Consoles/Nintendo/NES/Boards/UxROM.cs | 1 - .../Consoles/Nintendo/NES/Boards/VRC2_4.cs | 1 - .../Consoles/Nintendo/NES/Boards/VRC6.cs | 2 -- .../Consoles/Nintendo/NES/Boards/VRC7.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/BootGodDB.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDS.cs | 1 - .../Consoles/Nintendo/NES/FDS/FDSAudio.cs | 1 - .../Consoles/Nintendo/NES/FDS/FDSInspector.cs | 1 - .../Consoles/Nintendo/NES/FDS/RamAdapter.cs | 1 - .../Consoles/Nintendo/NES/INESPPUViewable.cs | 1 - .../Consoles/Nintendo/NES/NES.BoardSystem.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs | 2 -- .../Consoles/Nintendo/NES/NES.ICodeDataLogger.cs | 1 - .../Consoles/Nintendo/NES/NES.IDebuggable.cs | 1 - .../Consoles/Nintendo/NES/NES.INESPPUViewable.cs | 1 - .../Consoles/Nintendo/NES/NES.ISaveRam.cs | 1 - .../Consoles/Nintendo/NES/NES.ISettable.cs | 1 - .../Consoles/Nintendo/NES/NES.IStatable.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.iNES.cs | 1 - .../Consoles/Nintendo/NES/NESControllers.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NSFFormat.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.regs.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Unif.cs | 1 - .../Consoles/Nintendo/QuickNES/LibQuickNES.cs | 1 - .../Consoles/Nintendo/QuickNES/Nes_NTSC_Colors.cs | 2 -- .../Consoles/Nintendo/QuickNES/QuickNES.IDebuggable.cs | 1 - .../Consoles/Nintendo/QuickNES/QuickNES.IInputPollable.cs | 1 - .../Consoles/Nintendo/QuickNES/QuickNES.IMemoryDomains.cs | 1 - .../Consoles/Nintendo/QuickNES/QuickNES.INESPPUViewable.cs | 1 - .../Consoles/Nintendo/QuickNES/QuickNES.ISettable.cs | 1 - .../Consoles/Nintendo/QuickNES/QuickNES.ISoundProvider.cs | 1 - .../Consoles/Nintendo/QuickNES/QuickNES.IStatable.cs | 1 - .../Consoles/Nintendo/QuickNES/QuickNES.ITraceable.cs | 1 - .../Consoles/Nintendo/QuickNES/QuickNES.cs | 1 - .../Consoles/Nintendo/SNES/LibsnesApi.cs | 1 - .../Consoles/Nintendo/SNES/LibsnesApi_QUERY.cs | 1 - .../Consoles/Nintendo/SNES/LibsnesApi_SIG.cs | 2 -- .../Consoles/Nintendo/SNES/LibsnesControllerDeck.cs | 1 - .../Consoles/Nintendo/SNES/LibsnesCore.IDebuggable.cs | 1 - .../Consoles/Nintendo/SNES/LibsnesCore.IMemoryDomains.cs | 1 - .../Consoles/Nintendo/SNES/LibsnesCore.ISaveRam.cs | 1 - .../Consoles/Nintendo/SNES/LibsnesCore.ISoundProvider.cs | 1 - .../Consoles/Nintendo/SNES/LibsnesCore.cs | 1 - .../Consoles/Nintendo/SNES/SNESGraphicsDecoder.cs | 2 +- .../Consoles/Nintendo/SNES/ScanlineHookManager.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES9X/Snes9x.cs | 1 - .../Consoles/Nintendo/SNES9X/Snes9xControllers.cs | 1 - .../Consoles/Nintendo/SameBoy/LibSameBoy.cs | 1 - .../Consoles/Nintendo/SameBoy/SameBoy.IDebuggable.cs | 1 - .../Consoles/Nintendo/SameBoy/SameBoy.IEmulator.cs | 1 - .../Consoles/Nintendo/SameBoy/SameBoy.IMemoryDomains.cs | 1 - .../Consoles/Nintendo/SameBoy/SameBoy.ISaveRam.cs | 2 -- .../Consoles/Nintendo/SameBoy/SameBoy.ISettable.cs | 1 - .../Consoles/Nintendo/SameBoy/SameBoy.ISoundProvider.cs | 2 -- .../Consoles/Nintendo/SameBoy/SameBoy.IStatable.cs | 1 - .../Consoles/Nintendo/SameBoy/SameBoy.cs | 1 - .../Consoles/Nintendo/SubGBHawk/SubGBHawk.IEmulator.cs | 1 - .../Consoles/Nintendo/SubGBHawk/SubGBHawk.cs | 1 - .../Consoles/Nintendo/SubNESHawk/SubNESHawk.IEmulator.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/PC Engine/ADPCM.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/PC Engine/IGpuView.cs | 1 - .../Consoles/PC Engine/PCEngine.ICodeDataLogger.cs | 1 - .../Consoles/PC Engine/PCEngine.IDebuggable.cs | 1 - .../Consoles/PC Engine/PCEngine.IMemoryDomains.cs | 1 - .../Consoles/PC Engine/PCEngine.ISaveRam.cs | 1 - .../Consoles/PC Engine/PCEngine.TurboCD.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs | 1 - .../Consoles/PC Engine/PceControllerDeck.cs | 1 - .../Consoles/PC Engine/QuickCollections.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/PC Engine/ScsiCDBus.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/PC Engine/VDC.Render.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/PC Engine/VPC.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs | 1 - .../Consoles/Sega/GGHawkLink/GGHawkLink.ICodeDataLog.cs | 1 - .../Consoles/Sega/GGHawkLink/GGHawkLink.IDebuggable.cs | 1 - .../Consoles/Sega/GGHawkLink/GGHawkLink.IEmulator.cs | 2 -- .../Consoles/Sega/GGHawkLink/GGHawkLink.ISaveRam.cs | 1 - .../Consoles/Sega/GGHawkLink/GGHawkLink.cs | 1 - .../Consoles/Sega/GGHawkLink/GGHawkLinkControllerDeck.cs | 1 - .../Consoles/Sega/PicoDrive/LibPicoDrive.cs | 2 +- .../Consoles/Sega/PicoDrive/PicoDrive.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/EEPROM.93c46.cs | 1 - .../Consoles/Sega/SMS/MemoryMap.EEPROM.cs | 2 -- .../Consoles/Sega/SMS/SMS.ICodeDataLogger.cs | 1 - .../Consoles/Sega/SMS/SMS.IDebuggable.cs | 1 - .../Consoles/Sega/SMS/SMS.IMemoryDomains.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ISaveRam.cs | 2 -- .../Consoles/Sega/SMS/SMS.ISoundProvider.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.cs | 2 -- .../Consoles/Sega/SMS/SMSControllerDeck.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/VDP.Mode4.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/VDP.ModeTMS.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Sega/Saturn/Saturnus.cs | 1 - .../Consoles/Sega/gpgx64/GPGX.ICodeDataLogger.cs | 1 - .../Consoles/Sega/gpgx64/GPGX.IDebuggable.cs | 1 - .../Consoles/Sega/gpgx64/GPGX.IEmulator.cs | 2 -- .../Consoles/Sega/gpgx64/GPGX.IMemoryDomains.cs | 1 - .../Consoles/Sega/gpgx64/GPGX.ISaveRam.cs | 1 - .../Consoles/Sega/gpgx64/GPGX.ISettable.cs | 1 - .../Consoles/Sega/gpgx64/GPGX.ISoundProvider.cs | 1 - .../Consoles/Sega/gpgx64/GPGX.IVideoProvider.cs | 2 -- src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs | 1 - .../Consoles/Sega/gpgx64/GPGXControlConverter.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/LibGPGX.cs | 1 - .../Consoles/Sony/PSX/Octoshock.IDebuggable.cs | 1 - .../Consoles/Sony/PSX/Octoshock.ITraceable.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/OctoshockDll.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/PSF.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/WonderSwan/BizSwan.cs | 1 - .../Consoles/WonderSwan/WonderSwan.ISaveRam.cs | 1 - .../Consoles/WonderSwan/WonderSwan.ISettable.cs | 1 - .../Consoles/WonderSwan/WonderSwan.ISoundProvider.cs | 1 - .../Consoles/WonderSwan/WonderSwan.IStatable.cs | 1 - src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.cs | 1 - src/BizHawk.Emulation.Cores/CoreInventory.cs | 1 - src/BizHawk.Emulation.Cores/FileID.cs | 1 - src/BizHawk.Emulation.Cores/Libretro/Libretro.Api.cs | 1 - src/BizHawk.Emulation.Cores/Libretro/Libretro.IEmulator.cs | 1 - .../Libretro/Libretro.IInputPollable.cs | 2 -- .../Libretro/Libretro.IMemoryDomains.cs | 1 - .../Libretro/Libretro.ISoundProvider.cs | 2 -- src/BizHawk.Emulation.Cores/Libretro/Libretro.IStatable.cs | 1 - src/BizHawk.Emulation.Cores/Libretro/Libretro.cs | 1 - src/BizHawk.Emulation.Cores/Properties/Resources.cs | 2 -- src/BizHawk.Emulation.Cores/Sound/CDAudio.cs | 1 - src/BizHawk.Emulation.Cores/Sound/DualSyncSound.cs | 1 - src/BizHawk.Emulation.Cores/Sound/HuC6280PSG.cs | 1 - src/BizHawk.Emulation.Cores/Sound/MMC5Audio.cs | 2 -- src/BizHawk.Emulation.Cores/Sound/OneBitBeeper.cs | 1 - src/BizHawk.Emulation.Cores/Sound/SoundMixer.cs | 1 - src/BizHawk.Emulation.Cores/Sound/Sunsoft5BAudio.cs | 2 -- src/BizHawk.Emulation.Cores/Sound/SyncSoundMixer.cs | 2 +- src/BizHawk.Emulation.Cores/Sound/VRC6Alt.cs | 2 -- src/BizHawk.Emulation.Cores/Sound/YM2413.cs | 2 +- src/BizHawk.Emulation.Cores/Waterbox/LibNymaCore.cs | 1 - src/BizHawk.Emulation.Cores/Waterbox/LibWaterboxCore.cs | 2 +- src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Cd.cs | 1 - src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Controller.cs | 1 - .../Waterbox/NymaCore.Settings.ComponentModel.cs | 1 - src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Settings.cs | 1 - src/BizHawk.Emulation.Cores/Waterbox/NymaCore.cs | 1 - src/BizHawk.Emulation.Cores/Waterbox/ProxiedFile.cs | 1 - src/BizHawk.Emulation.Cores/Waterbox/WaterboxCore.cs | 1 - src/BizHawk.Emulation.Cores/Waterbox/WaterboxHost.cs | 1 - src/BizHawk.Emulation.Cores/Waterbox/WaterboxHostNative.cs | 1 - src/BizHawk.Emulation.Cores/Waterbox/WaterboxMemoryDomain.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/A26Schema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/A78Schema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/AppleIISchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/C64Schema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/ColecoSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/DualGBSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/GBASchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/GBSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/GGLSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/GenSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/IntvSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/JaguarSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/LynxSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/N64Schema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/NdsSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/NesSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/NgpSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/O2Schema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/PSXSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/PceSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/PcfxSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/SGBSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/SaturnSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/SmsSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/SnesSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/TIC80Schema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/VECSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/VirtualBoySchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/WonderSwanSchema.cs | 1 - src/BizHawk.Emulation.Cores/vpads_schemata/ZXSpectrumSchema.cs | 1 - src/BizHawk.Emulation.DiscSystem/API_MednaDisc.cs | 1 - src/BizHawk.Emulation.DiscSystem/Disc.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscDecoding.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscExceptions.cs | 2 -- src/BizHawk.Emulation.DiscSystem/DiscExtensions.cs | 2 -- src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_CHD.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_ECM.cs | 1 - .../DiscFormats/Blobs/Blob_WaveFile.cs | 1 - .../DiscFormats/Blobs/Blob_ZeroPadAdapter.cs | 2 -- src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/IBlob.cs | 2 -- .../DiscFormats/Blobs/RiffMaster.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscFormats/CCD_format.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscFormats/CDI_format.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscFormats/CHD_format.cs | 1 - .../DiscFormats/CUE/CUE_Compile.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Load.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Parse.cs | 1 - .../DiscFormats/CUE/CUE_SynthExtras.cs | 2 -- src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Synths.cs | 2 -- src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Types.cs | 2 -- .../DiscFormats/CUE/CueFileResolver.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscFormats/MDS_Format.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscFormats/NRG_format.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscFormats/SBI_format.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscHasher.cs | 2 -- src/BizHawk.Emulation.DiscSystem/DiscIdentifier.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscJob.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscMountJob.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscSectorReader.cs | 2 -- src/BizHawk.Emulation.DiscSystem/DiscStream.cs | 2 -- src/BizHawk.Emulation.DiscSystem/DiscSubQ.cs | 2 -- src/BizHawk.Emulation.DiscSystem/DiscTypes.cs | 2 -- src/BizHawk.Emulation.DiscSystem/DiscUtils.cs | 2 -- .../DiscoHawkLogic/AudioExtractor.cs | 1 - .../DiscoHawkLogic/DiscoHawkLogic.cs | 1 - src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/ECMTest.cs | 1 - .../Internal/Jobs/Synthesize_A0A1A2_Job.cs | 1 - .../Internal/Jobs/Synthesize_DiscTOC_From_RawTOCEntries_Job.cs | 1 - .../Internal/Jobs/Synthesize_DiscTracks_From_DiscTOC_Job.cs | 1 - src/BizHawk.Emulation.DiscSystem/Internal/SectorSynth.cs | 1 - src/BizHawk.Emulation.DiscSystem/LibChd.cs | 1 - src/BizHawk.Tests.Testroms.GB.GambatteSuite/GambatteSuite.cs | 1 - src/BizHawk.Tests.Testroms.GB/DummyFrontend.cs | 1 - src/BizHawk.Tests.Testroms.GB/GB_GBC/AcidTestroms.cs | 1 - src/BizHawk.Tests.Testroms.GB/GB_GBC/BullyGB.cs | 1 - src/BizHawk.Tests.Testroms.GB/GB_GBC/CPPTestroms.cs | 1 - src/BizHawk.Tests.Testroms.GB/GB_GBC/GBHelper.cs | 1 - src/BizHawk.Tests.Testroms.GB/GB_GBC/MealybugTearoomTests.cs | 1 - src/BizHawk.Tests.Testroms.GB/GB_GBC/RTC3Test.cs | 1 - src/BizHawk.Tests.Testroms.GB/ImageUtils.cs | 1 - src/BizHawk.Tests.Testroms.GB/TestUtils.cs | 1 - src/BizHawk.Tests/Client.Common/Api/MemoryApiTests.cs | 1 - .../Client.Common/Movie/ZwinderStateManagerTests.cs | 1 - src/BizHawk.Tests/Client.Common/cheats/CheatDecoderTests.cs | 1 - .../Client.Common/config/SerializationStabilityTests.cs | 1 - src/BizHawk.Tests/Client.Common/dearchive/DearchivalTests.cs | 1 - src/BizHawk.Tests/Client.Common/lua/LuaTests.cs | 1 - .../Common/CollectionExtensions/CollectionExtensionTests.cs | 1 - .../Common/EndiannessUtils/EndiannessUtilsTests.cs | 2 -- .../Common/MultiPredicateSort/MultiPredicateSortTests.cs | 1 - src/BizHawk.Tests/Common/checksums/SHA1Tests.cs | 1 - src/BizHawk.Tests/EmbeddedData.cs | 1 - .../GroupBoxEx/RadioButtonGroupTracker.cs | 1 - src/BizHawk.WinForms.Controls/MenuEx/MenuItemEx.cs | 1 - src/BizHawk.WinForms.Controls/MenuEx/MenuStripEx.cs | 1 - src/BizHawk.WinForms.Controls/MenuEx/StatusLabelEx.cs | 1 - src/BizHawk.WinForms.Controls/MenuEx/StatusStripEx.cs | 1 - src/BizHawk.WinForms.Controls/MenuEx/ToolStripEx.cs | 1 - src/MainSlnCommon.props | 1 + 1215 files changed, 29 insertions(+), 1376 deletions(-) diff --git a/src/BizHawk.BizInvoke/BizInvokeUtilities.cs b/src/BizHawk.BizInvoke/BizInvokeUtilities.cs index 7ecd0d11bc..6873145e90 100644 --- a/src/BizHawk.BizInvoke/BizInvokeUtilities.cs +++ b/src/BizHawk.BizInvoke/BizInvokeUtilities.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Reflection; using System.Reflection.Emit; diff --git a/src/BizHawk.BizInvoke/BizInvoker.cs b/src/BizHawk.BizInvoke/BizInvoker.cs index 2c9bad7997..2d3bff2afa 100644 --- a/src/BizHawk.BizInvoke/BizInvoker.cs +++ b/src/BizHawk.BizInvoke/BizInvoker.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/src/BizHawk.BizInvoke/BizInvokerUtilities.cs b/src/BizHawk.BizInvoke/BizInvokerUtilities.cs index d59541c507..9ef96e2e6c 100644 --- a/src/BizHawk.BizInvoke/BizInvokerUtilities.cs +++ b/src/BizHawk.BizInvoke/BizInvokerUtilities.cs @@ -1,4 +1,3 @@ -using System; using System.Reflection; using System.Reflection.Emit; using System.Runtime.InteropServices; diff --git a/src/BizHawk.BizInvoke/CallingConventionAdapter.cs b/src/BizHawk.BizInvoke/CallingConventionAdapter.cs index 00a2566d65..afae616781 100644 --- a/src/BizHawk.BizInvoke/CallingConventionAdapter.cs +++ b/src/BizHawk.BizInvoke/CallingConventionAdapter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Bizware.Audio/OpenALSoundOutput.cs b/src/BizHawk.Bizware.Audio/OpenALSoundOutput.cs index a33e5b5fdf..f7d2c11359 100644 --- a/src/BizHawk.Bizware.Audio/OpenALSoundOutput.cs +++ b/src/BizHawk.Bizware.Audio/OpenALSoundOutput.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Bizware.Audio/SDL2WavStream.cs b/src/BizHawk.Bizware.Audio/SDL2WavStream.cs index 030b6ece0b..8c098e24b4 100644 --- a/src/BizHawk.Bizware.Audio/SDL2WavStream.cs +++ b/src/BizHawk.Bizware.Audio/SDL2WavStream.cs @@ -1,4 +1,3 @@ -using System; using System.Buffers; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Bizware.Audio/XAudio2SoundOutput.cs b/src/BizHawk.Bizware.Audio/XAudio2SoundOutput.cs index 8fa73d506d..02fcabfe5a 100644 --- a/src/BizHawk.Bizware.Audio/XAudio2SoundOutput.cs +++ b/src/BizHawk.Bizware.Audio/XAudio2SoundOutput.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Bizware.Graphics.Controls/Controls/D3D11Control.cs b/src/BizHawk.Bizware.Graphics.Controls/Controls/D3D11Control.cs index 0e2af363e2..863f9424b5 100644 --- a/src/BizHawk.Bizware.Graphics.Controls/Controls/D3D11Control.cs +++ b/src/BizHawk.Bizware.Graphics.Controls/Controls/D3D11Control.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; namespace BizHawk.Bizware.Graphics.Controls diff --git a/src/BizHawk.Bizware.Graphics.Controls/Controls/GDIPlusControl.cs b/src/BizHawk.Bizware.Graphics.Controls/Controls/GDIPlusControl.cs index 1788abd5e4..1bbb4810a2 100644 --- a/src/BizHawk.Bizware.Graphics.Controls/Controls/GDIPlusControl.cs +++ b/src/BizHawk.Bizware.Graphics.Controls/Controls/GDIPlusControl.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; diff --git a/src/BizHawk.Bizware.Graphics.Controls/Controls/OpenGLControl.cs b/src/BizHawk.Bizware.Graphics.Controls/Controls/OpenGLControl.cs index ae3d38b3a9..c3d62a6e7f 100644 --- a/src/BizHawk.Bizware.Graphics.Controls/Controls/OpenGLControl.cs +++ b/src/BizHawk.Bizware.Graphics.Controls/Controls/OpenGLControl.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Common; diff --git a/src/BizHawk.Bizware.Graphics.Controls/GraphicsControlFactory.cs b/src/BizHawk.Bizware.Graphics.Controls/GraphicsControlFactory.cs index 49085d304d..54214a041f 100644 --- a/src/BizHawk.Bizware.Graphics.Controls/GraphicsControlFactory.cs +++ b/src/BizHawk.Bizware.Graphics.Controls/GraphicsControlFactory.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Bizware.Graphics.Controls { /// diff --git a/src/BizHawk.Bizware.Graphics/BitmapBuffer.cs b/src/BizHawk.Bizware.Graphics/BitmapBuffer.cs index 8399eec030..36e6f338b4 100644 --- a/src/BizHawk.Bizware.Graphics/BitmapBuffer.cs +++ b/src/BizHawk.Bizware.Graphics/BitmapBuffer.cs @@ -1,7 +1,6 @@ // TODO - introduce Trim for ArtManager // TODO - add a small buffer reuse manager.. small images can be stored in larger buffers which we happen to have held. use a timer to wait to free it until some time has passed -using System; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; diff --git a/src/BizHawk.Bizware.Graphics/BitmapLoadOptions.cs b/src/BizHawk.Bizware.Graphics/BitmapLoadOptions.cs index 9f3df1aa87..58778ea6c6 100644 --- a/src/BizHawk.Bizware.Graphics/BitmapLoadOptions.cs +++ b/src/BizHawk.Bizware.Graphics/BitmapLoadOptions.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; namespace BizHawk.Bizware.Graphics diff --git a/src/BizHawk.Bizware.Graphics/D3D11/D3D11GLInterop.cs b/src/BizHawk.Bizware.Graphics/D3D11/D3D11GLInterop.cs index 5799ae4817..7e16b3d516 100644 --- a/src/BizHawk.Bizware.Graphics/D3D11/D3D11GLInterop.cs +++ b/src/BizHawk.Bizware.Graphics/D3D11/D3D11GLInterop.cs @@ -1,5 +1,3 @@ -using System; - using Silk.NET.Core.Contexts; using Silk.NET.OpenGL; using Silk.NET.WGL.Extensions.NV; diff --git a/src/BizHawk.Bizware.Graphics/D3D11/D3D11Pipeline.cs b/src/BizHawk.Bizware.Graphics/D3D11/D3D11Pipeline.cs index 295acb3a7f..e7333650f6 100644 --- a/src/BizHawk.Bizware.Graphics/D3D11/D3D11Pipeline.cs +++ b/src/BizHawk.Bizware.Graphics/D3D11/D3D11Pipeline.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Numerics; diff --git a/src/BizHawk.Bizware.Graphics/D3D11/D3D11Resources.cs b/src/BizHawk.Bizware.Graphics/D3D11/D3D11Resources.cs index f9fb4e43f1..416b2309a0 100644 --- a/src/BizHawk.Bizware.Graphics/D3D11/D3D11Resources.cs +++ b/src/BizHawk.Bizware.Graphics/D3D11/D3D11Resources.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using Vortice.Direct3D; diff --git a/src/BizHawk.Bizware.Graphics/D3D11/D3D11SwapChain.cs b/src/BizHawk.Bizware.Graphics/D3D11/D3D11SwapChain.cs index 663b09f466..52754936c3 100644 --- a/src/BizHawk.Bizware.Graphics/D3D11/D3D11SwapChain.cs +++ b/src/BizHawk.Bizware.Graphics/D3D11/D3D11SwapChain.cs @@ -1,5 +1,3 @@ -using System; - using Vortice.Direct3D11; using Vortice.DXGI; diff --git a/src/BizHawk.Bizware.Graphics/D3D11/D3D11Texture2D.cs b/src/BizHawk.Bizware.Graphics/D3D11/D3D11Texture2D.cs index 74f957ff75..80c3b3ad44 100644 --- a/src/BizHawk.Bizware.Graphics/D3D11/D3D11Texture2D.cs +++ b/src/BizHawk.Bizware.Graphics/D3D11/D3D11Texture2D.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Bizware.Graphics/D3D11/IGL_D3D11.cs b/src/BizHawk.Bizware.Graphics/D3D11/IGL_D3D11.cs index 2eb2559eac..9d3fce195b 100644 --- a/src/BizHawk.Bizware.Graphics/D3D11/IGL_D3D11.cs +++ b/src/BizHawk.Bizware.Graphics/D3D11/IGL_D3D11.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Numerics; diff --git a/src/BizHawk.Bizware.Graphics/GDIPlus/GDIPlusControlRenderTarget.cs b/src/BizHawk.Bizware.Graphics/GDIPlus/GDIPlusControlRenderTarget.cs index f56f9d5ab8..20b4730c74 100644 --- a/src/BizHawk.Bizware.Graphics/GDIPlus/GDIPlusControlRenderTarget.cs +++ b/src/BizHawk.Bizware.Graphics/GDIPlus/GDIPlusControlRenderTarget.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using SDGraphics = System.Drawing.Graphics; diff --git a/src/BizHawk.Bizware.Graphics/GDIPlus/IGL_GDIPlus.cs b/src/BizHawk.Bizware.Graphics/GDIPlus/IGL_GDIPlus.cs index be0e386172..1a6dcb9bc4 100644 --- a/src/BizHawk.Bizware.Graphics/GDIPlus/IGL_GDIPlus.cs +++ b/src/BizHawk.Bizware.Graphics/GDIPlus/IGL_GDIPlus.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Numerics; diff --git a/src/BizHawk.Bizware.Graphics/ImGuiResourceCache.cs b/src/BizHawk.Bizware.Graphics/ImGuiResourceCache.cs index 28c5780bbd..e26131ff82 100644 --- a/src/BizHawk.Bizware.Graphics/ImGuiResourceCache.cs +++ b/src/BizHawk.Bizware.Graphics/ImGuiResourceCache.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Bizware.Graphics/Interfaces/I2DRenderer.cs b/src/BizHawk.Bizware.Graphics/Interfaces/I2DRenderer.cs index 6946de88e7..3d667e2362 100644 --- a/src/BizHawk.Bizware.Graphics/Interfaces/I2DRenderer.cs +++ b/src/BizHawk.Bizware.Graphics/Interfaces/I2DRenderer.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Text; diff --git a/src/BizHawk.Bizware.Graphics/Interfaces/IGL.cs b/src/BizHawk.Bizware.Graphics/Interfaces/IGL.cs index 346871fb9a..b08b6c4836 100644 --- a/src/BizHawk.Bizware.Graphics/Interfaces/IGL.cs +++ b/src/BizHawk.Bizware.Graphics/Interfaces/IGL.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Numerics; diff --git a/src/BizHawk.Bizware.Graphics/Interfaces/IGuiRenderer.cs b/src/BizHawk.Bizware.Graphics/Interfaces/IGuiRenderer.cs index f3031ea2a4..f3e467e918 100644 --- a/src/BizHawk.Bizware.Graphics/Interfaces/IGuiRenderer.cs +++ b/src/BizHawk.Bizware.Graphics/Interfaces/IGuiRenderer.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Numerics; diff --git a/src/BizHawk.Bizware.Graphics/Interfaces/IPipeline.cs b/src/BizHawk.Bizware.Graphics/Interfaces/IPipeline.cs index 3ec5494ff7..c86a31bc30 100644 --- a/src/BizHawk.Bizware.Graphics/Interfaces/IPipeline.cs +++ b/src/BizHawk.Bizware.Graphics/Interfaces/IPipeline.cs @@ -1,4 +1,3 @@ -using System; using System.Numerics; namespace BizHawk.Bizware.Graphics diff --git a/src/BizHawk.Bizware.Graphics/Interfaces/ITexture2D.cs b/src/BizHawk.Bizware.Graphics/Interfaces/ITexture2D.cs index dff09d5c40..134bad7432 100644 --- a/src/BizHawk.Bizware.Graphics/Interfaces/ITexture2D.cs +++ b/src/BizHawk.Bizware.Graphics/Interfaces/ITexture2D.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Bizware.Graphics { /// diff --git a/src/BizHawk.Bizware.Graphics/OpenGL/IGL_OpenGL.cs b/src/BizHawk.Bizware.Graphics/OpenGL/IGL_OpenGL.cs index fcbee07e38..cff3942fed 100644 --- a/src/BizHawk.Bizware.Graphics/OpenGL/IGL_OpenGL.cs +++ b/src/BizHawk.Bizware.Graphics/OpenGL/IGL_OpenGL.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Numerics; diff --git a/src/BizHawk.Bizware.Graphics/OpenGL/OpenGLPipeline.cs b/src/BizHawk.Bizware.Graphics/OpenGL/OpenGLPipeline.cs index 49cfa49bc1..05944932dd 100644 --- a/src/BizHawk.Bizware.Graphics/OpenGL/OpenGLPipeline.cs +++ b/src/BizHawk.Bizware.Graphics/OpenGL/OpenGLPipeline.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Numerics; diff --git a/src/BizHawk.Bizware.Graphics/OpenGL/OpenGLRenderTarget.cs b/src/BizHawk.Bizware.Graphics/OpenGL/OpenGLRenderTarget.cs index 28cbf8e5f9..106ad52c72 100644 --- a/src/BizHawk.Bizware.Graphics/OpenGL/OpenGLRenderTarget.cs +++ b/src/BizHawk.Bizware.Graphics/OpenGL/OpenGLRenderTarget.cs @@ -1,5 +1,3 @@ -using System; - using Silk.NET.OpenGL; namespace BizHawk.Bizware.Graphics diff --git a/src/BizHawk.Bizware.Graphics/OpenGL/OpenGLTexture2D.cs b/src/BizHawk.Bizware.Graphics/OpenGL/OpenGLTexture2D.cs index 39e688db1a..b91ab6e70c 100644 --- a/src/BizHawk.Bizware.Graphics/OpenGL/OpenGLTexture2D.cs +++ b/src/BizHawk.Bizware.Graphics/OpenGL/OpenGLTexture2D.cs @@ -1,5 +1,3 @@ -using System; - using Silk.NET.OpenGL; namespace BizHawk.Bizware.Graphics diff --git a/src/BizHawk.Bizware.Graphics/OpenGL/SDL2OpenGLContext.cs b/src/BizHawk.Bizware.Graphics/OpenGL/SDL2OpenGLContext.cs index 6886263c5d..89c3ad5cc9 100644 --- a/src/BizHawk.Bizware.Graphics/OpenGL/SDL2OpenGLContext.cs +++ b/src/BizHawk.Bizware.Graphics/OpenGL/SDL2OpenGLContext.cs @@ -1,7 +1,5 @@ // #define DEBUG_OPENGL -using System; - #if DEBUG_OPENGL using System.Runtime.InteropServices; using Silk.NET.OpenGL; diff --git a/src/BizHawk.Bizware.Graphics/OpenGL/SavedOpenGLContext.cs b/src/BizHawk.Bizware.Graphics/OpenGL/SavedOpenGLContext.cs index aa965a4071..fb02200b1c 100644 --- a/src/BizHawk.Bizware.Graphics/OpenGL/SavedOpenGLContext.cs +++ b/src/BizHawk.Bizware.Graphics/OpenGL/SavedOpenGLContext.cs @@ -1,5 +1,3 @@ -using System; - using static SDL2.SDL; namespace BizHawk.Bizware.Graphics diff --git a/src/BizHawk.Bizware.Graphics/PipelineCompileArgs.cs b/src/BizHawk.Bizware.Graphics/PipelineCompileArgs.cs index 2cadc1ea6e..76a5c4b29d 100644 --- a/src/BizHawk.Bizware.Graphics/PipelineCompileArgs.cs +++ b/src/BizHawk.Bizware.Graphics/PipelineCompileArgs.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Bizware.Graphics diff --git a/src/BizHawk.Bizware.Graphics/Renderers/GDIPlusGuiRenderer.cs b/src/BizHawk.Bizware.Graphics/Renderers/GDIPlusGuiRenderer.cs index 4d568baae9..dfd621c31b 100644 --- a/src/BizHawk.Bizware.Graphics/Renderers/GDIPlusGuiRenderer.cs +++ b/src/BizHawk.Bizware.Graphics/Renderers/GDIPlusGuiRenderer.cs @@ -1,6 +1,5 @@ // this is full of bugs probably, related to state from old rendering sessions being all messed up. its only barely good enough to work at all -using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; diff --git a/src/BizHawk.Bizware.Graphics/Renderers/GuiRenderer.cs b/src/BizHawk.Bizware.Graphics/Renderers/GuiRenderer.cs index e3492d1694..d80d4ab496 100644 --- a/src/BizHawk.Bizware.Graphics/Renderers/GuiRenderer.cs +++ b/src/BizHawk.Bizware.Graphics/Renderers/GuiRenderer.cs @@ -1,6 +1,5 @@ //http://stackoverflow.com/questions/6893302/decode-rgb-value-to-single-float-without-bit-shift-in-glsl -using System; using System.Drawing; using System.Numerics; diff --git a/src/BizHawk.Bizware.Graphics/Renderers/ImGui2DRenderer.cs b/src/BizHawk.Bizware.Graphics/Renderers/ImGui2DRenderer.cs index cbbff14faf..9868ff11a7 100644 --- a/src/BizHawk.Bizware.Graphics/Renderers/ImGui2DRenderer.cs +++ b/src/BizHawk.Bizware.Graphics/Renderers/ImGui2DRenderer.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; diff --git a/src/BizHawk.Bizware.Graphics/Renderers/SDLImGui2DRenderer.cs b/src/BizHawk.Bizware.Graphics/Renderers/SDLImGui2DRenderer.cs index 3f1df6741f..cc91ed9883 100644 --- a/src/BizHawk.Bizware.Graphics/Renderers/SDLImGui2DRenderer.cs +++ b/src/BizHawk.Bizware.Graphics/Renderers/SDLImGui2DRenderer.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing.Imaging; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Bizware.Graphics/Renderers/StringRenderer.cs b/src/BizHawk.Bizware.Graphics/Renderers/StringRenderer.cs index bb6eb249f1..dcec79f05b 100644 --- a/src/BizHawk.Bizware.Graphics/Renderers/StringRenderer.cs +++ b/src/BizHawk.Bizware.Graphics/Renderers/StringRenderer.cs @@ -1,7 +1,6 @@ // https://www.angelcode.com/products/bmfont/ // https://devblog.cyotek.com/post/angelcode-bitmap-font-parsing-using-csharp -using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/src/BizHawk.Bizware.Graphics/RetroShader.cs b/src/BizHawk.Bizware.Graphics/RetroShader.cs index e67159345a..6859a17c54 100644 --- a/src/BizHawk.Bizware.Graphics/RetroShader.cs +++ b/src/BizHawk.Bizware.Graphics/RetroShader.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Numerics; diff --git a/src/BizHawk.Bizware.Input/KeyInput/IKeyInput.cs b/src/BizHawk.Bizware.Input/KeyInput/IKeyInput.cs index 176aef8949..b261394adf 100644 --- a/src/BizHawk.Bizware.Input/KeyInput/IKeyInput.cs +++ b/src/BizHawk.Bizware.Input/KeyInput/IKeyInput.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using BizHawk.Client.Common; diff --git a/src/BizHawk.Bizware.Input/KeyInput/KeyInputFactory.cs b/src/BizHawk.Bizware.Input/KeyInput/KeyInputFactory.cs index 7bba5f37e7..881f7ae201 100644 --- a/src/BizHawk.Bizware.Input/KeyInput/KeyInputFactory.cs +++ b/src/BizHawk.Bizware.Input/KeyInput/KeyInputFactory.cs @@ -1,7 +1,5 @@ #nullable enable -using System; - using BizHawk.Common; namespace BizHawk.Bizware.Input diff --git a/src/BizHawk.Bizware.Input/KeyInput/RawKeyInput.cs b/src/BizHawk.Bizware.Input/KeyInput/RawKeyInput.cs index 02821ce039..c9372ba3e2 100644 --- a/src/BizHawk.Bizware.Input/KeyInput/RawKeyInput.cs +++ b/src/BizHawk.Bizware.Input/KeyInput/RawKeyInput.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Bizware.Input/KeyInput/X11KeyInput.cs b/src/BizHawk.Bizware.Input/KeyInput/X11KeyInput.cs index 6e9097608e..f744bfdc1d 100644 --- a/src/BizHawk.Bizware.Input/KeyInput/X11KeyInput.cs +++ b/src/BizHawk.Bizware.Input/KeyInput/X11KeyInput.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Bizware.Input/OSTailoredKeyInputAdapter.cs b/src/BizHawk.Bizware.Input/OSTailoredKeyInputAdapter.cs index 7e3ca364e3..33a601f592 100644 --- a/src/BizHawk.Bizware.Input/OSTailoredKeyInputAdapter.cs +++ b/src/BizHawk.Bizware.Input/OSTailoredKeyInputAdapter.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Bizware.Input/SDL2/SDL2Gamepad.cs b/src/BizHawk.Bizware.Input/SDL2/SDL2Gamepad.cs index c94eb182e4..73bab822ab 100644 --- a/src/BizHawk.Bizware.Input/SDL2/SDL2Gamepad.cs +++ b/src/BizHawk.Bizware.Input/SDL2/SDL2Gamepad.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using static SDL2.SDL; diff --git a/src/BizHawk.Bizware.Input/SDL2/SDL2InputAdapter.cs b/src/BizHawk.Bizware.Input/SDL2/SDL2InputAdapter.cs index 82fe0a6643..297a735bc0 100644 --- a/src/BizHawk.Bizware.Input/SDL2/SDL2InputAdapter.cs +++ b/src/BizHawk.Bizware.Input/SDL2/SDL2InputAdapter.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Bizware.Test/Program.cs b/src/BizHawk.Bizware.Test/Program.cs index be5601df04..2fc5b1acba 100644 --- a/src/BizHawk.Bizware.Test/Program.cs +++ b/src/BizHawk.Bizware.Test/Program.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.Common/Api/ApiContainer.cs b/src/BizHawk.Client.Common/Api/ApiContainer.cs index c7f26ef4da..d8f1d37e7c 100644 --- a/src/BizHawk.Client.Common/Api/ApiContainer.cs +++ b/src/BizHawk.Client.Common/Api/ApiContainer.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/Api/ApiInjector.cs b/src/BizHawk.Client.Common/Api/ApiInjector.cs index 7fa0c877ce..353d3e03a2 100644 --- a/src/BizHawk.Client.Common/Api/ApiInjector.cs +++ b/src/BizHawk.Client.Common/Api/ApiInjector.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.Common.ReflectionExtensions; diff --git a/src/BizHawk.Client.Common/Api/BasicApiProvider.cs b/src/BizHawk.Client.Common/Api/BasicApiProvider.cs index d20e897058..1b01a466de 100644 --- a/src/BizHawk.Client.Common/Api/BasicApiProvider.cs +++ b/src/BizHawk.Client.Common/Api/BasicApiProvider.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/Api/Classes/EmuClientApi.cs b/src/BizHawk.Client.Common/Api/Classes/EmuClientApi.cs index f191b3124b..5f6a87faa1 100644 --- a/src/BizHawk.Client.Common/Api/Classes/EmuClientApi.cs +++ b/src/BizHawk.Client.Common/Api/Classes/EmuClientApi.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/Api/Classes/EmulationApi.cs b/src/BizHawk.Client.Common/Api/Classes/EmulationApi.cs index a7b4362980..bfb898071d 100644 --- a/src/BizHawk.Client.Common/Api/Classes/EmulationApi.cs +++ b/src/BizHawk.Client.Common/Api/Classes/EmulationApi.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; diff --git a/src/BizHawk.Client.Common/Api/Classes/GuiApi.cs b/src/BizHawk.Client.Common/Api/Classes/GuiApi.cs index 804b0f9120..2fbcc4bb62 100644 --- a/src/BizHawk.Client.Common/Api/Classes/GuiApi.cs +++ b/src/BizHawk.Client.Common/Api/Classes/GuiApi.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; diff --git a/src/BizHawk.Client.Common/Api/Classes/JoypadApi.cs b/src/BizHawk.Client.Common/Api/Classes/JoypadApi.cs index 91b6aebb3d..e9e6113b7e 100644 --- a/src/BizHawk.Client.Common/Api/Classes/JoypadApi.cs +++ b/src/BizHawk.Client.Common/Api/Classes/JoypadApi.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Client.Common/Api/Classes/MemoryApi.cs b/src/BizHawk.Client.Common/Api/Classes/MemoryApi.cs index 22e3ef1efa..5f9e6af7f6 100644 --- a/src/BizHawk.Client.Common/Api/Classes/MemoryApi.cs +++ b/src/BizHawk.Client.Common/Api/Classes/MemoryApi.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/Api/Classes/MemorySaveStateApi.cs b/src/BizHawk.Client.Common/Api/Classes/MemorySaveStateApi.cs index d8a89a29a2..9b2b42cc1c 100644 --- a/src/BizHawk.Client.Common/Api/Classes/MemorySaveStateApi.cs +++ b/src/BizHawk.Client.Common/Api/Classes/MemorySaveStateApi.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/Api/Classes/MovieApi.cs b/src/BizHawk.Client.Common/Api/Classes/MovieApi.cs index 04d75a2f1d..92d1208a32 100644 --- a/src/BizHawk.Client.Common/Api/Classes/MovieApi.cs +++ b/src/BizHawk.Client.Common/Api/Classes/MovieApi.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.Common/Api/Classes/SQLiteApi.cs b/src/BizHawk.Client.Common/Api/Classes/SQLiteApi.cs index 4e07a8d968..6bb6ccdbcf 100644 --- a/src/BizHawk.Client.Common/Api/Classes/SQLiteApi.cs +++ b/src/BizHawk.Client.Common/Api/Classes/SQLiteApi.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Client.Common/Api/Classes/SaveStateApi.cs b/src/BizHawk.Client.Common/Api/Classes/SaveStateApi.cs index 88cfdf48b1..9bbe860e9c 100644 --- a/src/BizHawk.Client.Common/Api/Classes/SaveStateApi.cs +++ b/src/BizHawk.Client.Common/Api/Classes/SaveStateApi.cs @@ -1,4 +1,3 @@ -using System; using System.IO; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/Api/Classes/UserDataApi.cs b/src/BizHawk.Client.Common/Api/Classes/UserDataApi.cs index 43867905b6..a2bf2a5863 100644 --- a/src/BizHawk.Client.Common/Api/Classes/UserDataApi.cs +++ b/src/BizHawk.Client.Common/Api/Classes/UserDataApi.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/Api/ClientWebSocketWrapper.cs b/src/BizHawk.Client.Common/Api/ClientWebSocketWrapper.cs index 9f75457393..c35b8cc52b 100644 --- a/src/BizHawk.Client.Common/Api/ClientWebSocketWrapper.cs +++ b/src/BizHawk.Client.Common/Api/ClientWebSocketWrapper.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Net.WebSockets; using System.Text; using System.Threading; diff --git a/src/BizHawk.Client.Common/Api/DisplaySurfaceID.cs b/src/BizHawk.Client.Common/Api/DisplaySurfaceID.cs index 39bb034ebf..e0b69803cd 100644 --- a/src/BizHawk.Client.Common/Api/DisplaySurfaceID.cs +++ b/src/BizHawk.Client.Common/Api/DisplaySurfaceID.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Diagnostics.CodeAnalysis; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/Api/ExternalToolAttributes.cs b/src/BizHawk.Client.Common/Api/ExternalToolAttributes.cs index fdb03ebbf8..fa7fbfce79 100644 --- a/src/BizHawk.Client.Common/Api/ExternalToolAttributes.cs +++ b/src/BizHawk.Client.Common/Api/ExternalToolAttributes.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/Api/HttpCommunication.cs b/src/BizHawk.Client.Common/Api/HttpCommunication.cs index 1270b8d058..63a4571f27 100644 --- a/src/BizHawk.Client.Common/Api/HttpCommunication.cs +++ b/src/BizHawk.Client.Common/Api/HttpCommunication.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Net.Http; using System.Threading.Tasks; diff --git a/src/BizHawk.Client.Common/Api/IExternalApiProvider.cs b/src/BizHawk.Client.Common/Api/IExternalApiProvider.cs index 2842c9f0d2..72011391b6 100644 --- a/src/BizHawk.Client.Common/Api/IExternalApiProvider.cs +++ b/src/BizHawk.Client.Common/Api/IExternalApiProvider.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/Api/Interfaces/IEmuClientApi.cs b/src/BizHawk.Client.Common/Api/Interfaces/IEmuClientApi.cs index 55e95cd781..94c13562a3 100644 --- a/src/BizHawk.Client.Common/Api/Interfaces/IEmuClientApi.cs +++ b/src/BizHawk.Client.Common/Api/Interfaces/IEmuClientApi.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/Api/Interfaces/IGuiApi.cs b/src/BizHawk.Client.Common/Api/Interfaces/IGuiApi.cs index 2bbf163f9a..b9402d41c8 100644 --- a/src/BizHawk.Client.Common/Api/Interfaces/IGuiApi.cs +++ b/src/BizHawk.Client.Common/Api/Interfaces/IGuiApi.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Imaging; diff --git a/src/BizHawk.Client.Common/Api/Interfaces/IInputApi.cs b/src/BizHawk.Client.Common/Api/Interfaces/IInputApi.cs index 6a1ffe9c88..d30d5f8faf 100644 --- a/src/BizHawk.Client.Common/Api/Interfaces/IInputApi.cs +++ b/src/BizHawk.Client.Common/Api/Interfaces/IInputApi.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/Api/Interfaces/IToolApi.cs b/src/BizHawk.Client.Common/Api/Interfaces/IToolApi.cs index 924384f155..842afee7bb 100644 --- a/src/BizHawk.Client.Common/Api/Interfaces/IToolApi.cs +++ b/src/BizHawk.Client.Common/Api/Interfaces/IToolApi.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/Api/MemoryMappedFiles.cs b/src/BizHawk.Client.Common/Api/MemoryMappedFiles.cs index 669f0ce024..ff1249563b 100644 --- a/src/BizHawk.Client.Common/Api/MemoryMappedFiles.cs +++ b/src/BizHawk.Client.Common/Api/MemoryMappedFiles.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO.MemoryMappedFiles; using System.Text; diff --git a/src/BizHawk.Client.Common/Api/SocketServer.cs b/src/BizHawk.Client.Common/Api/SocketServer.cs index 118ddf0f68..aa56b8955f 100644 --- a/src/BizHawk.Client.Common/Api/SocketServer.cs +++ b/src/BizHawk.Client.Common/Api/SocketServer.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Net; using System.Net.Sockets; diff --git a/src/BizHawk.Client.Common/Api/WebSocketServer.cs b/src/BizHawk.Client.Common/Api/WebSocketServer.cs index da6a34a510..be68f7c51d 100644 --- a/src/BizHawk.Client.Common/Api/WebSocketServer.cs +++ b/src/BizHawk.Client.Common/Api/WebSocketServer.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Threading; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/ArgParser.cs b/src/BizHawk.Client.Common/ArgParser.cs index 1b1b8f5be9..94a0efa768 100644 --- a/src/BizHawk.Client.Common/ArgParser.cs +++ b/src/BizHawk.Client.Common/ArgParser.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.Linq; using System.IO; diff --git a/src/BizHawk.Client.Common/BitmapBufferVideoProvider.cs b/src/BizHawk.Client.Common/BitmapBufferVideoProvider.cs index 238e19d81b..6c9e07ff58 100644 --- a/src/BizHawk.Client.Common/BitmapBufferVideoProvider.cs +++ b/src/BizHawk.Client.Common/BitmapBufferVideoProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Bizware.Graphics; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/BreakpointList.cs b/src/BizHawk.Client.Common/BreakpointList.cs index b43df421ae..3b135b3ffb 100644 --- a/src/BizHawk.Client.Common/BreakpointList.cs +++ b/src/BizHawk.Client.Common/BreakpointList.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/Controller.cs b/src/BizHawk.Client.Common/Controller.cs index df66988c53..506a456072 100644 --- a/src/BizHawk.Client.Common/Controller.cs +++ b/src/BizHawk.Client.Common/Controller.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/DialogControllerExtensions.cs b/src/BizHawk.Client.Common/DialogControllerExtensions.cs index ef1ad31d50..768dd0a6e2 100644 --- a/src/BizHawk.Client.Common/DialogControllerExtensions.cs +++ b/src/BizHawk.Client.Common/DialogControllerExtensions.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/DisplayManager/DisplayManagerBase.cs b/src/BizHawk.Client.Common/DisplayManager/DisplayManagerBase.cs index 3212aa1ec5..08bd2a8ff9 100644 --- a/src/BizHawk.Client.Common/DisplayManager/DisplayManagerBase.cs +++ b/src/BizHawk.Client.Common/DisplayManager/DisplayManagerBase.cs @@ -1,7 +1,6 @@ // TODO // we could flag textures as 'actually' render targets (keep a reference to the render target?) which could allow us to convert between them more quickly in some cases -using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Text; diff --git a/src/BizHawk.Client.Common/DisplayManager/FilterManager.cs b/src/BizHawk.Client.Common/DisplayManager/FilterManager.cs index 16ff743269..e0ab617a9f 100644 --- a/src/BizHawk.Client.Common/DisplayManager/FilterManager.cs +++ b/src/BizHawk.Client.Common/DisplayManager/FilterManager.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Client.Common/DisplayManager/Filters/Gui.cs b/src/BizHawk.Client.Common/DisplayManager/Filters/Gui.cs index 291ea07785..1d7d080218 100644 --- a/src/BizHawk.Client.Common/DisplayManager/Filters/Gui.cs +++ b/src/BizHawk.Client.Common/DisplayManager/Filters/Gui.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Numerics; diff --git a/src/BizHawk.Client.Common/DisplayManager/Filters/Retro.cs b/src/BizHawk.Client.Common/DisplayManager/Filters/Retro.cs index b23bcfa2ef..eb48275098 100644 --- a/src/BizHawk.Client.Common/DisplayManager/Filters/Retro.cs +++ b/src/BizHawk.Client.Common/DisplayManager/Filters/Retro.cs @@ -2,7 +2,6 @@ // https://github.com/Themaister/Emulator-Shader-Pack/blob/master/Cg/README // https://github.com/libretro/common-shaders/ -using System; using System.Collections.Generic; using System.Drawing; using System.Globalization; diff --git a/src/BizHawk.Client.Common/DisplayManager/OSDManager.cs b/src/BizHawk.Client.Common/DisplayManager/OSDManager.cs index 6f3d0240a1..5c0890c771 100644 --- a/src/BizHawk.Client.Common/DisplayManager/OSDManager.cs +++ b/src/BizHawk.Client.Common/DisplayManager/OSDManager.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Text; using System.Drawing; diff --git a/src/BizHawk.Client.Common/DisplayManager/RenderTargetFrugalizer.cs b/src/BizHawk.Client.Common/DisplayManager/RenderTargetFrugalizer.cs index 059dae0cb8..2bf34c9630 100644 --- a/src/BizHawk.Client.Common/DisplayManager/RenderTargetFrugalizer.cs +++ b/src/BizHawk.Client.Common/DisplayManager/RenderTargetFrugalizer.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Collections.Generic; diff --git a/src/BizHawk.Client.Common/DisplayManager/SimpleGDIPDisplayManager.cs b/src/BizHawk.Client.Common/DisplayManager/SimpleGDIPDisplayManager.cs index d569e5c974..f91f9d55a4 100644 --- a/src/BizHawk.Client.Common/DisplayManager/SimpleGDIPDisplayManager.cs +++ b/src/BizHawk.Client.Common/DisplayManager/SimpleGDIPDisplayManager.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Drawing; using BizHawk.Bizware.Graphics; diff --git a/src/BizHawk.Client.Common/DisplayManager/TextureFrugalizer.cs b/src/BizHawk.Client.Common/DisplayManager/TextureFrugalizer.cs index 980105c5a0..37788a8cec 100644 --- a/src/BizHawk.Client.Common/DisplayManager/TextureFrugalizer.cs +++ b/src/BizHawk.Client.Common/DisplayManager/TextureFrugalizer.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Bizware.Graphics; diff --git a/src/BizHawk.Client.Common/DisplayManager/UIMessage.cs b/src/BizHawk.Client.Common/DisplayManager/UIMessage.cs index 2cbf8ee9b2..c4e6a2b8fa 100644 --- a/src/BizHawk.Client.Common/DisplayManager/UIMessage.cs +++ b/src/BizHawk.Client.Common/DisplayManager/UIMessage.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Client.Common { public class UIMessage diff --git a/src/BizHawk.Client.Common/EventTypes.cs b/src/BizHawk.Client.Common/EventTypes.cs index c9b4bfae8f..83a3fc60b9 100644 --- a/src/BizHawk.Client.Common/EventTypes.cs +++ b/src/BizHawk.Client.Common/EventTypes.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Client.Common { /// diff --git a/src/BizHawk.Client.Common/ExceptionClasses.cs b/src/BizHawk.Client.Common/ExceptionClasses.cs index c63eeff6e2..534e978e62 100644 --- a/src/BizHawk.Client.Common/ExceptionClasses.cs +++ b/src/BizHawk.Client.Common/ExceptionClasses.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Client.Common { public class MoviePlatformMismatchException : InvalidOperationException diff --git a/src/BizHawk.Client.Common/FrameworkZipWriter.cs b/src/BizHawk.Client.Common/FrameworkZipWriter.cs index 48bdfdd803..900aec565f 100644 --- a/src/BizHawk.Client.Common/FrameworkZipWriter.cs +++ b/src/BizHawk.Client.Common/FrameworkZipWriter.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.IO.Compression; diff --git a/src/BizHawk.Client.Common/HostCapabilityDetector.cs b/src/BizHawk.Client.Common/HostCapabilityDetector.cs index 943eacb86c..ae16e0bd78 100644 --- a/src/BizHawk.Client.Common/HostCapabilityDetector.cs +++ b/src/BizHawk.Client.Common/HostCapabilityDetector.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/IMainFormForApi.cs b/src/BizHawk.Client.Common/IMainFormForApi.cs index b835fa02ed..e3354b3a7f 100644 --- a/src/BizHawk.Client.Common/IMainFormForApi.cs +++ b/src/BizHawk.Client.Common/IMainFormForApi.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/IZipWriter.cs b/src/BizHawk.Client.Common/IZipWriter.cs index 71d1cda6f2..fa1de4e651 100644 --- a/src/BizHawk.Client.Common/IZipWriter.cs +++ b/src/BizHawk.Client.Common/IZipWriter.cs @@ -1,4 +1,3 @@ -using System; using System.IO; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/OpenAdvanced.cs b/src/BizHawk.Client.Common/OpenAdvanced.cs index 394a100fd1..90d4f40067 100644 --- a/src/BizHawk.Client.Common/OpenAdvanced.cs +++ b/src/BizHawk.Client.Common/OpenAdvanced.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Client.Common/QuickBmpFile.cs b/src/BizHawk.Client.Common/QuickBmpFile.cs index 4e7d18136d..ec2465072c 100644 --- a/src/BizHawk.Client.Common/QuickBmpFile.cs +++ b/src/BizHawk.Client.Common/QuickBmpFile.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Client.Common/RecentFiles.cs b/src/BizHawk.Client.Common/RecentFiles.cs index 27374c7347..741a973883 100644 --- a/src/BizHawk.Client.Common/RecentFiles.cs +++ b/src/BizHawk.Client.Common/RecentFiles.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; diff --git a/src/BizHawk.Client.Common/RomGame.cs b/src/BizHawk.Client.Common/RomGame.cs index bd7305f35f..82fdc75fc7 100644 --- a/src/BizHawk.Client.Common/RomGame.cs +++ b/src/BizHawk.Client.Common/RomGame.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using System.IO; using System.Threading; diff --git a/src/BizHawk.Client.Common/RomLoader.cs b/src/BizHawk.Client.Common/RomLoader.cs index 159416ac51..b686365d61 100644 --- a/src/BizHawk.Client.Common/RomLoader.cs +++ b/src/BizHawk.Client.Common/RomLoader.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; diff --git a/src/BizHawk.Client.Common/SaveSlotManager.cs b/src/BizHawk.Client.Common/SaveSlotManager.cs index 146c676493..0d396f73d6 100644 --- a/src/BizHawk.Client.Common/SaveSlotManager.cs +++ b/src/BizHawk.Client.Common/SaveSlotManager.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common; diff --git a/src/BizHawk.Client.Common/SharpCompressArchiveFile.cs b/src/BizHawk.Client.Common/SharpCompressArchiveFile.cs index 13f0c4112b..c00b47a5c2 100644 --- a/src/BizHawk.Client.Common/SharpCompressArchiveFile.cs +++ b/src/BizHawk.Client.Common/SharpCompressArchiveFile.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.Common/SharpCompressDearchivalMethod.cs b/src/BizHawk.Client.Common/SharpCompressDearchivalMethod.cs index dd4143bf51..ad20e98f58 100644 --- a/src/BizHawk.Client.Common/SharpCompressDearchivalMethod.cs +++ b/src/BizHawk.Client.Common/SharpCompressDearchivalMethod.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Client.Common/Sound/Interfaces/ISoundOutput.cs b/src/BizHawk.Client.Common/Sound/Interfaces/ISoundOutput.cs index 4add3d63e9..827273aee9 100644 --- a/src/BizHawk.Client.Common/Sound/Interfaces/ISoundOutput.cs +++ b/src/BizHawk.Client.Common/Sound/Interfaces/ISoundOutput.cs @@ -1,4 +1,3 @@ -using System; using System.IO; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/Sound/Output/DummySoundOutput.cs b/src/BizHawk.Client.Common/Sound/Output/DummySoundOutput.cs index 2ddf2386c4..96d33cb109 100644 --- a/src/BizHawk.Client.Common/Sound/Output/DummySoundOutput.cs +++ b/src/BizHawk.Client.Common/Sound/Output/DummySoundOutput.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using System.IO; diff --git a/src/BizHawk.Client.Common/Sound/Utilities/BufferedAsync.cs b/src/BizHawk.Client.Common/Sound/Utilities/BufferedAsync.cs index 14795ab897..ac66dc9561 100644 --- a/src/BizHawk.Client.Common/Sound/Utilities/BufferedAsync.cs +++ b/src/BizHawk.Client.Common/Sound/Utilities/BufferedAsync.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/Sound/Utilities/SoundOutputProvider.cs b/src/BizHawk.Client.Common/Sound/Utilities/SoundOutputProvider.cs index d46e901eb8..4f0d374397 100644 --- a/src/BizHawk.Client.Common/Sound/Utilities/SoundOutputProvider.cs +++ b/src/BizHawk.Client.Common/Sound/Utilities/SoundOutputProvider.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/Sound/Utilities/SyncToAsyncProvider.cs b/src/BizHawk.Client.Common/Sound/Utilities/SyncToAsyncProvider.cs index bd311de14c..7a5365df82 100644 --- a/src/BizHawk.Client.Common/Sound/Utilities/SyncToAsyncProvider.cs +++ b/src/BizHawk.Client.Common/Sound/Utilities/SyncToAsyncProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/XmlGame.cs b/src/BizHawk.Client.Common/XmlGame.cs index 9684da4443..19ffd70af3 100644 --- a/src/BizHawk.Client.Common/XmlGame.cs +++ b/src/BizHawk.Client.Common/XmlGame.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.Common/cheats/GameSharkDecoder.cs b/src/BizHawk.Client.Common/cheats/GameSharkDecoder.cs index 225428709d..c842db3512 100644 --- a/src/BizHawk.Client.Common/cheats/GameSharkDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/GameSharkDecoder.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common.StringExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/cheats/GbGameSharkDecoder.cs b/src/BizHawk.Client.Common/cheats/GbGameSharkDecoder.cs index 14750d9b17..9454a01a90 100644 --- a/src/BizHawk.Client.Common/cheats/GbGameSharkDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/GbGameSharkDecoder.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; namespace BizHawk.Client.Common.cheats diff --git a/src/BizHawk.Client.Common/cheats/GbGgGameGenieDecoder.cs b/src/BizHawk.Client.Common/cheats/GbGgGameGenieDecoder.cs index 5433d57fe8..0f471a8d65 100644 --- a/src/BizHawk.Client.Common/cheats/GbGgGameGenieDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/GbGgGameGenieDecoder.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common.NumberExtensions; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Client.Common/cheats/GbaGameSharkDecoder.cs b/src/BizHawk.Client.Common/cheats/GbaGameSharkDecoder.cs index e1e28d7a77..b65d3f42a4 100644 --- a/src/BizHawk.Client.Common/cheats/GbaGameSharkDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/GbaGameSharkDecoder.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using System.Linq; diff --git a/src/BizHawk.Client.Common/cheats/GenesisActionReplayDecoder.cs b/src/BizHawk.Client.Common/cheats/GenesisActionReplayDecoder.cs index 094a8befa4..a8b4856004 100644 --- a/src/BizHawk.Client.Common/cheats/GenesisActionReplayDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/GenesisActionReplayDecoder.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; #pragma warning disable MA0089 diff --git a/src/BizHawk.Client.Common/cheats/GenesisGameGenieDecoder.cs b/src/BizHawk.Client.Common/cheats/GenesisGameGenieDecoder.cs index c377b5f526..3ee7bc2eaa 100644 --- a/src/BizHawk.Client.Common/cheats/GenesisGameGenieDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/GenesisGameGenieDecoder.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; #pragma warning disable MA0089 diff --git a/src/BizHawk.Client.Common/cheats/N64GameSharkDecoder.cs b/src/BizHawk.Client.Common/cheats/N64GameSharkDecoder.cs index 288b84e8cd..de6a7c4da4 100644 --- a/src/BizHawk.Client.Common/cheats/N64GameSharkDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/N64GameSharkDecoder.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; #pragma warning disable MA0089 diff --git a/src/BizHawk.Client.Common/cheats/NesGameGenieDecoder.cs b/src/BizHawk.Client.Common/cheats/NesGameGenieDecoder.cs index 1f5a25bb4b..85656d4be4 100644 --- a/src/BizHawk.Client.Common/cheats/NesGameGenieDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/NesGameGenieDecoder.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Client.Common.cheats diff --git a/src/BizHawk.Client.Common/cheats/PsxGameSharkDecoder.cs b/src/BizHawk.Client.Common/cheats/PsxGameSharkDecoder.cs index b755b05bd8..d5dbfd2554 100644 --- a/src/BizHawk.Client.Common/cheats/PsxGameSharkDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/PsxGameSharkDecoder.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; #pragma warning disable MA0089 diff --git a/src/BizHawk.Client.Common/cheats/SaturnGameSharkDecoder.cs b/src/BizHawk.Client.Common/cheats/SaturnGameSharkDecoder.cs index bcd644d1a0..19c00f73ee 100644 --- a/src/BizHawk.Client.Common/cheats/SaturnGameSharkDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/SaturnGameSharkDecoder.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; #pragma warning disable MA0089 diff --git a/src/BizHawk.Client.Common/cheats/SmsActionReplayDecoder.cs b/src/BizHawk.Client.Common/cheats/SmsActionReplayDecoder.cs index d2be09701e..55baef5639 100644 --- a/src/BizHawk.Client.Common/cheats/SmsActionReplayDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/SmsActionReplayDecoder.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; #pragma warning disable MA0089 diff --git a/src/BizHawk.Client.Common/cheats/SnesActionReplayDecoder.cs b/src/BizHawk.Client.Common/cheats/SnesActionReplayDecoder.cs index 08098a0a9e..0d1d1d04cf 100644 --- a/src/BizHawk.Client.Common/cheats/SnesActionReplayDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/SnesActionReplayDecoder.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; namespace BizHawk.Client.Common.cheats diff --git a/src/BizHawk.Client.Common/cheats/SnesGameGenieDecoder.cs b/src/BizHawk.Client.Common/cheats/SnesGameGenieDecoder.cs index 24e12e8e80..e5e97ae5ac 100644 --- a/src/BizHawk.Client.Common/cheats/SnesGameGenieDecoder.cs +++ b/src/BizHawk.Client.Common/cheats/SnesGameGenieDecoder.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Client.Common.cheats diff --git a/src/BizHawk.Client.Common/config/Config.cs b/src/BizHawk.Client.Common/config/Config.cs index b1d972188a..b38ba8dda5 100644 --- a/src/BizHawk.Client.Common/config/Config.cs +++ b/src/BizHawk.Client.Common/config/Config.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Client.Common/config/ConfigExtensions.cs b/src/BizHawk.Client.Common/config/ConfigExtensions.cs index db982d0d3a..e1175916cb 100644 --- a/src/BizHawk.Client.Common/config/ConfigExtensions.cs +++ b/src/BizHawk.Client.Common/config/ConfigExtensions.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/config/ConfigGroupingStructAttribute.cs b/src/BizHawk.Client.Common/config/ConfigGroupingStructAttribute.cs index 7711d10ed3..bf70e5caf7 100644 --- a/src/BizHawk.Client.Common/config/ConfigGroupingStructAttribute.cs +++ b/src/BizHawk.Client.Common/config/ConfigGroupingStructAttribute.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Client.Common { [AttributeUsage(AttributeTargets.Field)] diff --git a/src/BizHawk.Client.Common/config/ConfigPersistAttribute.cs b/src/BizHawk.Client.Common/config/ConfigPersistAttribute.cs index 7931c2f9a2..0383919918 100644 --- a/src/BizHawk.Client.Common/config/ConfigPersistAttribute.cs +++ b/src/BizHawk.Client.Common/config/ConfigPersistAttribute.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Client.Common { /// Indicates that a property is to be saved to config for persistence. diff --git a/src/BizHawk.Client.Common/config/ConfigService.cs b/src/BizHawk.Client.Common/config/ConfigService.cs index b3f39ec966..fda1ba59ed 100644 --- a/src/BizHawk.Client.Common/config/ConfigService.cs +++ b/src/BizHawk.Client.Common/config/ConfigService.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Reflection; diff --git a/src/BizHawk.Client.Common/config/ConfigSettingsAdapter.cs b/src/BizHawk.Client.Common/config/ConfigSettingsAdapter.cs index 7fcaa9d36f..32556717e3 100644 --- a/src/BizHawk.Client.Common/config/ConfigSettingsAdapter.cs +++ b/src/BizHawk.Client.Common/config/ConfigSettingsAdapter.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Linq; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/config/EditorUIGeneratorAttribute.cs b/src/BizHawk.Client.Common/config/EditorUIGeneratorAttribute.cs index df67338ec8..b8a78f24c2 100644 --- a/src/BizHawk.Client.Common/config/EditorUIGeneratorAttribute.cs +++ b/src/BizHawk.Client.Common/config/EditorUIGeneratorAttribute.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Client.Common { [AttributeUsage(AttributeTargets.Property)] diff --git a/src/BizHawk.Client.Common/config/PathEntryCollection.cs b/src/BizHawk.Client.Common/config/PathEntryCollection.cs index e7deff8949..414408bacb 100644 --- a/src/BizHawk.Client.Common/config/PathEntryCollection.cs +++ b/src/BizHawk.Client.Common/config/PathEntryCollection.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.Common/config/PathEntryCollectionExtensions.cs b/src/BizHawk.Client.Common/config/PathEntryCollectionExtensions.cs index 9ae93cdf6a..8fabb510f3 100644 --- a/src/BizHawk.Client.Common/config/PathEntryCollectionExtensions.cs +++ b/src/BizHawk.Client.Common/config/PathEntryCollectionExtensions.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common; using BizHawk.Common.PathExtensions; diff --git a/src/BizHawk.Client.Common/config/RestoreDefaultsAttribute.cs b/src/BizHawk.Client.Common/config/RestoreDefaultsAttribute.cs index bdfcd53dda..c891c6fc55 100644 --- a/src/BizHawk.Client.Common/config/RestoreDefaultsAttribute.cs +++ b/src/BizHawk.Client.Common/config/RestoreDefaultsAttribute.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Client.Common { /// Indicates which method of an is to be called when the generated Restore Defaults menu item is clicked. diff --git a/src/BizHawk.Client.Common/config/ToolDialogSettings.cs b/src/BizHawk.Client.Common/config/ToolDialogSettings.cs index 5c2304af1b..39f44327ac 100644 --- a/src/BizHawk.Client.Common/config/ToolDialogSettings.cs +++ b/src/BizHawk.Client.Common/config/ToolDialogSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.Common/controllers/AutofireController.cs b/src/BizHawk.Client.Common/controllers/AutofireController.cs index 34d377f241..dd739accc5 100644 --- a/src/BizHawk.Client.Common/controllers/AutofireController.cs +++ b/src/BizHawk.Client.Common/controllers/AutofireController.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/controllers/ClickyVirtualPadController.cs b/src/BizHawk.Client.Common/controllers/ClickyVirtualPadController.cs index 2c39ea7122..991507e94d 100644 --- a/src/BizHawk.Client.Common/controllers/ClickyVirtualPadController.cs +++ b/src/BizHawk.Client.Common/controllers/ClickyVirtualPadController.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/display/IInputDisplayGenerator.cs b/src/BizHawk.Client.Common/display/IInputDisplayGenerator.cs index ef6c1cdf2a..a0f84b99f4 100644 --- a/src/BizHawk.Client.Common/display/IInputDisplayGenerator.cs +++ b/src/BizHawk.Client.Common/display/IInputDisplayGenerator.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Client.Common/input/HostInputAdapter.cs b/src/BizHawk.Client.Common/input/HostInputAdapter.cs index a9c884d080..4198544a25 100644 --- a/src/BizHawk.Client.Common/input/HostInputAdapter.cs +++ b/src/BizHawk.Client.Common/input/HostInputAdapter.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/input/InputEvent.cs b/src/BizHawk.Client.Common/input/InputEvent.cs index dd7a7d3572..ffbb24ec93 100644 --- a/src/BizHawk.Client.Common/input/InputEvent.cs +++ b/src/BizHawk.Client.Common/input/InputEvent.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.Text; diff --git a/src/BizHawk.Client.Common/inputAdapters/InputManager.cs b/src/BizHawk.Client.Common/inputAdapters/InputManager.cs index 7a9b659081..12d9f01f21 100644 --- a/src/BizHawk.Client.Common/inputAdapters/InputManager.cs +++ b/src/BizHawk.Client.Common/inputAdapters/InputManager.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Client.Common/inputAdapters/OverrideAdapter.cs b/src/BizHawk.Client.Common/inputAdapters/OverrideAdapter.cs index d4dee4e142..e554e3ef01 100644 --- a/src/BizHawk.Client.Common/inputAdapters/OverrideAdapter.cs +++ b/src/BizHawk.Client.Common/inputAdapters/OverrideAdapter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/ClientLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/ClientLuaLibrary.cs index 05188fe281..e72d150447 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/ClientLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/ClientLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Diagnostics; using System.Drawing; diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/CommLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/CommLuaLibrary.cs index bbf72ce810..db050266a2 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/CommLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/CommLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/EmulationLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/EmulationLuaLibrary.cs index 879e741a39..189419e1d3 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/EmulationLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/EmulationLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using NLua; diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/GameInfoLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/GameInfoLuaLibrary.cs index 66a97e9e78..d9b38b8271 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/GameInfoLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/GameInfoLuaLibrary.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; using NLua; diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/GuiLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/GuiLuaLibrary.cs index af1ed62728..b308e5ffd0 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/GuiLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/GuiLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/InputLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/InputLuaLibrary.cs index d22308d574..933b71bfd6 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/InputLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/InputLuaLibrary.cs @@ -1,5 +1,3 @@ -using System; - using NLua; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/JoypadLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/JoypadLuaLibrary.cs index 27799327c3..5e75a9aaef 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/JoypadLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/JoypadLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using NLua; diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/MemoryLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/MemoryLuaLibrary.cs index 945b378b12..a7523c196f 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/MemoryLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/MemoryLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/MemorySavestateLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/MemorySavestateLuaLibrary.cs index 58f9cec115..08789b65fb 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/MemorySavestateLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/MemorySavestateLuaLibrary.cs @@ -1,5 +1,3 @@ -using System; - // ReSharper disable UnusedMember.Global // ReSharper disable UnusedAutoPropertyAccessor.Local namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/MovieLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/MovieLuaLibrary.cs index aa8699816b..b2060e62ba 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/MovieLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/MovieLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using NLua; diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/SQLiteLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/SQLiteLuaLibrary.cs index 9ac0170f49..be2d229494 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/SQLiteLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/SQLiteLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/SaveStateLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/SaveStateLuaLibrary.cs index edca18f644..926b3d38b5 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/SaveStateLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/SaveStateLuaLibrary.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Client.Common { public sealed class SaveStateLuaLibrary : LuaLibraryBase diff --git a/src/BizHawk.Client.Common/lua/CommonLibs/UserDataLuaLibrary.cs b/src/BizHawk.Client.Common/lua/CommonLibs/UserDataLuaLibrary.cs index 13739df691..f24185f39f 100644 --- a/src/BizHawk.Client.Common/lua/CommonLibs/UserDataLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/CommonLibs/UserDataLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/src/BizHawk.Client.Common/lua/EnvironmentSandbox.cs b/src/BizHawk.Client.Common/lua/EnvironmentSandbox.cs index 3f201935e9..668475b7e0 100644 --- a/src/BizHawk.Client.Common/lua/EnvironmentSandbox.cs +++ b/src/BizHawk.Client.Common/lua/EnvironmentSandbox.cs @@ -1,5 +1,3 @@ -using System; - // TODO - kill this file (or renew the concept as distinct from the LuaSandbox?) namespace BizHawk.Client.Common { diff --git a/src/BizHawk.Client.Common/lua/ILuaLibraries.cs b/src/BizHawk.Client.Common/lua/ILuaLibraries.cs index 2a36e2df45..c4e1ea1078 100644 --- a/src/BizHawk.Client.Common/lua/ILuaLibraries.cs +++ b/src/BizHawk.Client.Common/lua/ILuaLibraries.cs @@ -1,5 +1,3 @@ -using System; - using NLua; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/lua/INamedLuaFunction.cs b/src/BizHawk.Client.Common/lua/INamedLuaFunction.cs index 1d38ee67f9..412e0bb27d 100644 --- a/src/BizHawk.Client.Common/lua/INamedLuaFunction.cs +++ b/src/BizHawk.Client.Common/lua/INamedLuaFunction.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/lua/LuaAttributes.cs b/src/BizHawk.Client.Common/lua/LuaAttributes.cs index 27ded63dbc..acd24a1217 100644 --- a/src/BizHawk.Client.Common/lua/LuaAttributes.cs +++ b/src/BizHawk.Client.Common/lua/LuaAttributes.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Client.Common { [AttributeUsage(AttributeTargets.Parameter)] diff --git a/src/BizHawk.Client.Common/lua/LuaFileList.cs b/src/BizHawk.Client.Common/lua/LuaFileList.cs index 689a16e88e..1ad8d64fa7 100644 --- a/src/BizHawk.Client.Common/lua/LuaFileList.cs +++ b/src/BizHawk.Client.Common/lua/LuaFileList.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Text; diff --git a/src/BizHawk.Client.Common/lua/LuaFunctionList.cs b/src/BizHawk.Client.Common/lua/LuaFunctionList.cs index 7e20aa4e6e..c9640c655a 100644 --- a/src/BizHawk.Client.Common/lua/LuaFunctionList.cs +++ b/src/BizHawk.Client.Common/lua/LuaFunctionList.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/lua/LuaHelperLibs/BitLuaLibrary.cs b/src/BizHawk.Client.Common/lua/LuaHelperLibs/BitLuaLibrary.cs index f4620df8b1..9942448673 100644 --- a/src/BizHawk.Client.Common/lua/LuaHelperLibs/BitLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/LuaHelperLibs/BitLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.Buffers.Binary; using System.ComponentModel; diff --git a/src/BizHawk.Client.Common/lua/LuaHelperLibs/EventsLuaLibrary.cs b/src/BizHawk.Client.Common/lua/LuaHelperLibs/EventsLuaLibrary.cs index 4c5226fd4a..f6b669670a 100644 --- a/src/BizHawk.Client.Common/lua/LuaHelperLibs/EventsLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/LuaHelperLibs/EventsLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.ComponentModel; diff --git a/src/BizHawk.Client.Common/lua/LuaHelperLibs/GenesisLuaLibrary.cs b/src/BizHawk.Client.Common/lua/LuaHelperLibs/GenesisLuaLibrary.cs index b20db31a89..830000d97d 100644 --- a/src/BizHawk.Client.Common/lua/LuaHelperLibs/GenesisLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/LuaHelperLibs/GenesisLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/lua/LuaHelperLibs/MainMemoryLuaLibrary.cs b/src/BizHawk.Client.Common/lua/LuaHelperLibs/MainMemoryLuaLibrary.cs index 5c012bd8bf..c1866470f2 100644 --- a/src/BizHawk.Client.Common/lua/LuaHelperLibs/MainMemoryLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/LuaHelperLibs/MainMemoryLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Linq; diff --git a/src/BizHawk.Client.Common/lua/LuaHelperLibs/NDSLuaLibrary.cs b/src/BizHawk.Client.Common/lua/LuaHelperLibs/NDSLuaLibrary.cs index 9dbe89c697..0a4fda66e9 100644 --- a/src/BizHawk.Client.Common/lua/LuaHelperLibs/NDSLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/LuaHelperLibs/NDSLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using BizHawk.Emulation.Cores.Consoles.Nintendo.NDS; diff --git a/src/BizHawk.Client.Common/lua/LuaHelperLibs/NESLuaLibrary.cs b/src/BizHawk.Client.Common/lua/LuaHelperLibs/NESLuaLibrary.cs index 33bc9a7e1a..e6ca79882a 100644 --- a/src/BizHawk.Client.Common/lua/LuaHelperLibs/NESLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/LuaHelperLibs/NESLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using BizHawk.Emulation.Cores.Nintendo.NES; diff --git a/src/BizHawk.Client.Common/lua/LuaHelperLibs/SNESLuaLibrary.cs b/src/BizHawk.Client.Common/lua/LuaHelperLibs/SNESLuaLibrary.cs index 139d96f7c9..0bfa8be563 100644 --- a/src/BizHawk.Client.Common/lua/LuaHelperLibs/SNESLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/LuaHelperLibs/SNESLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using BizHawk.Emulation.Cores.Nintendo.SNES; diff --git a/src/BizHawk.Client.Common/lua/LuaHelperLibs/StringLuaLibrary.cs b/src/BizHawk.Client.Common/lua/LuaHelperLibs/StringLuaLibrary.cs index c70b37a194..f4d3305990 100644 --- a/src/BizHawk.Client.Common/lua/LuaHelperLibs/StringLuaLibrary.cs +++ b/src/BizHawk.Client.Common/lua/LuaHelperLibs/StringLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Linq; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Client.Common/lua/LuaLibraryBase.cs b/src/BizHawk.Client.Common/lua/LuaLibraryBase.cs index 40e52e5fc0..805c07f2da 100644 --- a/src/BizHawk.Client.Common/lua/LuaLibraryBase.cs +++ b/src/BizHawk.Client.Common/lua/LuaLibraryBase.cs @@ -1,4 +1,3 @@ -using System; using System.Threading; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/lua/LuaSandbox.cs b/src/BizHawk.Client.Common/lua/LuaSandbox.cs index e1f5a203d0..666b8911c3 100644 --- a/src/BizHawk.Client.Common/lua/LuaSandbox.cs +++ b/src/BizHawk.Client.Common/lua/LuaSandbox.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.CompilerServices; using BizHawk.Common; using NLua; diff --git a/src/BizHawk.Client.Common/lua/NLuaTableHelper.cs b/src/BizHawk.Client.Common/lua/NLuaTableHelper.cs index 0ef2ddab79..67d60b0e41 100644 --- a/src/BizHawk.Client.Common/lua/NLuaTableHelper.cs +++ b/src/BizHawk.Client.Common/lua/NLuaTableHelper.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Globalization; diff --git a/src/BizHawk.Client.Common/lua/NamedLuaFunction.cs b/src/BizHawk.Client.Common/lua/NamedLuaFunction.cs index d24657083c..cea0c4542d 100644 --- a/src/BizHawk.Client.Common/lua/NamedLuaFunction.cs +++ b/src/BizHawk.Client.Common/lua/NamedLuaFunction.cs @@ -1,4 +1,3 @@ -using System; using NLua; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/movie/BasicMovieInfo.cs b/src/BizHawk.Client.Common/movie/BasicMovieInfo.cs index fe1148aa0a..f0ee477487 100644 --- a/src/BizHawk.Client.Common/movie/BasicMovieInfo.cs +++ b/src/BizHawk.Client.Common/movie/BasicMovieInfo.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Globalization; using System.IO; diff --git a/src/BizHawk.Client.Common/movie/MovieService.cs b/src/BizHawk.Client.Common/movie/MovieService.cs index a7f43490f6..5568e401ba 100644 --- a/src/BizHawk.Client.Common/movie/MovieService.cs +++ b/src/BizHawk.Client.Common/movie/MovieService.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/src/BizHawk.Client.Common/movie/MovieSession.cs b/src/BizHawk.Client.Common/movie/MovieSession.cs index 90e745a355..d1a748fe11 100644 --- a/src/BizHawk.Client.Common/movie/MovieSession.cs +++ b/src/BizHawk.Client.Common/movie/MovieSession.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.Common/movie/bk2/Bk2Controller.cs b/src/BizHawk.Client.Common/movie/bk2/Bk2Controller.cs index 009af87da2..4bea03ee95 100755 --- a/src/BizHawk.Client.Common/movie/bk2/Bk2Controller.cs +++ b/src/BizHawk.Client.Common/movie/bk2/Bk2Controller.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs b/src/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs index 41b2576ebb..87bd730ff6 100644 --- a/src/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs +++ b/src/BizHawk.Client.Common/movie/bk2/Bk2LogEntryGenerator.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Client.Common/movie/bk2/Bk2Movie.IO.cs b/src/BizHawk.Client.Common/movie/bk2/Bk2Movie.IO.cs index 7d27e24ddd..8ac524dde6 100644 --- a/src/BizHawk.Client.Common/movie/bk2/Bk2Movie.IO.cs +++ b/src/BizHawk.Client.Common/movie/bk2/Bk2Movie.IO.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using System.IO; diff --git a/src/BizHawk.Client.Common/movie/bk2/StringLogs.cs b/src/BizHawk.Client.Common/movie/bk2/StringLogs.cs index 3a4cf02672..c2c3649012 100644 --- a/src/BizHawk.Client.Common/movie/bk2/StringLogs.cs +++ b/src/BizHawk.Client.Common/movie/bk2/StringLogs.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Client.Common/movie/import/DsmImport.cs b/src/BizHawk.Client.Common/movie/import/DsmImport.cs index d2831687df..803ed13b95 100644 --- a/src/BizHawk.Client.Common/movie/import/DsmImport.cs +++ b/src/BizHawk.Client.Common/movie/import/DsmImport.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using System.Linq; using BizHawk.Common; diff --git a/src/BizHawk.Client.Common/movie/import/FcmImport.cs b/src/BizHawk.Client.Common/movie/import/FcmImport.cs index 7e3946c1cf..b09a220402 100644 --- a/src/BizHawk.Client.Common/movie/import/FcmImport.cs +++ b/src/BizHawk.Client.Common/movie/import/FcmImport.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Text; diff --git a/src/BizHawk.Client.Common/movie/import/Fm2Import.cs b/src/BizHawk.Client.Common/movie/import/Fm2Import.cs index 95a7d3d918..db28f9bd2e 100644 --- a/src/BizHawk.Client.Common/movie/import/Fm2Import.cs +++ b/src/BizHawk.Client.Common/movie/import/Fm2Import.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.BufferExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/movie/import/IMovieImport.cs b/src/BizHawk.Client.Common/movie/import/IMovieImport.cs index 415ff11de8..8604068736 100644 --- a/src/BizHawk.Client.Common/movie/import/IMovieImport.cs +++ b/src/BizHawk.Client.Common/movie/import/IMovieImport.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.Common/movie/import/Mc2Import.cs b/src/BizHawk.Client.Common/movie/import/Mc2Import.cs index edf9fc3f58..c7ee709fa4 100644 --- a/src/BizHawk.Client.Common/movie/import/Mc2Import.cs +++ b/src/BizHawk.Client.Common/movie/import/Mc2Import.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.PCEngine; diff --git a/src/BizHawk.Client.Common/movie/import/MovieImport.cs b/src/BizHawk.Client.Common/movie/import/MovieImport.cs index 1b0fe10c18..29f53f670b 100644 --- a/src/BizHawk.Client.Common/movie/import/MovieImport.cs +++ b/src/BizHawk.Client.Common/movie/import/MovieImport.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.IO; diff --git a/src/BizHawk.Client.Common/movie/import/SmvImport.cs b/src/BizHawk.Client.Common/movie/import/SmvImport.cs index 10c10821e0..1de6bf9be5 100644 --- a/src/BizHawk.Client.Common/movie/import/SmvImport.cs +++ b/src/BizHawk.Client.Common/movie/import/SmvImport.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Linq; using System.Text; diff --git a/src/BizHawk.Client.Common/movie/import/YmvImport.cs b/src/BizHawk.Client.Common/movie/import/YmvImport.cs index 20c1b39b89..0572c2b0b4 100644 --- a/src/BizHawk.Client.Common/movie/import/YmvImport.cs +++ b/src/BizHawk.Client.Common/movie/import/YmvImport.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/movie/import/bkm/BkmControllerAdapter.cs b/src/BizHawk.Client.Common/movie/import/bkm/BkmControllerAdapter.cs index 6734a7b62e..d20c8259dc 100644 --- a/src/BizHawk.Client.Common/movie/import/bkm/BkmControllerAdapter.cs +++ b/src/BizHawk.Client.Common/movie/import/bkm/BkmControllerAdapter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Client.Common/movie/import/bkm/BkmMovie.cs b/src/BizHawk.Client.Common/movie/import/bkm/BkmMovie.cs index 6e01fabee3..e098f4ff57 100644 --- a/src/BizHawk.Client.Common/movie/import/bkm/BkmMovie.cs +++ b/src/BizHawk.Client.Common/movie/import/bkm/BkmMovie.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Client.Common/movie/interfaces/IBasicMovieInfo.cs b/src/BizHawk.Client.Common/movie/interfaces/IBasicMovieInfo.cs index fd2fa02ef5..f02ed54a45 100644 --- a/src/BizHawk.Client.Common/movie/interfaces/IBasicMovieInfo.cs +++ b/src/BizHawk.Client.Common/movie/interfaces/IBasicMovieInfo.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/movie/interfaces/ITasMovie.cs b/src/BizHawk.Client.Common/movie/interfaces/ITasMovie.cs index d538d1d11b..ad334117e9 100644 --- a/src/BizHawk.Client.Common/movie/interfaces/ITasMovie.cs +++ b/src/BizHawk.Client.Common/movie/interfaces/ITasMovie.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/src/BizHawk.Client.Common/movie/tasproj/IStateManager.cs b/src/BizHawk.Client.Common/movie/tasproj/IStateManager.cs index 042e01cfe9..5c8094ec41 100644 --- a/src/BizHawk.Client.Common/movie/tasproj/IStateManager.cs +++ b/src/BizHawk.Client.Common/movie/tasproj/IStateManager.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/movie/tasproj/StateDictionary.cs b/src/BizHawk.Client.Common/movie/tasproj/StateDictionary.cs index ffdb67fa1d..24f2a9cc73 100644 --- a/src/BizHawk.Client.Common/movie/tasproj/StateDictionary.cs +++ b/src/BizHawk.Client.Common/movie/tasproj/StateDictionary.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Client.Common/movie/tasproj/TasBranch.cs b/src/BizHawk.Client.Common/movie/tasproj/TasBranch.cs index ab149f6fbc..56cb358f21 100644 --- a/src/BizHawk.Client.Common/movie/tasproj/TasBranch.cs +++ b/src/BizHawk.Client.Common/movie/tasproj/TasBranch.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.Common/movie/tasproj/TasMovie.Editing.cs b/src/BizHawk.Client.Common/movie/tasproj/TasMovie.Editing.cs index c58305b529..95cb602254 100644 --- a/src/BizHawk.Client.Common/movie/tasproj/TasMovie.Editing.cs +++ b/src/BizHawk.Client.Common/movie/tasproj/TasMovie.Editing.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/movie/tasproj/TasMovie.History.cs b/src/BizHawk.Client.Common/movie/tasproj/TasMovie.History.cs index bc2401f70f..d0ade6460e 100644 --- a/src/BizHawk.Client.Common/movie/tasproj/TasMovie.History.cs +++ b/src/BizHawk.Client.Common/movie/tasproj/TasMovie.History.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/movie/tasproj/TasMovie.IO.cs b/src/BizHawk.Client.Common/movie/tasproj/TasMovie.IO.cs index 6aef9a4e50..70ee5ff6c6 100644 --- a/src/BizHawk.Client.Common/movie/tasproj/TasMovie.IO.cs +++ b/src/BizHawk.Client.Common/movie/tasproj/TasMovie.IO.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.Common/movie/tasproj/TasMovie.cs b/src/BizHawk.Client.Common/movie/tasproj/TasMovie.cs index e6c688f38a..3edc922e8f 100644 --- a/src/BizHawk.Client.Common/movie/tasproj/TasMovie.cs +++ b/src/BizHawk.Client.Common/movie/tasproj/TasMovie.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; diff --git a/src/BizHawk.Client.Common/movie/tasproj/TasMovieMarker.cs b/src/BizHawk.Client.Common/movie/tasproj/TasMovieMarker.cs index a99afdef62..dcc0cee8ad 100644 --- a/src/BizHawk.Client.Common/movie/tasproj/TasMovieMarker.cs +++ b/src/BizHawk.Client.Common/movie/tasproj/TasMovieMarker.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; diff --git a/src/BizHawk.Client.Common/movie/tasproj/ZwinderStateManager.cs b/src/BizHawk.Client.Common/movie/tasproj/ZwinderStateManager.cs index b854ca401f..c44ffac2ba 100644 --- a/src/BizHawk.Client.Common/movie/tasproj/ZwinderStateManager.cs +++ b/src/BizHawk.Client.Common/movie/tasproj/ZwinderStateManager.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.Common/rewind/IRewinder.cs b/src/BizHawk.Client.Common/rewind/IRewinder.cs index 578ae37f67..1714dc1858 100644 --- a/src/BizHawk.Client.Common/rewind/IRewinder.cs +++ b/src/BizHawk.Client.Common/rewind/IRewinder.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Client.Common { public interface IRewinder : IDisposable diff --git a/src/BizHawk.Client.Common/rewind/ZeldaWinder.cs b/src/BizHawk.Client.Common/rewind/ZeldaWinder.cs index af6b8db8b2..d1cc265339 100644 --- a/src/BizHawk.Client.Common/rewind/ZeldaWinder.cs +++ b/src/BizHawk.Client.Common/rewind/ZeldaWinder.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Threading.Tasks; using BizHawk.Common; diff --git a/src/BizHawk.Client.Common/rewind/ZwinderBuffer.cs b/src/BizHawk.Client.Common/rewind/ZwinderBuffer.cs index 079ebf418d..7a2a5cd208 100644 --- a/src/BizHawk.Client.Common/rewind/ZwinderBuffer.cs +++ b/src/BizHawk.Client.Common/rewind/ZwinderBuffer.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.Common/savestates/BinaryStateLump.cs b/src/BizHawk.Client.Common/savestates/BinaryStateLump.cs index 547756add2..ff73d2faab 100644 --- a/src/BizHawk.Client.Common/savestates/BinaryStateLump.cs +++ b/src/BizHawk.Client.Common/savestates/BinaryStateLump.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Reflection; diff --git a/src/BizHawk.Client.Common/savestates/SavestateFile.cs b/src/BizHawk.Client.Common/savestates/SavestateFile.cs index b75f846eb3..10a58a01ee 100644 --- a/src/BizHawk.Client.Common/savestates/SavestateFile.cs +++ b/src/BizHawk.Client.Common/savestates/SavestateFile.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.Common/savestates/ZipStateLoader.cs b/src/BizHawk.Client.Common/savestates/ZipStateLoader.cs index b7141e839f..ce900ff0a3 100644 --- a/src/BizHawk.Client.Common/savestates/ZipStateLoader.cs +++ b/src/BizHawk.Client.Common/savestates/ZipStateLoader.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; diff --git a/src/BizHawk.Client.Common/savestates/ZipStateSaver.cs b/src/BizHawk.Client.Common/savestates/ZipStateSaver.cs index a2b05e9e1c..7cd3db218b 100644 --- a/src/BizHawk.Client.Common/savestates/ZipStateSaver.cs +++ b/src/BizHawk.Client.Common/savestates/ZipStateSaver.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common; diff --git a/src/BizHawk.Client.Common/tools/CheatList.cs b/src/BizHawk.Client.Common/tools/CheatList.cs index cc6e43acbf..861529a060 100644 --- a/src/BizHawk.Client.Common/tools/CheatList.cs +++ b/src/BizHawk.Client.Common/tools/CheatList.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.Globalization; diff --git a/src/BizHawk.Client.Common/tools/RamSearchEngine/RamSearchEngine.cs b/src/BizHawk.Client.Common/tools/RamSearchEngine/RamSearchEngine.cs index 6a762d877b..5039a292b4 100644 --- a/src/BizHawk.Client.Common/tools/RamSearchEngine/RamSearchEngine.cs +++ b/src/BizHawk.Client.Common/tools/RamSearchEngine/RamSearchEngine.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.Common/tools/Watch/ByteWatch.cs b/src/BizHawk.Client.Common/tools/Watch/ByteWatch.cs index d9189bcd20..ce3e1eacf9 100644 --- a/src/BizHawk.Client.Common/tools/Watch/ByteWatch.cs +++ b/src/BizHawk.Client.Common/tools/Watch/ByteWatch.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Globalization; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs b/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs index bc5f4df3a7..0f50cdf7ed 100644 --- a/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs +++ b/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Globalization; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Client.Common/tools/Watch/Watch.cs b/src/BizHawk.Client.Common/tools/Watch/Watch.cs index a43a2f64c3..fbf45fb264 100644 --- a/src/BizHawk.Client.Common/tools/Watch/Watch.cs +++ b/src/BizHawk.Client.Common/tools/Watch/Watch.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs b/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs index c3915e3b40..b4b3be6389 100644 --- a/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs +++ b/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.Globalization; diff --git a/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchNoteComparer.cs b/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchNoteComparer.cs index 3d0259b45a..7541ab26a6 100644 --- a/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchNoteComparer.cs +++ b/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchNoteComparer.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Client.Common diff --git a/src/BizHawk.Client.Common/tools/Watch/WordWatch.cs b/src/BizHawk.Client.Common/tools/Watch/WordWatch.cs index 4317a4436f..206cf481e2 100644 --- a/src/BizHawk.Client.Common/tools/Watch/WordWatch.cs +++ b/src/BizHawk.Client.Common/tools/Watch/WordWatch.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Globalization; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.DiscoHawk/About.cs b/src/BizHawk.Client.DiscoHawk/About.cs index 38c7a0708a..ab9829a4b4 100644 --- a/src/BizHawk.Client.DiscoHawk/About.cs +++ b/src/BizHawk.Client.DiscoHawk/About.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; namespace BizHawk.Client.DiscoHawk diff --git a/src/BizHawk.Client.DiscoHawk/MainDiscoForm.cs b/src/BizHawk.Client.DiscoHawk/MainDiscoForm.cs index c26bf3b157..dc8e489852 100644 --- a/src/BizHawk.Client.DiscoHawk/MainDiscoForm.cs +++ b/src/BizHawk.Client.DiscoHawk/MainDiscoForm.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.DiscoHawk/Program.cs b/src/BizHawk.Client.DiscoHawk/Program.cs index 826a167517..cd4ed36bee 100644 --- a/src/BizHawk.Client.DiscoHawk/Program.cs +++ b/src/BizHawk.Client.DiscoHawk/Program.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using System.Reflection; using System.Collections.Generic; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/AVSync.cs b/src/BizHawk.Client.EmuHawk/AVOut/AVSync.cs index 51a509095d..22252dc276 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/AVSync.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/AVSync.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Client.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/AviWriter.cs b/src/BizHawk.Client.EmuHawk/AVOut/AviWriter.cs index 2c8aab2847..b77a2d9d56 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/AviWriter.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/AviWriter.cs @@ -1,6 +1,5 @@ #if AVI_SUPPORT #pragma warning disable SA1129 -using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/BmpVideoProvder.cs b/src/BizHawk.Client.EmuHawk/AVOut/BmpVideoProvder.cs index 367c3b33cd..88f52219bd 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/BmpVideoProvder.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/BmpVideoProvder.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Imaging; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/FFmpegDownloaderForm.cs b/src/BizHawk.Client.EmuHawk/AVOut/FFmpegDownloaderForm.cs index d11feae8c5..e95488cdcc 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/FFmpegDownloaderForm.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/FFmpegDownloaderForm.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Linq; using System.Threading; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs b/src/BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs index 84bb23a136..d21ae01af0 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/FFmpegWriter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Text; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.cs b/src/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.cs index b5f4b131fa..6895d518a0 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/GifWriter.cs b/src/BizHawk.Client.EmuHawk/AVOut/GifWriter.cs index e9e97f70b0..d4f6710a67 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/GifWriter.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/GifWriter.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/GifWriterForm.cs b/src/BizHawk.Client.EmuHawk/AVOut/GifWriterForm.cs index 02ae1da861..ef07809d14 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/GifWriterForm.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/GifWriterForm.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/IVideoWriter.cs b/src/BizHawk.Client.EmuHawk/AVOut/IVideoWriter.cs index 55781494aa..bd0b8ac11f 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/IVideoWriter.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/IVideoWriter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/ImageSequenceWriter.cs b/src/BizHawk.Client.EmuHawk/AVOut/ImageSequenceWriter.cs index aba82ae041..f0bf9bf699 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/ImageSequenceWriter.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/ImageSequenceWriter.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Drawing.Imaging; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/JMDForm.cs b/src/BizHawk.Client.EmuHawk/AVOut/JMDForm.cs index 1a0d961044..0904bc6b9f 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/JMDForm.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/JMDForm.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/AVOut/JMDWriter.cs b/src/BizHawk.Client.EmuHawk/AVOut/JMDWriter.cs index 4ec8f34b8d..248c02c92e 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/JMDWriter.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/JMDWriter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/NutMuxer.cs b/src/BizHawk.Client.EmuHawk/AVOut/NutMuxer.cs index 66a65e220c..2c9e574ad2 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/NutMuxer.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/NutMuxer.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Text; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/NutWriter.cs b/src/BizHawk.Client.EmuHawk/AVOut/NutWriter.cs index 39c8f46370..84c2d7055f 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/NutWriter.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/NutWriter.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/SynclessRecorder.cs b/src/BizHawk.Client.EmuHawk/AVOut/SynclessRecorder.cs index b100828a54..7dc76f9606 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/SynclessRecorder.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/SynclessRecorder.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; using System.Drawing.Imaging; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/SynclessRecordingTools.cs b/src/BizHawk.Client.EmuHawk/AVOut/SynclessRecordingTools.cs index 2df725290b..d6e5d4c4a4 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/SynclessRecordingTools.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/SynclessRecordingTools.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.cs b/src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.cs index 587d21854f..6f97451cd8 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/AVOut/WavWriter.cs b/src/BizHawk.Client.EmuHawk/AVOut/WavWriter.cs index beed6ac85b..57b238ed35 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/WavWriter.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/WavWriter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Text; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/Api/ApiManager.cs b/src/BizHawk.Client.EmuHawk/Api/ApiManager.cs index 9045825dbf..cdac3bd3e4 100644 --- a/src/BizHawk.Client.EmuHawk/Api/ApiManager.cs +++ b/src/BizHawk.Client.EmuHawk/Api/ApiManager.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/src/BizHawk.Client.EmuHawk/Api/Libraries/ToolApi.cs b/src/BizHawk.Client.EmuHawk/Api/Libraries/ToolApi.cs index b46073ee06..8f3d87d9b3 100644 --- a/src/BizHawk.Client.EmuHawk/Api/Libraries/ToolApi.cs +++ b/src/BizHawk.Client.EmuHawk/Api/Libraries/ToolApi.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/ArchiveChooser.cs b/src/BizHawk.Client.EmuHawk/ArchiveChooser.cs index b965338dd3..3a95e41783 100644 --- a/src/BizHawk.Client.EmuHawk/ArchiveChooser.cs +++ b/src/BizHawk.Client.EmuHawk/ArchiveChooser.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/BizBox.cs b/src/BizHawk.Client.EmuHawk/BizBox.cs index ef4819dc6d..6926ea7aae 100644 --- a/src/BizHawk.Client.EmuHawk/BizBox.cs +++ b/src/BizHawk.Client.EmuHawk/BizBox.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/CoreFeatureAnalysis.cs b/src/BizHawk.Client.EmuHawk/CoreFeatureAnalysis.cs index 011bd0228a..6442d1299a 100644 --- a/src/BizHawk.Client.EmuHawk/CoreFeatureAnalysis.cs +++ b/src/BizHawk.Client.EmuHawk/CoreFeatureAnalysis.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/ClipboardEventTextBox.cs b/src/BizHawk.Client.EmuHawk/CustomControls/ClipboardEventTextBox.cs index ab4237ac89..d48b302cad 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/ClipboardEventTextBox.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/ClipboardEventTextBox.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Common; diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/ControlRenderer/GdiPlusRenderer.cs b/src/BizHawk.Client.EmuHawk/CustomControls/ControlRenderer/GdiPlusRenderer.cs index f585ddc41e..e12d344835 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/ControlRenderer/GdiPlusRenderer.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/ControlRenderer/GdiPlusRenderer.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; namespace BizHawk.Client.EmuHawk.CustomControls diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/ControlRenderer/IControlRenderer.cs b/src/BizHawk.Client.EmuHawk/CustomControls/ControlRenderer/IControlRenderer.cs index fb78f4f6e3..bc5afe4463 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/ControlRenderer/IControlRenderer.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/ControlRenderer/IControlRenderer.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; namespace BizHawk.Client.EmuHawk.CustomControls diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/ExceptionBox.cs b/src/BizHawk.Client.EmuHawk/CustomControls/ExceptionBox.cs index 212691c413..917aa67199 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/ExceptionBox.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/ExceptionBox.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/FolderBrowserDialogEx.cs b/src/BizHawk.Client.EmuHawk/CustomControls/FolderBrowserDialogEx.cs index 47e5bb2855..e8cd6f4205 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/FolderBrowserDialogEx.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/FolderBrowserDialogEx.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Runtime.InteropServices; using System.Threading; diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/HexTextBox.cs b/src/BizHawk.Client.EmuHawk/CustomControls/HexTextBox.cs index f1c313c0b8..4573ddd482 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/HexTextBox.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/HexTextBox.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using System.Windows.Forms; using BizHawk.Client.EmuHawk.CustomControls; diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/Cell.cs b/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/Cell.cs index fde76ad3c9..d401076bea 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/Cell.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/Cell.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Diagnostics; using BizHawk.Common; diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.Drawing.cs b/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.Drawing.cs index 05a8384655..5b7c6c0ad6 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.Drawing.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.Drawing.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.cs b/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.cs index 4b4bfd1d09..a9dc0b2444 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/RollColumns.cs b/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/RollColumns.cs index 825fa29007..fe4a2128c9 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/RollColumns.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/RollColumns.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/InputWidget.cs b/src/BizHawk.Client.EmuHawk/CustomControls/InputWidget.cs index a0a5e7f322..e13426272e 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/InputWidget.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/InputWidget.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/MsgBox.cs b/src/BizHawk.Client.EmuHawk/CustomControls/MsgBox.cs index 1350eaa892..13345782cb 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/MsgBox.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/MsgBox.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/RepeatButton.cs b/src/BizHawk.Client.EmuHawk/CustomControls/RepeatButton.cs index 93c71c7ff4..30c2eb0693 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/RepeatButton.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/RepeatButton.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/ScreenshotForm.cs b/src/BizHawk.Client.EmuHawk/CustomControls/ScreenshotForm.cs index 96961711b7..6cb92e775c 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/ScreenshotForm.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/ScreenshotForm.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/CustomControls/ViewportPanel.cs b/src/BizHawk.Client.EmuHawk/CustomControls/ViewportPanel.cs index 1ef784db64..01f22098aa 100644 --- a/src/BizHawk.Client.EmuHawk/CustomControls/ViewportPanel.cs +++ b/src/BizHawk.Client.EmuHawk/CustomControls/ViewportPanel.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Threading; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/DialogControllerWinFormsExtensions.cs b/src/BizHawk.Client.EmuHawk/DialogControllerWinFormsExtensions.cs index 6982b5450f..281ed362d7 100644 --- a/src/BizHawk.Client.EmuHawk/DialogControllerWinFormsExtensions.cs +++ b/src/BizHawk.Client.EmuHawk/DialogControllerWinFormsExtensions.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs b/src/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs index f4ef67fe68..69eeea9b3a 100644 --- a/src/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs +++ b/src/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/EmuHawkUtil.cs b/src/BizHawk.Client.EmuHawk/EmuHawkUtil.cs index 7cf66ffed7..70c339dfb1 100644 --- a/src/BizHawk.Client.EmuHawk/EmuHawkUtil.cs +++ b/src/BizHawk.Client.EmuHawk/EmuHawkUtil.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Security.Principal; diff --git a/src/BizHawk.Client.EmuHawk/Extensions/ControlExtensions.cs b/src/BizHawk.Client.EmuHawk/Extensions/ControlExtensions.cs index 29069fd3ff..13de37f6cb 100644 --- a/src/BizHawk.Client.EmuHawk/Extensions/ControlExtensions.cs +++ b/src/BizHawk.Client.EmuHawk/Extensions/ControlExtensions.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/Extensions/ToolExtensions.cs b/src/BizHawk.Client.EmuHawk/Extensions/ToolExtensions.cs index e394e6940f..a765b61d8e 100644 --- a/src/BizHawk.Client.EmuHawk/Extensions/ToolExtensions.cs +++ b/src/BizHawk.Client.EmuHawk/Extensions/ToolExtensions.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; using System.Globalization; diff --git a/src/BizHawk.Client.EmuHawk/FormBase.cs b/src/BizHawk.Client.EmuHawk/FormBase.cs index 0ad36d7c95..a0ca4c8b31 100644 --- a/src/BizHawk.Client.EmuHawk/FormBase.cs +++ b/src/BizHawk.Client.EmuHawk/FormBase.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/GraphicsImplementations/OpenGLProvider.cs b/src/BizHawk.Client.EmuHawk/GraphicsImplementations/OpenGLProvider.cs index c8418da1e0..b4793c7e8d 100644 --- a/src/BizHawk.Client.EmuHawk/GraphicsImplementations/OpenGLProvider.cs +++ b/src/BizHawk.Client.EmuHawk/GraphicsImplementations/OpenGLProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Bizware.Graphics; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/IMainFormForTools.cs b/src/BizHawk.Client.EmuHawk/IMainFormForTools.cs index 8adcb349d6..d2ba2bd5ed 100644 --- a/src/BizHawk.Client.EmuHawk/IMainFormForTools.cs +++ b/src/BizHawk.Client.EmuHawk/IMainFormForTools.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Bizware.Graphics; using BizHawk.Client.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/Input/Input.cs b/src/BizHawk.Client.EmuHawk/Input/Input.cs index 7e8b61dd10..06f45a1972 100644 --- a/src/BizHawk.Client.EmuHawk/Input/Input.cs +++ b/src/BizHawk.Client.EmuHawk/Input/Input.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Collections.Generic; using System.Threading; diff --git a/src/BizHawk.Client.EmuHawk/JumpLists.cs b/src/BizHawk.Client.EmuHawk/JumpLists.cs index ed8b927c40..5780494e41 100644 --- a/src/BizHawk.Client.EmuHawk/JumpLists.cs +++ b/src/BizHawk.Client.EmuHawk/JumpLists.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Reflection; diff --git a/src/BizHawk.Client.EmuHawk/LogWindow.cs b/src/BizHawk.Client.EmuHawk/LogWindow.cs index 8f417a4c60..320ef5a317 100644 --- a/src/BizHawk.Client.EmuHawk/LogWindow.cs +++ b/src/BizHawk.Client.EmuHawk/LogWindow.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/MainForm.Events.cs b/src/BizHawk.Client.EmuHawk/MainForm.Events.cs index 1a31f93549..5c03d6e7f4 100644 --- a/src/BizHawk.Client.EmuHawk/MainForm.Events.cs +++ b/src/BizHawk.Client.EmuHawk/MainForm.Events.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/MainForm.FileLoader.cs b/src/BizHawk.Client.EmuHawk/MainForm.FileLoader.cs index ba4e5625d7..9cd5e4d040 100644 --- a/src/BizHawk.Client.EmuHawk/MainForm.FileLoader.cs +++ b/src/BizHawk.Client.EmuHawk/MainForm.FileLoader.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Linq; using System.Collections.Generic; diff --git a/src/BizHawk.Client.EmuHawk/MainForm.Hotkey.cs b/src/BizHawk.Client.EmuHawk/MainForm.Hotkey.cs index 55f60085be..ab13099fef 100644 --- a/src/BizHawk.Client.EmuHawk/MainForm.Hotkey.cs +++ b/src/BizHawk.Client.EmuHawk/MainForm.Hotkey.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Consoles.Nintendo.NDS; diff --git a/src/BizHawk.Client.EmuHawk/MainForm.Movie.cs b/src/BizHawk.Client.EmuHawk/MainForm.Movie.cs index 3003a76f47..ff10c7230d 100644 --- a/src/BizHawk.Client.EmuHawk/MainForm.Movie.cs +++ b/src/BizHawk.Client.EmuHawk/MainForm.Movie.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/MainForm.cs b/src/BizHawk.Client.EmuHawk/MainForm.cs index 82b8cade41..7724034661 100644 --- a/src/BizHawk.Client.EmuHawk/MainForm.cs +++ b/src/BizHawk.Client.EmuHawk/MainForm.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/OpenAdvancedChooser.cs b/src/BizHawk.Client.EmuHawk/OpenAdvancedChooser.cs index 99394c69ee..fe35a40ae8 100644 --- a/src/BizHawk.Client.EmuHawk/OpenAdvancedChooser.cs +++ b/src/BizHawk.Client.EmuHawk/OpenAdvancedChooser.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/PlatformChooser.cs b/src/BizHawk.Client.EmuHawk/PlatformChooser.cs index 92aa384cf4..6ee4734236 100644 --- a/src/BizHawk.Client.EmuHawk/PlatformChooser.cs +++ b/src/BizHawk.Client.EmuHawk/PlatformChooser.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/PresentationPanel.cs b/src/BizHawk.Client.EmuHawk/PresentationPanel.cs index 1460e756bd..443a3ea4cc 100644 --- a/src/BizHawk.Client.EmuHawk/PresentationPanel.cs +++ b/src/BizHawk.Client.EmuHawk/PresentationPanel.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/Program.cs b/src/BizHawk.Client.EmuHawk/Program.cs index cee0661214..2b2c151dbc 100644 --- a/src/BizHawk.Client.EmuHawk/Program.cs +++ b/src/BizHawk.Client.EmuHawk/Program.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using System.IO; using System.Collections.Generic; diff --git a/src/BizHawk.Client.EmuHawk/Properties/Resources.cs b/src/BizHawk.Client.EmuHawk/Properties/Resources.cs index 3300299678..2347a123bc 100644 --- a/src/BizHawk.Client.EmuHawk/Properties/Resources.cs +++ b/src/BizHawk.Client.EmuHawk/Properties/Resources.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.IO; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/IRetroAchievements.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/IRetroAchievements.cs index 916cfed5b8..5e1803b677 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/IRetroAchievements.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/IRetroAchievements.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Client.EmuHawk { public interface IRetroAchievements : IDisposable diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/LibRCheevos.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/LibRCheevos.cs index 7f31224df3..fc60ce2384 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/LibRCheevos.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/LibRCheevos.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegration.Update.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegration.Update.cs index ad534ff985..668df2be2d 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegration.Update.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegration.Update.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegration.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegration.cs index e292f253fa..1d34cdccd5 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegration.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegration.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Runtime.InteropServices; using System.Text; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegrationDownloaderForm.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegrationDownloaderForm.cs index cbe3e517b8..db1a5485e8 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegrationDownloaderForm.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RAIntegrationDownloaderForm.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Threading; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RAInterface.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RAInterface.cs index 5d6e718636..9251f4ba6a 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RAInterface.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RAInterface.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Achievements.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Achievements.cs index cb42c73559..5823a37598 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Achievements.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Achievements.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Text; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Debug.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Debug.cs index 3726db6495..72d03b4a90 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Debug.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Debug.cs @@ -1,4 +1,3 @@ -using System; using System.Buffers; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.GameInfo.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.GameInfo.cs index c16955505c..93fe4607e6 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.GameInfo.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.GameInfo.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Http.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Http.cs index e9bcde5dc9..34f8a39fa8 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Http.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Http.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Leaderboards.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Leaderboards.cs index 48727a99a6..3128d2c9f1 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Leaderboards.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Leaderboards.cs @@ -1,4 +1,3 @@ -using System; using System.Text; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Login.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Login.cs index c54a4eefd0..0a8b16735a 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Login.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Login.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Client.EmuHawk { public partial class RCheevos diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Ping.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Ping.cs index 868db73bdf..e34615fe96 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Ping.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Ping.cs @@ -1,4 +1,3 @@ -using System; using System.Text; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Sound.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Sound.cs index bb7da1cf7c..791b5a65b8 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Sound.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Sound.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common.PathExtensions; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.cs index eb81498ef7..bb08325a64 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Linq; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosAchievementForm.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosAchievementForm.cs index b6e18facb1..e17ea08673 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosAchievementForm.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosAchievementForm.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosAchievementListForm.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosAchievementListForm.cs index f6a2c07b88..9dc2db82eb 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosAchievementListForm.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosAchievementListForm.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosLeaderboardListForm.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosLeaderboardListForm.cs index 301f14d930..c7fd886ede 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosLeaderboardListForm.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosLeaderboardListForm.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosLoginForm.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosLoginForm.cs index c9c061ca96..bb3c486523 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosLoginForm.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevosLoginForm.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.GameVerification.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.GameVerification.cs index 606848a3ca..086948e3d0 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.GameVerification.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.GameVerification.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Globalization; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.Hardcore.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.Hardcore.cs index df39963a8e..906d7908f8 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.Hardcore.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.Hardcore.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.Memory.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.Memory.cs index 9a8351455a..a14a394ede 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.Memory.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.Memory.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.cs b/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.cs index 8e7a5e4ee7..a2c74b4bbd 100644 --- a/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.cs +++ b/src/BizHawk.Client.EmuHawk/RetroAchievements/RetroAchievements.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/RomStatusPicker.cs b/src/BizHawk.Client.EmuHawk/RomStatusPicker.cs index 8ba7eaa849..1a846b35db 100644 --- a/src/BizHawk.Client.EmuHawk/RomStatusPicker.cs +++ b/src/BizHawk.Client.EmuHawk/RomStatusPicker.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.EmuHawk.Properties; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/Sound/Sound.cs b/src/BizHawk.Client.EmuHawk/Sound/Sound.cs index 0ba3efc41d..43e359aca0 100644 --- a/src/BizHawk.Client.EmuHawk/Sound/Sound.cs +++ b/src/BizHawk.Client.EmuHawk/Sound/Sound.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Threading; diff --git a/src/BizHawk.Client.EmuHawk/Throttle.cs b/src/BizHawk.Client.EmuHawk/Throttle.cs index a686550bf5..ce8c6bea8b 100644 --- a/src/BizHawk.Client.EmuHawk/Throttle.cs +++ b/src/BizHawk.Client.EmuHawk/Throttle.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using System.Threading; diff --git a/src/BizHawk.Client.EmuHawk/ToolAttribute.cs b/src/BizHawk.Client.EmuHawk/ToolAttribute.cs index 1f22ffac89..77e19b7ce3 100644 --- a/src/BizHawk.Client.EmuHawk/ToolAttribute.cs +++ b/src/BizHawk.Client.EmuHawk/ToolAttribute.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/UIHelper.cs b/src/BizHawk.Client.EmuHawk/UIHelper.cs index 72e851b3fd..d9c3d4a48a 100644 --- a/src/BizHawk.Client.EmuHawk/UIHelper.cs +++ b/src/BizHawk.Client.EmuHawk/UIHelper.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/UpdateChecker.cs b/src/BizHawk.Client.EmuHawk/UpdateChecker.cs index 045682a2c8..b1bff70609 100644 --- a/src/BizHawk.Client.EmuHawk/UpdateChecker.cs +++ b/src/BizHawk.Client.EmuHawk/UpdateChecker.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Net; using System.Threading; diff --git a/src/BizHawk.Client.EmuHawk/config/A7800/A7800ControllerSettings.cs b/src/BizHawk.Client.EmuHawk/config/A7800/A7800ControllerSettings.cs index 9e473f089a..99ca124ea7 100644 --- a/src/BizHawk.Client.EmuHawk/config/A7800/A7800ControllerSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/A7800/A7800ControllerSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/A7800/A7800FilterSettings.cs b/src/BizHawk.Client.EmuHawk/config/A7800/A7800FilterSettings.cs index 7386432e56..dc616ba8c2 100644 --- a/src/BizHawk.Client.EmuHawk/config/A7800/A7800FilterSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/A7800/A7800FilterSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/AmstradCPC/AmstradCPCAudioSettings.cs b/src/BizHawk.Client.EmuHawk/config/AmstradCPC/AmstradCPCAudioSettings.cs index 5e95e7f5c4..e863e116f9 100644 --- a/src/BizHawk.Client.EmuHawk/config/AmstradCPC/AmstradCPCAudioSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/AmstradCPC/AmstradCPCAudioSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/AmstradCPC/AmstradCPCCoreEmulationSettings.cs b/src/BizHawk.Client.EmuHawk/config/AmstradCPC/AmstradCPCCoreEmulationSettings.cs index 179c014657..1ff73b119f 100644 --- a/src/BizHawk.Client.EmuHawk/config/AmstradCPC/AmstradCPCCoreEmulationSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/AmstradCPC/AmstradCPCCoreEmulationSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/AmstradCPC/AmstradCPCNonSyncSettings.cs b/src/BizHawk.Client.EmuHawk/config/AmstradCPC/AmstradCPCNonSyncSettings.cs index 644093431a..3cddb8dbb1 100644 --- a/src/BizHawk.Client.EmuHawk/config/AmstradCPC/AmstradCPCNonSyncSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/AmstradCPC/AmstradCPCNonSyncSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/AnalogRangeConfig.cs b/src/BizHawk.Client.EmuHawk/config/AnalogRangeConfig.cs index 1f4033ba8a..9a0aa23098 100644 --- a/src/BizHawk.Client.EmuHawk/config/AnalogRangeConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/AnalogRangeConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/AnalogRangeConfigControl.cs b/src/BizHawk.Client.EmuHawk/config/AnalogRangeConfigControl.cs index 2f2b0ee7c0..42a9ef44fa 100644 --- a/src/BizHawk.Client.EmuHawk/config/AnalogRangeConfigControl.cs +++ b/src/BizHawk.Client.EmuHawk/config/AnalogRangeConfigControl.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/config/AutofireConfig.cs b/src/BizHawk.Client.EmuHawk/config/AutofireConfig.cs index ed95eb8311..8458ddd66d 100644 --- a/src/BizHawk.Client.EmuHawk/config/AutofireConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/AutofireConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/ColecoVision/ColecoControllerSettings.cs b/src/BizHawk.Client.EmuHawk/config/ColecoVision/ColecoControllerSettings.cs index bf7f4a2577..3f023b08a1 100644 --- a/src/BizHawk.Client.EmuHawk/config/ColecoVision/ColecoControllerSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/ColecoVision/ColecoControllerSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/ControllerConfig.cs b/src/BizHawk.Client.EmuHawk/config/ControllerConfig.cs index 50641fb9ec..9b4ae66856 100644 --- a/src/BizHawk.Client.EmuHawk/config/ControllerConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/ControllerConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/config/ControllerConfig/AnalogBindControl.cs b/src/BizHawk.Client.EmuHawk/config/ControllerConfig/AnalogBindControl.cs index d0d200456d..c84e8cb9bd 100644 --- a/src/BizHawk.Client.EmuHawk/config/ControllerConfig/AnalogBindControl.cs +++ b/src/BizHawk.Client.EmuHawk/config/ControllerConfig/AnalogBindControl.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/ControllerConfig/ControllerConfigPanel.cs b/src/BizHawk.Client.EmuHawk/config/ControllerConfig/ControllerConfigPanel.cs index 7398d88845..27314a5713 100644 --- a/src/BizHawk.Client.EmuHawk/config/ControllerConfig/ControllerConfigPanel.cs +++ b/src/BizHawk.Client.EmuHawk/config/ControllerConfig/ControllerConfigPanel.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/config/DisplayConfig.cs b/src/BizHawk.Client.EmuHawk/config/DisplayConfig.cs index d9bdd4f5fc..121c2c0475 100755 --- a/src/BizHawk.Client.EmuHawk/config/DisplayConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/DisplayConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using System.IO; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.cs b/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.cs index e27de1d189..e3185f0eff 100755 --- a/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.cs +++ b/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.Common; using BizHawk.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/FileExtensionPreferences.cs b/src/BizHawk.Client.EmuHawk/config/FileExtensionPreferences.cs index 6246efb6b8..e8b852d778 100644 --- a/src/BizHawk.Client.EmuHawk/config/FileExtensionPreferences.cs +++ b/src/BizHawk.Client.EmuHawk/config/FileExtensionPreferences.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/config/FileExtensionPreferencesPicker.cs b/src/BizHawk.Client.EmuHawk/config/FileExtensionPreferencesPicker.cs index e35051e763..f4d31cec3b 100644 --- a/src/BizHawk.Client.EmuHawk/config/FileExtensionPreferencesPicker.cs +++ b/src/BizHawk.Client.EmuHawk/config/FileExtensionPreferencesPicker.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/FirmwaresConfig.cs b/src/BizHawk.Client.EmuHawk/config/FirmwaresConfig.cs index 382672c41f..d2e0771cf6 100644 --- a/src/BizHawk.Client.EmuHawk/config/FirmwaresConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/FirmwaresConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; diff --git a/src/BizHawk.Client.EmuHawk/config/FirmwaresConfigInfo.cs b/src/BizHawk.Client.EmuHawk/config/FirmwaresConfigInfo.cs index 12708df332..a9e834a1f9 100644 --- a/src/BizHawk.Client.EmuHawk/config/FirmwaresConfigInfo.cs +++ b/src/BizHawk.Client.EmuHawk/config/FirmwaresConfigInfo.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/GB/BmpView.cs b/src/BizHawk.Client.EmuHawk/config/GB/BmpView.cs index 5abe2db266..077df58ebf 100644 --- a/src/BizHawk.Client.EmuHawk/config/GB/BmpView.cs +++ b/src/BizHawk.Client.EmuHawk/config/GB/BmpView.cs @@ -1,6 +1,5 @@ //TODO - this is redundant with RetainedViewportPanel. Someone needs to reconcile the two. -using System; using System.ComponentModel; using System.Drawing.Imaging; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/config/GB/CGBColorChooserForm.cs b/src/BizHawk.Client.EmuHawk/config/GB/CGBColorChooserForm.cs index 58fba34483..ee111c42ab 100644 --- a/src/BizHawk.Client.EmuHawk/config/GB/CGBColorChooserForm.cs +++ b/src/BizHawk.Client.EmuHawk/config/GB/CGBColorChooserForm.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.cs b/src/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.cs index 6f3494b887..cbda13bf5b 100644 --- a/src/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.cs +++ b/src/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/GB/GBPrefControl.cs b/src/BizHawk.Client.EmuHawk/config/GB/GBPrefControl.cs index e0989109ff..a460aa03e2 100644 --- a/src/BizHawk.Client.EmuHawk/config/GB/GBPrefControl.cs +++ b/src/BizHawk.Client.EmuHawk/config/GB/GBPrefControl.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/GB/SameBoyColorChooserForm.cs b/src/BizHawk.Client.EmuHawk/config/GB/SameBoyColorChooserForm.cs index 99e620b0b8..e627ce9724 100644 --- a/src/BizHawk.Client.EmuHawk/config/GB/SameBoyColorChooserForm.cs +++ b/src/BizHawk.Client.EmuHawk/config/GB/SameBoyColorChooserForm.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/GenericCoreConfig.cs b/src/BizHawk.Client.EmuHawk/config/GenericCoreConfig.cs index e86eb9f7f8..9af2d7ed17 100644 --- a/src/BizHawk.Client.EmuHawk/config/GenericCoreConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/GenericCoreConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/HotkeyConfig.cs b/src/BizHawk.Client.EmuHawk/config/HotkeyConfig.cs index 831cb6903a..42d1098b5d 100644 --- a/src/BizHawk.Client.EmuHawk/config/HotkeyConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/HotkeyConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/config/INTV/IntvControllerSettings.cs b/src/BizHawk.Client.EmuHawk/config/INTV/IntvControllerSettings.cs index 3305341838..4f13594886 100644 --- a/src/BizHawk.Client.EmuHawk/config/INTV/IntvControllerSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/INTV/IntvControllerSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/InputCompositeWidget.cs b/src/BizHawk.Client.EmuHawk/config/InputCompositeWidget.cs index 0da03d1a3f..9e85120837 100644 --- a/src/BizHawk.Client.EmuHawk/config/InputCompositeWidget.cs +++ b/src/BizHawk.Client.EmuHawk/config/InputCompositeWidget.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/Messages/ColorRow.cs b/src/BizHawk.Client.EmuHawk/config/Messages/ColorRow.cs index cb393343f1..341d852f9a 100644 --- a/src/BizHawk.Client.EmuHawk/config/Messages/ColorRow.cs +++ b/src/BizHawk.Client.EmuHawk/config/Messages/ColorRow.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/Messages/MessageConfig.cs b/src/BizHawk.Client.EmuHawk/config/Messages/MessageConfig.cs index 73324f0b1c..548db1dc0c 100644 --- a/src/BizHawk.Client.EmuHawk/config/Messages/MessageConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/Messages/MessageConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/config/Messages/MessageEdit.cs b/src/BizHawk.Client.EmuHawk/config/Messages/MessageEdit.cs index fc3b868b4c..6d212762da 100644 --- a/src/BizHawk.Client.EmuHawk/config/Messages/MessageEdit.cs +++ b/src/BizHawk.Client.EmuHawk/config/Messages/MessageEdit.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/Messages/MessageRow.cs b/src/BizHawk.Client.EmuHawk/config/Messages/MessageRow.cs index 907f639849..7744b6ff72 100644 --- a/src/BizHawk.Client.EmuHawk/config/Messages/MessageRow.cs +++ b/src/BizHawk.Client.EmuHawk/config/Messages/MessageRow.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/N64/N64ControllerSettingControl.cs b/src/BizHawk.Client.EmuHawk/config/N64/N64ControllerSettingControl.cs index c2badf6a94..f8e3fa0f94 100644 --- a/src/BizHawk.Client.EmuHawk/config/N64/N64ControllerSettingControl.cs +++ b/src/BizHawk.Client.EmuHawk/config/N64/N64ControllerSettingControl.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/N64/N64ControllersSetup.cs b/src/BizHawk.Client.EmuHawk/config/N64/N64ControllersSetup.cs index ea095f1a3e..60b02fdce7 100644 --- a/src/BizHawk.Client.EmuHawk/config/N64/N64ControllersSetup.cs +++ b/src/BizHawk.Client.EmuHawk/config/N64/N64ControllersSetup.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs b/src/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs index 60b4626a22..d1dbf86d9c 100644 --- a/src/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/NES/NESGraphicsConfig.cs b/src/BizHawk.Client.EmuHawk/config/NES/NESGraphicsConfig.cs index 42f31ebdd6..30d2bfd69f 100644 --- a/src/BizHawk.Client.EmuHawk/config/NES/NESGraphicsConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/NES/NESGraphicsConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/NES/NESSoundConfig.cs b/src/BizHawk.Client.EmuHawk/config/NES/NESSoundConfig.cs index a0a08fe5c0..16c0fa4325 100644 --- a/src/BizHawk.Client.EmuHawk/config/NES/NESSoundConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/NES/NESSoundConfig.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Cores.Nintendo.NES; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/NES/NESSyncSettingsForm.cs b/src/BizHawk.Client.EmuHawk/config/NES/NESSyncSettingsForm.cs index 2fbaae5f8b..c6ea8dbd7e 100644 --- a/src/BizHawk.Client.EmuHawk/config/NES/NESSyncSettingsForm.cs +++ b/src/BizHawk.Client.EmuHawk/config/NES/NESSyncSettingsForm.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/NES/NESVSSettings.cs b/src/BizHawk.Client.EmuHawk/config/NES/NESVSSettings.cs index f640e4359a..22a0490388 100644 --- a/src/BizHawk.Client.EmuHawk/config/NES/NESVSSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/NES/NESVSSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/NES/NesControllerSettings.cs b/src/BizHawk.Client.EmuHawk/config/NES/NesControllerSettings.cs index b14c2e2661..4de6b12d22 100644 --- a/src/BizHawk.Client.EmuHawk/config/NES/NesControllerSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/NES/NesControllerSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/NES/QuickNesConfig.cs b/src/BizHawk.Client.EmuHawk/config/NES/QuickNesConfig.cs index 63880cfeb2..816ae4ad19 100644 --- a/src/BizHawk.Client.EmuHawk/config/NES/QuickNesConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/NES/QuickNesConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/PSX/PSXControllerConfig.cs b/src/BizHawk.Client.EmuHawk/config/PSX/PSXControllerConfig.cs index ae18241484..00b8b74bde 100644 --- a/src/BizHawk.Client.EmuHawk/config/PSX/PSXControllerConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/PSX/PSXControllerConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/PSX/PSXHashDiscs.cs b/src/BizHawk.Client.EmuHawk/config/PSX/PSXHashDiscs.cs index 597157fa1a..22f2600179 100644 --- a/src/BizHawk.Client.EmuHawk/config/PSX/PSXHashDiscs.cs +++ b/src/BizHawk.Client.EmuHawk/config/PSX/PSXHashDiscs.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/config/PSX/PSXOptions.cs b/src/BizHawk.Client.EmuHawk/config/PSX/PSXOptions.cs index 0d14187246..aa2b85f749 100644 --- a/src/BizHawk.Client.EmuHawk/config/PSX/PSXOptions.cs +++ b/src/BizHawk.Client.EmuHawk/config/PSX/PSXOptions.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/PathConfig.cs b/src/BizHawk.Client.EmuHawk/config/PathConfig.cs index 1f6c6d4822..ec237b8c23 100644 --- a/src/BizHawk.Client.EmuHawk/config/PathConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/PathConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/config/PathInfo.cs b/src/BizHawk.Client.EmuHawk/config/PathInfo.cs index a09e5987ea..6e3d0f5cb2 100644 --- a/src/BizHawk.Client.EmuHawk/config/PathInfo.cs +++ b/src/BizHawk.Client.EmuHawk/config/PathInfo.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/config/ProfileConfig.cs b/src/BizHawk.Client.EmuHawk/config/ProfileConfig.cs index 31827cea6d..9f5e9dd7a4 100644 --- a/src/BizHawk.Client.EmuHawk/config/ProfileConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/ProfileConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/RewindConfig.cs b/src/BizHawk.Client.EmuHawk/config/RewindConfig.cs index cf292a9760..003df64f52 100755 --- a/src/BizHawk.Client.EmuHawk/config/RewindConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/RewindConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/SNES/BSNESControllerConfig.cs b/src/BizHawk.Client.EmuHawk/config/SNES/BSNESControllerConfig.cs index 3c3f55f54b..af157dc432 100644 --- a/src/BizHawk.Client.EmuHawk/config/SNES/BSNESControllerConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/SNES/BSNESControllerConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/SNES/BSNESOptions.cs b/src/BizHawk.Client.EmuHawk/config/SNES/BSNESOptions.cs index b130ab9b94..9c64c457e6 100644 --- a/src/BizHawk.Client.EmuHawk/config/SNES/BSNESOptions.cs +++ b/src/BizHawk.Client.EmuHawk/config/SNES/BSNESOptions.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/SNES/SNESControllerConfig.cs b/src/BizHawk.Client.EmuHawk/config/SNES/SNESControllerConfig.cs index 5401ff2e2d..9b5ac6c335 100644 --- a/src/BizHawk.Client.EmuHawk/config/SNES/SNESControllerConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/SNES/SNESControllerConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/SNES/SNESOptions.cs b/src/BizHawk.Client.EmuHawk/config/SNES/SNESOptions.cs index c430972c07..a68370707b 100644 --- a/src/BizHawk.Client.EmuHawk/config/SNES/SNESOptions.cs +++ b/src/BizHawk.Client.EmuHawk/config/SNES/SNESOptions.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/SoundConfig.cs b/src/BizHawk.Client.EmuHawk/config/SoundConfig.cs index ecb21bf661..08d6043a2b 100644 --- a/src/BizHawk.Client.EmuHawk/config/SoundConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/SoundConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/TI83/TI83PaletteConfig.cs b/src/BizHawk.Client.EmuHawk/config/TI83/TI83PaletteConfig.cs index 559e0a55eb..65dc26a589 100644 --- a/src/BizHawk.Client.EmuHawk/config/TI83/TI83PaletteConfig.cs +++ b/src/BizHawk.Client.EmuHawk/config/TI83/TI83PaletteConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumAudioSettings.cs b/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumAudioSettings.cs index ad5e108ed4..543c94ee73 100644 --- a/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumAudioSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumAudioSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumCoreEmulationSettings.cs b/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumCoreEmulationSettings.cs index 026e5cf9e2..f3a28fec85 100644 --- a/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumCoreEmulationSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumCoreEmulationSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumJoystickSettings.cs b/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumJoystickSettings.cs index 2acc1ab7ef..98a54c33dc 100644 --- a/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumJoystickSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumJoystickSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumNonSyncSettings.cs b/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumNonSyncSettings.cs index d5fc7789c6..e90c4997a9 100644 --- a/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumNonSyncSettings.cs +++ b/src/BizHawk.Client.EmuHawk/config/ZXSpectrum/ZXSpectrumNonSyncSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/debug/DebugMenuItems.cs b/src/BizHawk.Client.EmuHawk/debug/DebugMenuItems.cs index 186db4d76d..b87977a3cc 100644 --- a/src/BizHawk.Client.EmuHawk/debug/DebugMenuItems.cs +++ b/src/BizHawk.Client.EmuHawk/debug/DebugMenuItems.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/debug/FirmwareAutopatchDebugToolForm.cs b/src/BizHawk.Client.EmuHawk/debug/FirmwareAutopatchDebugToolForm.cs index b2febabbdb..8afb7168fa 100644 --- a/src/BizHawk.Client.EmuHawk/debug/FirmwareAutopatchDebugToolForm.cs +++ b/src/BizHawk.Client.EmuHawk/debug/FirmwareAutopatchDebugToolForm.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/debug/N64RomByteswapToolForm.cs b/src/BizHawk.Client.EmuHawk/debug/N64RomByteswapToolForm.cs index 5154b2ba89..b3b58a4af7 100644 --- a/src/BizHawk.Client.EmuHawk/debug/N64RomByteswapToolForm.cs +++ b/src/BizHawk.Client.EmuHawk/debug/N64RomByteswapToolForm.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.IO; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/debug/N64VideoSettingsFuzzToolForm.cs b/src/BizHawk.Client.EmuHawk/debug/N64VideoSettingsFuzzToolForm.cs index 5de980f9ab..f5086659d3 100644 --- a/src/BizHawk.Client.EmuHawk/debug/N64VideoSettingsFuzzToolForm.cs +++ b/src/BizHawk.Client.EmuHawk/debug/N64VideoSettingsFuzzToolForm.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/src/BizHawk.Client.EmuHawk/movie/EditCommentsForm.cs b/src/BizHawk.Client.EmuHawk/movie/EditCommentsForm.cs index 449199372d..aa2dba3ca8 100644 --- a/src/BizHawk.Client.EmuHawk/movie/EditCommentsForm.cs +++ b/src/BizHawk.Client.EmuHawk/movie/EditCommentsForm.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.cs b/src/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.cs index d903ebd763..0a6db6506f 100644 --- a/src/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.cs +++ b/src/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.IO; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/movie/PlayMovie.cs b/src/BizHawk.Client.EmuHawk/movie/PlayMovie.cs index df93e2ba48..7a01d3aca3 100644 --- a/src/BizHawk.Client.EmuHawk/movie/PlayMovie.cs +++ b/src/BizHawk.Client.EmuHawk/movie/PlayMovie.cs @@ -1,4 +1,3 @@ -using System; using System.Threading.Tasks; using System.Collections.Generic; using System.ComponentModel; diff --git a/src/BizHawk.Client.EmuHawk/movie/RecordMovie.cs b/src/BizHawk.Client.EmuHawk/movie/RecordMovie.cs index c61764c407..289a05d34d 100644 --- a/src/BizHawk.Client.EmuHawk/movie/RecordMovie.cs +++ b/src/BizHawk.Client.EmuHawk/movie/RecordMovie.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.IO; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/movie/SubtitleMaker.cs b/src/BizHawk.Client.EmuHawk/movie/SubtitleMaker.cs index 621b808f52..6adfae395b 100644 --- a/src/BizHawk.Client.EmuHawk/movie/SubtitleMaker.cs +++ b/src/BizHawk.Client.EmuHawk/movie/SubtitleMaker.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.cs b/src/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.cs index fd4b67794d..5a4396de13 100644 --- a/src/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.cs +++ b/src/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/tools/BasicBot/BotControlsRow.cs b/src/BizHawk.Client.EmuHawk/tools/BasicBot/BotControlsRow.cs index d444b2c011..3766dc01cf 100644 --- a/src/BizHawk.Client.EmuHawk/tools/BasicBot/BotControlsRow.cs +++ b/src/BizHawk.Client.EmuHawk/tools/BasicBot/BotControlsRow.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/tools/BatchRun.cs b/src/BizHawk.Client.EmuHawk/tools/BatchRun.cs index bef6713fb2..9477f35a95 100644 --- a/src/BizHawk.Client.EmuHawk/tools/BatchRun.cs +++ b/src/BizHawk.Client.EmuHawk/tools/BatchRun.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Windows.Forms; using System.Threading; diff --git a/src/BizHawk.Client.EmuHawk/tools/BatchRunner.cs b/src/BizHawk.Client.EmuHawk/tools/BatchRunner.cs index 5d2ed21043..4a97ce9411 100644 --- a/src/BizHawk.Client.EmuHawk/tools/BatchRunner.cs +++ b/src/BizHawk.Client.EmuHawk/tools/BatchRunner.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using BizHawk.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/CDL.cs b/src/BizHawk.Client.EmuHawk/tools/CDL.cs index 798a9bbc3c..9b8a5e3b2e 100644 --- a/src/BizHawk.Client.EmuHawk/tools/CDL.cs +++ b/src/BizHawk.Client.EmuHawk/tools/CDL.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.IO; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.cs b/src/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.cs index 19081fe127..040e2a10a1 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Cheats/CheatEdit.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs b/src/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs index 66c4f96953..40fc5346be 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Cheats/Cheats.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/tools/Debugger/AddBreakpointDialog.cs b/src/BizHawk.Client.EmuHawk/tools/Debugger/AddBreakpointDialog.cs index c07c02b039..08930db061 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Debugger/AddBreakpointDialog.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Debugger/AddBreakpointDialog.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/Debugger/BreakpointControl.cs b/src/BizHawk.Client.EmuHawk/tools/Debugger/BreakpointControl.cs index 41a84b0ee3..a54330acdb 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Debugger/BreakpointControl.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Debugger/BreakpointControl.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.Disassembler.cs b/src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.Disassembler.cs index 0841ce7b4f..e412bc55aa 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.Disassembler.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.Disassembler.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.IToolForm.cs b/src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.IToolForm.cs index 38231ba207..12ab32d647 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.IToolForm.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.IToolForm.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Client.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.cs b/src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.cs index 172fc491b4..9a991d001d 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/Debugger/RegisterBoxControl.cs b/src/BizHawk.Client.EmuHawk/tools/Debugger/RegisterBoxControl.cs index 79e3e77a71..58a51878b2 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Debugger/RegisterBoxControl.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Debugger/RegisterBoxControl.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/ExternalToolManager.cs b/src/BizHawk.Client.EmuHawk/tools/ExternalToolManager.cs index 9f10e94f81..8a840a8801 100644 --- a/src/BizHawk.Client.EmuHawk/tools/ExternalToolManager.cs +++ b/src/BizHawk.Client.EmuHawk/tools/ExternalToolManager.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.cs b/src/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.cs index 0bbc357822..9db1e86a66 100644 --- a/src/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.cs +++ b/src/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Imaging; using System.Text; diff --git a/src/BizHawk.Client.EmuHawk/tools/GB/GBPrinterView.cs b/src/BizHawk.Client.EmuHawk/tools/GB/GBPrinterView.cs index fb28f76afd..a22c649ed9 100644 --- a/src/BizHawk.Client.EmuHawk/tools/GB/GBPrinterView.cs +++ b/src/BizHawk.Client.EmuHawk/tools/GB/GBPrinterView.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Imaging; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.cs b/src/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.cs index baa9643efd..7ae099cd4d 100644 --- a/src/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.cs +++ b/src/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Imaging; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/GBA/MobileDetailView.cs b/src/BizHawk.Client.EmuHawk/tools/GBA/MobileDetailView.cs index 740f1b9bc8..03cf8c7ca5 100644 --- a/src/BizHawk.Client.EmuHawk/tools/GBA/MobileDetailView.cs +++ b/src/BizHawk.Client.EmuHawk/tools/GBA/MobileDetailView.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/tools/GameShark.cs b/src/BizHawk.Client.EmuHawk/tools/GameShark.cs index 8505337727..1310e86f12 100644 --- a/src/BizHawk.Client.EmuHawk/tools/GameShark.cs +++ b/src/BizHawk.Client.EmuHawk/tools/GameShark.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/Genesis/VDPViewer.cs b/src/BizHawk.Client.EmuHawk/tools/Genesis/VDPViewer.cs index e1dfa026e5..8fd24fd367 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Genesis/VDPViewer.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Genesis/VDPViewer.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; using System.Drawing.Imaging; diff --git a/src/BizHawk.Client.EmuHawk/tools/HexEditor/HexColor.cs b/src/BizHawk.Client.EmuHawk/tools/HexEditor/HexColor.cs index b52d5bf657..1f33915efb 100644 --- a/src/BizHawk.Client.EmuHawk/tools/HexEditor/HexColor.cs +++ b/src/BizHawk.Client.EmuHawk/tools/HexEditor/HexColor.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs b/src/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs index ec5373e6b3..5cc1ef9247 100644 --- a/src/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs +++ b/src/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/tools/HexEditor/HexFind.cs b/src/BizHawk.Client.EmuHawk/tools/HexEditor/HexFind.cs index f48a8a1f80..816c2542f5 100644 --- a/src/BizHawk.Client.EmuHawk/tools/HexEditor/HexFind.cs +++ b/src/BizHawk.Client.EmuHawk/tools/HexEditor/HexFind.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/InputPrompt.cs b/src/BizHawk.Client.EmuHawk/tools/InputPrompt.cs index 595e5c7b3c..c2820d6c27 100644 --- a/src/BizHawk.Client.EmuHawk/tools/InputPrompt.cs +++ b/src/BizHawk.Client.EmuHawk/tools/InputPrompt.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/ConsoleLuaLibrary.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/ConsoleLuaLibrary.cs index 49eaf2437a..30226056ce 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/ConsoleLuaLibrary.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/ConsoleLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Text; diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/FormsLuaLibrary.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/FormsLuaLibrary.cs index 4e1cb7b221..f2102da01a 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/FormsLuaLibrary.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/FormsLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/TAStudioLuaLibrary.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/TAStudioLuaLibrary.cs index 3558146334..b6752c6fed 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/TAStudioLuaLibrary.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/TAStudioLuaLibrary.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaAutocompleteInstaller.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaAutocompleteInstaller.cs index 95df15dd12..871129c17d 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaAutocompleteInstaller.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaAutocompleteInstaller.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaButton.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaButton.cs index fd1f578b93..0c0a6477f1 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaButton.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaButton.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaCanvas.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaCanvas.cs index 6da3fcc0d5..e089d4dde2 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaCanvas.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaCanvas.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaCheckbox.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaCheckbox.cs index 5f61da9993..7353f40e36 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaCheckbox.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaCheckbox.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.cs index e234beb56b..7cff5ff83b 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.cs index 877135034d..921de8263f 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaLibraries.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaLibraries.cs index bf02f4bd7c..0490799b8f 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaLibraries.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaLibraries.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaPictureBox.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaPictureBox.cs index 91e7118690..d65423972f 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaPictureBox.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaPictureBox.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaRegisteredFunctionsList.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaRegisteredFunctionsList.cs index 844c5fb4d1..99183dfa58 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaRegisteredFunctionsList.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaRegisteredFunctionsList.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaWinform.cs b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaWinform.cs index 9164717705..2d4afe8129 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Lua/LuaWinform.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Lua/LuaWinform.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Windows.Forms; using NLua; diff --git a/src/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.ButtonSelect.cs b/src/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.ButtonSelect.cs index 07a32d580a..2987ef22a8 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.ButtonSelect.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.ButtonSelect.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs b/src/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs index f59904b2f1..2c330313ca 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/Macros/MovieZone.cs b/src/BizHawk.Client.EmuHawk/tools/Macros/MovieZone.cs index 6406f5879e..0146f6d663 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Macros/MovieZone.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Macros/MovieZone.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/tools/MultiDiskBundler/MultiDiskBundler.cs b/src/BizHawk.Client.EmuHawk/tools/MultiDiskBundler/MultiDiskBundler.cs index dab4325135..711652dd15 100644 --- a/src/BizHawk.Client.EmuHawk/tools/MultiDiskBundler/MultiDiskBundler.cs +++ b/src/BizHawk.Client.EmuHawk/tools/MultiDiskBundler/MultiDiskBundler.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/tools/MultiDiskBundler/MultiDiskFileSelector.cs b/src/BizHawk.Client.EmuHawk/tools/MultiDiskBundler/MultiDiskFileSelector.cs index 6cc2ec2881..1f1bee18e0 100644 --- a/src/BizHawk.Client.EmuHawk/tools/MultiDiskBundler/MultiDiskFileSelector.cs +++ b/src/BizHawk.Client.EmuHawk/tools/MultiDiskBundler/MultiDiskFileSelector.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/NES/BarcodeEntry.cs b/src/BizHawk.Client.EmuHawk/tools/NES/BarcodeEntry.cs index e58ede885a..6b5bfbbae6 100644 --- a/src/BizHawk.Client.EmuHawk/tools/NES/BarcodeEntry.cs +++ b/src/BizHawk.Client.EmuHawk/tools/NES/BarcodeEntry.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using BizHawk.Emulation.Cores.Nintendo.NES; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/NES/NESMusicRipper.cs b/src/BizHawk.Client.EmuHawk/tools/NES/NESMusicRipper.cs index c3e84c8d4e..6a6c9aefcc 100644 --- a/src/BizHawk.Client.EmuHawk/tools/NES/NESMusicRipper.cs +++ b/src/BizHawk.Client.EmuHawk/tools/NES/NESMusicRipper.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.cs b/src/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.cs index d9dd5864e6..404f72f12a 100644 --- a/src/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.cs +++ b/src/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Imaging; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/NES/NESPPU.cs b/src/BizHawk.Client.EmuHawk/tools/NES/NESPPU.cs index 871e025ed3..9a6443fc25 100644 --- a/src/BizHawk.Client.EmuHawk/tools/NES/NESPPU.cs +++ b/src/BizHawk.Client.EmuHawk/tools/NES/NESPPU.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Imaging; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.cs b/src/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.cs index e0e2ba993f..c21bf8530e 100644 --- a/src/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.cs +++ b/src/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Imaging; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/PCE/PCESoundDebugger.cs b/src/BizHawk.Client.EmuHawk/tools/PCE/PCESoundDebugger.cs index b880c6aa5e..edf8033816 100644 --- a/src/BizHawk.Client.EmuHawk/tools/PCE/PCESoundDebugger.cs +++ b/src/BizHawk.Client.EmuHawk/tools/PCE/PCESoundDebugger.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.IO; using System.IO.Compression; diff --git a/src/BizHawk.Client.EmuHawk/tools/PCE/PCETileViewer.cs b/src/BizHawk.Client.EmuHawk/tools/PCE/PCETileViewer.cs index ef69543b23..4e35095f4b 100644 --- a/src/BizHawk.Client.EmuHawk/tools/PCE/PCETileViewer.cs +++ b/src/BizHawk.Client.EmuHawk/tools/PCE/PCETileViewer.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Drawing.Imaging; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/SMS/VDPViewer.cs b/src/BizHawk.Client.EmuHawk/tools/SMS/VDPViewer.cs index c35b2b20c5..6d402ffa41 100644 --- a/src/BizHawk.Client.EmuHawk/tools/SMS/VDPViewer.cs +++ b/src/BizHawk.Client.EmuHawk/tools/SMS/VDPViewer.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; using System.Drawing.Imaging; diff --git a/src/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.cs b/src/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.cs index 2e872daac0..0d893ad13c 100644 --- a/src/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.cs +++ b/src/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.cs @@ -22,7 +22,6 @@ //hiding the tab control headers.. once this design gets solid, ill get rid of them //http://www.mostthingsweb.com/2011/01/hiding-tab-headers-on-a-tabcontrol-in-c/ -using System; using System.Collections; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/tools/SpecializedToolAttribute.cs b/src/BizHawk.Client.EmuHawk/tools/SpecializedToolAttribute.cs index 278040f3ad..1fa429dd2c 100644 --- a/src/BizHawk.Client.EmuHawk/tools/SpecializedToolAttribute.cs +++ b/src/BizHawk.Client.EmuHawk/tools/SpecializedToolAttribute.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Client.Common; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs index 5607c483af..5b73af430f 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Drawing; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/FramesPrompt.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/FramesPrompt.cs index 84f3b75e03..be350c264f 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/FramesPrompt.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/FramesPrompt.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.cs index e23c7b6146..168e5f02f8 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/HeaderEditor.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/HeaderEditor.cs index 9952d94013..b0f5c86aa1 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/HeaderEditor.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/HeaderEditor.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.cs index 04ce5d603f..fa0a5aaf2d 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/PatternsForm.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/PatternsForm.cs index e1e4e74cc3..3ed4f51e6a 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/PatternsForm.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/PatternsForm.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Globalization; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/PlaybackBox.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/PlaybackBox.cs index 1a92e5633a..6e96b576f1 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/PlaybackBox.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/PlaybackBox.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Callbacks.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Callbacks.cs index a9dff4b5ec..637837fbac 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Callbacks.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Callbacks.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; namespace BizHawk.Client.EmuHawk diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs index e43714a931..ecb8060e02 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs index 865a2a78fe..9aa35b61a7 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Linq; using System.Text; diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs index d05d3f59a3..e07f4e71a4 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioColorSettingsForm.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioColorSettingsForm.cs index fe1ba12480..8b36a18cda 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioColorSettingsForm.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudioColorSettingsForm.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/UndoHistoryForm.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/UndoHistoryForm.cs index 7b7cc8b0e7..0d048a4eeb 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/UndoHistoryForm.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/UndoHistoryForm.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.cs b/src/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.cs index abde7acedd..bc47f27430 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/ToolBox.cs b/src/BizHawk.Client.EmuHawk/tools/ToolBox.cs index ebdb145202..09223503fd 100644 --- a/src/BizHawk.Client.EmuHawk/tools/ToolBox.cs +++ b/src/BizHawk.Client.EmuHawk/tools/ToolBox.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/tools/ToolFormBase.cs b/src/BizHawk.Client.EmuHawk/tools/ToolFormBase.cs index 5916ae9ec7..810db9f53d 100644 --- a/src/BizHawk.Client.EmuHawk/tools/ToolFormBase.cs +++ b/src/BizHawk.Client.EmuHawk/tools/ToolFormBase.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/tools/ToolManager.cs b/src/BizHawk.Client.EmuHawk/tools/ToolManager.cs index 043248bfa5..9d22d8d5b8 100644 --- a/src/BizHawk.Client.EmuHawk/tools/ToolManager.cs +++ b/src/BizHawk.Client.EmuHawk/tools/ToolManager.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Globalization; diff --git a/src/BizHawk.Client.EmuHawk/tools/TraceLogger.cs b/src/BizHawk.Client.EmuHawk/tools/TraceLogger.cs index f8eb6a11e9..932b71b065 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TraceLogger.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TraceLogger.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualPad.cs b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualPad.cs index 3104ab2cf4..ae9b254f69 100644 --- a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualPad.cs +++ b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualPad.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs index d4969112b6..fc12bd66ff 100644 --- a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs +++ b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadAnalogButton.cs b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadAnalogButton.cs index 36e2e7fab5..e5f3fc4dee 100644 --- a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadAnalogButton.cs +++ b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadAnalogButton.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadAnalogStick.cs b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadAnalogStick.cs index d99890d7da..a7c1ed973f 100644 --- a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadAnalogStick.cs +++ b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadAnalogStick.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.Windows.Forms; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadButton.cs b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadButton.cs index 8ec35d0fe6..ea421ed657 100644 --- a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadButton.cs +++ b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadButton.cs @@ -1,4 +1,3 @@ -using System; using System.Windows.Forms; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadDiscManager.cs b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadDiscManager.cs index 13516d0fd4..ed467df4bb 100644 --- a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadDiscManager.cs +++ b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadDiscManager.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadTargetScreen.cs b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadTargetScreen.cs index 6f29e3ee88..26130f31f4 100644 --- a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadTargetScreen.cs +++ b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/VirtualPadTargetScreen.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using System.Windows.Forms; using BizHawk.Client.Common; diff --git a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/components/AnalogStickPanel.cs b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/components/AnalogStickPanel.cs index 40d6d1d638..21a2f68444 100644 --- a/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/components/AnalogStickPanel.cs +++ b/src/BizHawk.Client.EmuHawk/tools/VirtualPads/controls/components/AnalogStickPanel.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.cs b/src/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.cs index eebd9a4347..5d6847c901 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs b/src/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs index a017384500..3d766ea733 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs b/src/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs index f32ed25daf..1a0bd4d6be 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/src/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.cs b/src/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.cs index 316485c51f..92550e0807 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Client.EmuHawk/tools/Watch/WatchValueBox.cs b/src/BizHawk.Client.EmuHawk/tools/Watch/WatchValueBox.cs index 0566345dd9..560bc4b99a 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Watch/WatchValueBox.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Watch/WatchValueBox.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using System.Linq; using System.Windows.Forms; diff --git a/src/BizHawk.Common/BPSPatcher.cs b/src/BizHawk.Common/BPSPatcher.cs index 3b6bc1e5f6..5f2c9aa13d 100644 --- a/src/BizHawk.Common/BPSPatcher.cs +++ b/src/BizHawk.Common/BPSPatcher.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; diff --git a/src/BizHawk.Common/CustomCollections.cs b/src/BizHawk.Common/CustomCollections.cs index 87b1e11395..83c7663454 100644 --- a/src/BizHawk.Common/CustomCollections.cs +++ b/src/BizHawk.Common/CustomCollections.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/src/BizHawk.Common/DeepEquality.cs b/src/BizHawk.Common/DeepEquality.cs index d675b87fa9..4ef0646a85 100644 --- a/src/BizHawk.Common/DeepEquality.cs +++ b/src/BizHawk.Common/DeepEquality.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Reflection; diff --git a/src/BizHawk.Common/DeltaSerializer.cs b/src/BizHawk.Common/DeltaSerializer.cs index c69d0fed54..9ec2acb7e9 100644 --- a/src/BizHawk.Common/DeltaSerializer.cs +++ b/src/BizHawk.Common/DeltaSerializer.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; namespace BizHawk.Common diff --git a/src/BizHawk.Common/EndiannessUtils.cs b/src/BizHawk.Common/EndiannessUtils.cs index cb00446bb0..e0322bdec0 100644 --- a/src/BizHawk.Common/EndiannessUtils.cs +++ b/src/BizHawk.Common/EndiannessUtils.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; namespace BizHawk.Common diff --git a/src/BizHawk.Common/Extensions/BufferExtensions.cs b/src/BizHawk.Common/Extensions/BufferExtensions.cs index 43b16777da..662270d524 100644 --- a/src/BizHawk.Common/Extensions/BufferExtensions.cs +++ b/src/BizHawk.Common/Extensions/BufferExtensions.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Common/Extensions/CollectionExtensions.cs b/src/BizHawk.Common/Extensions/CollectionExtensions.cs index 807c237f01..5af174e14d 100644 --- a/src/BizHawk.Common/Extensions/CollectionExtensions.cs +++ b/src/BizHawk.Common/Extensions/CollectionExtensions.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/BizHawk.Common/Extensions/IOExtensions.cs b/src/BizHawk.Common/Extensions/IOExtensions.cs index 956b274725..087b76bf46 100644 --- a/src/BizHawk.Common/Extensions/IOExtensions.cs +++ b/src/BizHawk.Common/Extensions/IOExtensions.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Text; diff --git a/src/BizHawk.Common/Extensions/NumberExtensions.cs b/src/BizHawk.Common/Extensions/NumberExtensions.cs index 237d002bd4..e1aaf15f59 100644 --- a/src/BizHawk.Common/Extensions/NumberExtensions.cs +++ b/src/BizHawk.Common/Extensions/NumberExtensions.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Runtime.CompilerServices; diff --git a/src/BizHawk.Common/Extensions/NumericStringExtensions.cs b/src/BizHawk.Common/Extensions/NumericStringExtensions.cs index 78fd2453c5..d4d32d4952 100644 --- a/src/BizHawk.Common/Extensions/NumericStringExtensions.cs +++ b/src/BizHawk.Common/Extensions/NumericStringExtensions.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; diff --git a/src/BizHawk.Common/Extensions/PathExtensions.cs b/src/BizHawk.Common/Extensions/PathExtensions.cs index 066e3e99d1..fe9dac7bec 100644 --- a/src/BizHawk.Common/Extensions/PathExtensions.cs +++ b/src/BizHawk.Common/Extensions/PathExtensions.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Common/Extensions/ReflectionExtensions.cs b/src/BizHawk.Common/Extensions/ReflectionExtensions.cs index 94ea1ee650..3f08b55d05 100644 --- a/src/BizHawk.Common/Extensions/ReflectionExtensions.cs +++ b/src/BizHawk.Common/Extensions/ReflectionExtensions.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Collections.Generic; using System.ComponentModel; diff --git a/src/BizHawk.Common/Extensions/StringExtensions.cs b/src/BizHawk.Common/Extensions/StringExtensions.cs index f6bb8a614a..3855b678c3 100644 --- a/src/BizHawk.Common/Extensions/StringExtensions.cs +++ b/src/BizHawk.Common/Extensions/StringExtensions.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Runtime.CompilerServices; diff --git a/src/BizHawk.Common/FFmpegService.cs b/src/BizHawk.Common/FFmpegService.cs index 71d3bbeb75..a3977883f7 100644 --- a/src/BizHawk.Common/FFmpegService.cs +++ b/src/BizHawk.Common/FFmpegService.cs @@ -1,4 +1,3 @@ -using System; using System.Threading; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/BizHawk.Common/FPCtrl.cs b/src/BizHawk.Common/FPCtrl.cs index 0538467661..e52089226e 100644 --- a/src/BizHawk.Common/FPCtrl.cs +++ b/src/BizHawk.Common/FPCtrl.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Common/HawkFile/HawkFile.cs b/src/BizHawk.Common/HawkFile/HawkFile.cs index f096d331a0..05628e7792 100644 --- a/src/BizHawk.Common/HawkFile/HawkFile.cs +++ b/src/BizHawk.Common/HawkFile/HawkFile.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Common/HawkFile/HawkFilePathAttribute.cs b/src/BizHawk.Common/HawkFile/HawkFilePathAttribute.cs index 4c8ae11d68..54cee27c31 100644 --- a/src/BizHawk.Common/HawkFile/HawkFilePathAttribute.cs +++ b/src/BizHawk.Common/HawkFile/HawkFilePathAttribute.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Common { /// Indicates that a string value is formatted as a path, with an extension to the format: paths followed by '|' and then a relative path represent a member of an archive file. diff --git a/src/BizHawk.Common/HawkFile/IHawkArchiveFile.cs b/src/BizHawk.Common/HawkFile/IHawkArchiveFile.cs index ff3f9663b8..069d012d46 100644 --- a/src/BizHawk.Common/HawkFile/IHawkArchiveFile.cs +++ b/src/BizHawk.Common/HawkFile/IHawkArchiveFile.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Common/IImportResolver.cs b/src/BizHawk.Common/IImportResolver.cs index 7d8f6660a0..017b4a784b 100644 --- a/src/BizHawk.Common/IImportResolver.cs +++ b/src/BizHawk.Common/IImportResolver.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; namespace BizHawk.Common diff --git a/src/BizHawk.Common/LSB/DlfcnImports.cs b/src/BizHawk.Common/LSB/DlfcnImports.cs index b93d41634d..b42ef7263c 100644 --- a/src/BizHawk.Common/LSB/DlfcnImports.cs +++ b/src/BizHawk.Common/LSB/DlfcnImports.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; namespace BizHawk.Common diff --git a/src/BizHawk.Common/LSB/XlibImports.cs b/src/BizHawk.Common/LSB/XlibImports.cs index 242f989e96..96d504ae55 100644 --- a/src/BizHawk.Common/LSB/XlibImports.cs +++ b/src/BizHawk.Common/LSB/XlibImports.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; // ReSharper disable FieldCanBeMadeReadOnly.Global diff --git a/src/BizHawk.Common/Log.cs b/src/BizHawk.Common/Log.cs index 795204d5d7..8689e91ad1 100644 --- a/src/BizHawk.Common/Log.cs +++ b/src/BizHawk.Common/Log.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Common/MemoryBlock/IMemoryBlockPal.cs b/src/BizHawk.Common/MemoryBlock/IMemoryBlockPal.cs index dfa06ea61f..11d613e475 100644 --- a/src/BizHawk.Common/MemoryBlock/IMemoryBlockPal.cs +++ b/src/BizHawk.Common/MemoryBlock/IMemoryBlockPal.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Common { /// diff --git a/src/BizHawk.Common/MemoryBlock/MemoryBlock.cs b/src/BizHawk.Common/MemoryBlock/MemoryBlock.cs index ab594db764..f7b416c36d 100644 --- a/src/BizHawk.Common/MemoryBlock/MemoryBlock.cs +++ b/src/BizHawk.Common/MemoryBlock/MemoryBlock.cs @@ -1,4 +1,3 @@ -using System; using System.IO; namespace BizHawk.Common diff --git a/src/BizHawk.Common/MemoryBlock/MemoryBlockLinuxPal.cs b/src/BizHawk.Common/MemoryBlock/MemoryBlockLinuxPal.cs index 9b3b890447..23754406ad 100644 --- a/src/BizHawk.Common/MemoryBlock/MemoryBlockLinuxPal.cs +++ b/src/BizHawk.Common/MemoryBlock/MemoryBlockLinuxPal.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using static BizHawk.Common.MemoryBlock; diff --git a/src/BizHawk.Common/MemoryBlock/MemoryBlockUtils.cs b/src/BizHawk.Common/MemoryBlock/MemoryBlockUtils.cs index fe333ec605..ad4c93d571 100644 --- a/src/BizHawk.Common/MemoryBlock/MemoryBlockUtils.cs +++ b/src/BizHawk.Common/MemoryBlock/MemoryBlockUtils.cs @@ -1,4 +1,3 @@ -using System; using System.Buffers; using System.IO; diff --git a/src/BizHawk.Common/MemoryBlock/MemoryBlockWindowsPal.cs b/src/BizHawk.Common/MemoryBlock/MemoryBlockWindowsPal.cs index 03090d6278..7d74998e97 100644 --- a/src/BizHawk.Common/MemoryBlock/MemoryBlockWindowsPal.cs +++ b/src/BizHawk.Common/MemoryBlock/MemoryBlockWindowsPal.cs @@ -1,5 +1,3 @@ -using System; - using static BizHawk.Common.MemoryApiImports; using static BizHawk.Common.MemoryBlock; diff --git a/src/BizHawk.Common/MemoryBlock/MemoryViewStream.cs b/src/BizHawk.Common/MemoryBlock/MemoryViewStream.cs index 6c12603348..c1b6327300 100644 --- a/src/BizHawk.Common/MemoryBlock/MemoryViewStream.cs +++ b/src/BizHawk.Common/MemoryBlock/MemoryViewStream.cs @@ -1,4 +1,3 @@ -using System; using System.IO; namespace BizHawk.Common diff --git a/src/BizHawk.Common/MultiPredicateSort.cs b/src/BizHawk.Common/MultiPredicateSort.cs index c4e32079e8..bfb8f8b7f6 100644 --- a/src/BizHawk.Common/MultiPredicateSort.cs +++ b/src/BizHawk.Common/MultiPredicateSort.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Common/OSTailoredCode.cs b/src/BizHawk.Common/OSTailoredCode.cs index 09cee89dd0..ebb6c7cd23 100644 --- a/src/BizHawk.Common/OSTailoredCode.cs +++ b/src/BizHawk.Common/OSTailoredCode.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Common/POSIX/DlfcnImports.cs b/src/BizHawk.Common/POSIX/DlfcnImports.cs index 0c2a1c19cb..8d4cc5ad66 100644 --- a/src/BizHawk.Common/POSIX/DlfcnImports.cs +++ b/src/BizHawk.Common/POSIX/DlfcnImports.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; namespace BizHawk.Common diff --git a/src/BizHawk.Common/POSIX/MmanImports.cs b/src/BizHawk.Common/POSIX/MmanImports.cs index ba2dce379e..0dfbd4b661 100644 --- a/src/BizHawk.Common/POSIX/MmanImports.cs +++ b/src/BizHawk.Common/POSIX/MmanImports.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; namespace BizHawk.Common diff --git a/src/BizHawk.Common/PropertyGridConverters/BizDateTimeConverter.cs b/src/BizHawk.Common/PropertyGridConverters/BizDateTimeConverter.cs index 728a2319d7..970cab5f2e 100644 --- a/src/BizHawk.Common/PropertyGridConverters/BizDateTimeConverter.cs +++ b/src/BizHawk.Common/PropertyGridConverters/BizDateTimeConverter.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Globalization; diff --git a/src/BizHawk.Common/PropertyGridConverters/ConstrainedFloatConverter.cs b/src/BizHawk.Common/PropertyGridConverters/ConstrainedFloatConverter.cs index 9b7f2ceeb6..dd23462297 100644 --- a/src/BizHawk.Common/PropertyGridConverters/ConstrainedFloatConverter.cs +++ b/src/BizHawk.Common/PropertyGridConverters/ConstrainedFloatConverter.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Globalization; using System.ComponentModel.DataAnnotations; diff --git a/src/BizHawk.Common/PropertyGridConverters/ConstrainedIntConverter.cs b/src/BizHawk.Common/PropertyGridConverters/ConstrainedIntConverter.cs index 64ec3dd30e..b5033c9030 100644 --- a/src/BizHawk.Common/PropertyGridConverters/ConstrainedIntConverter.cs +++ b/src/BizHawk.Common/PropertyGridConverters/ConstrainedIntConverter.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Globalization; using System.ComponentModel.DataAnnotations; diff --git a/src/BizHawk.Common/PropertyGridConverters/ConstrainedStringConverter.cs b/src/BizHawk.Common/PropertyGridConverters/ConstrainedStringConverter.cs index 3425fa8d36..aaf7e39263 100644 --- a/src/BizHawk.Common/PropertyGridConverters/ConstrainedStringConverter.cs +++ b/src/BizHawk.Common/PropertyGridConverters/ConstrainedStringConverter.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Globalization; using System.ComponentModel.DataAnnotations; diff --git a/src/BizHawk.Common/PropertyGridConverters/DescribableEnumConverter.cs b/src/BizHawk.Common/PropertyGridConverters/DescribableEnumConverter.cs index ff06211499..c894f4d6ed 100644 --- a/src/BizHawk.Common/PropertyGridConverters/DescribableEnumConverter.cs +++ b/src/BizHawk.Common/PropertyGridConverters/DescribableEnumConverter.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Globalization; diff --git a/src/BizHawk.Common/PtrToStringUtf8.cs b/src/BizHawk.Common/PtrToStringUtf8.cs index 37e0ff648c..3d655682b8 100644 --- a/src/BizHawk.Common/PtrToStringUtf8.cs +++ b/src/BizHawk.Common/PtrToStringUtf8.cs @@ -1,4 +1,3 @@ -using System; using System.Text; namespace BizHawk.Common diff --git a/src/BizHawk.Common/Ranges.cs b/src/BizHawk.Common/Ranges.cs index cf95b170df..f2296743ea 100644 --- a/src/BizHawk.Common/Ranges.cs +++ b/src/BizHawk.Common/Ranges.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Common/Serializer.cs b/src/BizHawk.Common/Serializer.cs index 9190eb916a..59a750f452 100644 --- a/src/BizHawk.Common/Serializer.cs +++ b/src/BizHawk.Common/Serializer.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Collections.Generic; using System.Globalization; using System.IO; diff --git a/src/BizHawk.Common/SimpleTime.cs b/src/BizHawk.Common/SimpleTime.cs index 7413217483..521d8e2c60 100644 --- a/src/BizHawk.Common/SimpleTime.cs +++ b/src/BizHawk.Common/SimpleTime.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; namespace BizHawk.Common diff --git a/src/BizHawk.Common/SpanStream.cs b/src/BizHawk.Common/SpanStream.cs index 8052ea3a95..9bec0a2b72 100644 --- a/src/BizHawk.Common/SpanStream.cs +++ b/src/BizHawk.Common/SpanStream.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Common/TempFileManager.cs b/src/BizHawk.Common/TempFileManager.cs index 2beb37408a..6416724138 100644 --- a/src/BizHawk.Common/TempFileManager.cs +++ b/src/BizHawk.Common/TempFileManager.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Common/Util.cs b/src/BizHawk.Common/Util.cs index acb425d5ff..788a95afdd 100644 --- a/src/BizHawk.Common/Util.cs +++ b/src/BizHawk.Common/Util.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; diff --git a/src/BizHawk.Common/VersionInfo.cs b/src/BizHawk.Common/VersionInfo.cs index a9a8ba2e9e..00914e13cb 100644 --- a/src/BizHawk.Common/VersionInfo.cs +++ b/src/BizHawk.Common/VersionInfo.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Common/Win32/AVIWriterImports.cs b/src/BizHawk.Common/Win32/AVIWriterImports.cs index 7e5aa96215..e544d33d65 100644 --- a/src/BizHawk.Common/Win32/AVIWriterImports.cs +++ b/src/BizHawk.Common/Win32/AVIWriterImports.cs @@ -1,7 +1,6 @@ #nullable disable #if AVI_SUPPORT -using System; using System.Runtime.InteropServices; // ReSharper disable FieldCanBeMadeReadOnly.Global diff --git a/src/BizHawk.Common/Win32/CWDHacks.cs b/src/BizHawk.Common/Win32/CWDHacks.cs index 2fd478af46..3409395ebf 100644 --- a/src/BizHawk.Common/Win32/CWDHacks.cs +++ b/src/BizHawk.Common/Win32/CWDHacks.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; namespace BizHawk.Common diff --git a/src/BizHawk.Common/Win32/CommctrlImports.cs b/src/BizHawk.Common/Win32/CommctrlImports.cs index 26350aa540..799c9f5d2a 100644 --- a/src/BizHawk.Common/Win32/CommctrlImports.cs +++ b/src/BizHawk.Common/Win32/CommctrlImports.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Runtime.InteropServices; // ReSharper disable FieldCanBeMadeReadOnly.Global diff --git a/src/BizHawk.Common/Win32/HeapApiImports.cs b/src/BizHawk.Common/Win32/HeapApiImports.cs index 30af180d49..8f9d884c25 100644 --- a/src/BizHawk.Common/Win32/HeapApiImports.cs +++ b/src/BizHawk.Common/Win32/HeapApiImports.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; // ReSharper disable FieldCanBeMadeReadOnly.Global diff --git a/src/BizHawk.Common/Win32/LoaderApiImports.cs b/src/BizHawk.Common/Win32/LoaderApiImports.cs index edb2ef6d3c..f5913f1728 100644 --- a/src/BizHawk.Common/Win32/LoaderApiImports.cs +++ b/src/BizHawk.Common/Win32/LoaderApiImports.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; // ReSharper disable UnusedMember.Global diff --git a/src/BizHawk.Common/Win32/MemoryApiImports.cs b/src/BizHawk.Common/Win32/MemoryApiImports.cs index a71b87970f..a907c3851a 100644 --- a/src/BizHawk.Common/Win32/MemoryApiImports.cs +++ b/src/BizHawk.Common/Win32/MemoryApiImports.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; // ReSharper disable FieldCanBeMadeReadOnly.Global diff --git a/src/BizHawk.Common/Win32/Ole32Imports.cs b/src/BizHawk.Common/Win32/Ole32Imports.cs index af760653c3..9e8753e20f 100644 --- a/src/BizHawk.Common/Win32/Ole32Imports.cs +++ b/src/BizHawk.Common/Win32/Ole32Imports.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; // ReSharper disable UnusedMember.Global diff --git a/src/BizHawk.Common/Win32/RawInputImports.cs b/src/BizHawk.Common/Win32/RawInputImports.cs index 8377b3f086..987faaea7b 100644 --- a/src/BizHawk.Common/Win32/RawInputImports.cs +++ b/src/BizHawk.Common/Win32/RawInputImports.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; // ReSharper disable FieldCanBeMadeReadOnly.Global diff --git a/src/BizHawk.Common/Win32/Shell32Imports.cs b/src/BizHawk.Common/Win32/Shell32Imports.cs index a80c493d90..4f1ca3ee31 100644 --- a/src/BizHawk.Common/Win32/Shell32Imports.cs +++ b/src/BizHawk.Common/Win32/Shell32Imports.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Runtime.InteropServices; // ReSharper disable FieldCanBeMadeReadOnly.Global diff --git a/src/BizHawk.Common/Win32/ShellLinkImports.cs b/src/BizHawk.Common/Win32/ShellLinkImports.cs index 2e0502d155..dc8036523d 100644 --- a/src/BizHawk.Common/Win32/ShellLinkImports.cs +++ b/src/BizHawk.Common/Win32/ShellLinkImports.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Common/Win32/ThreadHacks.cs b/src/BizHawk.Common/Win32/ThreadHacks.cs index 21ad48626b..ed6be0216b 100644 --- a/src/BizHawk.Common/Win32/ThreadHacks.cs +++ b/src/BizHawk.Common/Win32/ThreadHacks.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Runtime.InteropServices; using Microsoft.Win32.SafeHandles; diff --git a/src/BizHawk.Common/Win32/Win32Imports.cs b/src/BizHawk.Common/Win32/Win32Imports.cs index 8a5c146c37..cb784a3d1c 100644 --- a/src/BizHawk.Common/Win32/Win32Imports.cs +++ b/src/BizHawk.Common/Win32/Win32Imports.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Common/Win32/Win32ShellContextMenu.cs b/src/BizHawk.Common/Win32/Win32ShellContextMenu.cs index fb4e4fbb29..18c0183a91 100644 --- a/src/BizHawk.Common/Win32/Win32ShellContextMenu.cs +++ b/src/BizHawk.Common/Win32/Win32ShellContextMenu.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Common/Win32/WmImports.cs b/src/BizHawk.Common/Win32/WmImports.cs index 0d6d806984..9ddb1f4589 100644 --- a/src/BizHawk.Common/Win32/WmImports.cs +++ b/src/BizHawk.Common/Win32/WmImports.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Runtime.InteropServices; // ReSharper disable FieldCanBeMadeReadOnly.Global diff --git a/src/BizHawk.Common/checksums/CRC32.cs b/src/BizHawk.Common/checksums/CRC32.cs index 563d766a98..e3ce0daff2 100644 --- a/src/BizHawk.Common/checksums/CRC32.cs +++ b/src/BizHawk.Common/checksums/CRC32.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; namespace BizHawk.Common diff --git a/src/BizHawk.Common/checksums/CRC32Checksum.cs b/src/BizHawk.Common/checksums/CRC32Checksum.cs index a988b4b803..44c2eafd7c 100644 --- a/src/BizHawk.Common/checksums/CRC32Checksum.cs +++ b/src/BizHawk.Common/checksums/CRC32Checksum.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common.BufferExtensions; namespace BizHawk.Common diff --git a/src/BizHawk.Common/checksums/LibBizHash.cs b/src/BizHawk.Common/checksums/LibBizHash.cs index f2aca3f6b9..3bd9051418 100644 --- a/src/BizHawk.Common/checksums/LibBizHash.cs +++ b/src/BizHawk.Common/checksums/LibBizHash.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; namespace BizHawk.Common diff --git a/src/BizHawk.Common/checksums/MD5Checksum.cs b/src/BizHawk.Common/checksums/MD5Checksum.cs index fc3c9ba42d..ae22a96cf4 100644 --- a/src/BizHawk.Common/checksums/MD5Checksum.cs +++ b/src/BizHawk.Common/checksums/MD5Checksum.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using System.Security.Cryptography; diff --git a/src/BizHawk.Common/checksums/SHA1Checksum.cs b/src/BizHawk.Common/checksums/SHA1Checksum.cs index ec4b8df280..0abe8f4b1a 100644 --- a/src/BizHawk.Common/checksums/SHA1Checksum.cs +++ b/src/BizHawk.Common/checksums/SHA1Checksum.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Cryptography; diff --git a/src/BizHawk.Common/checksums/SHA256Checksum.cs b/src/BizHawk.Common/checksums/SHA256Checksum.cs index 71779985ac..c8e5d58768 100644 --- a/src/BizHawk.Common/checksums/SHA256Checksum.cs +++ b/src/BizHawk.Common/checksums/SHA256Checksum.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using System.Security.Cryptography; diff --git a/src/BizHawk.Common/zstd/LibZstd.cs b/src/BizHawk.Common/zstd/LibZstd.cs index e257dbd7f3..92ec537532 100644 --- a/src/BizHawk.Common/zstd/LibZstd.cs +++ b/src/BizHawk.Common/zstd/LibZstd.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Common/zstd/Zstd.cs b/src/BizHawk.Common/zstd/Zstd.cs index 5dc0fa1ad1..566b561c91 100644 --- a/src/BizHawk.Common/zstd/Zstd.cs +++ b/src/BizHawk.Common/zstd/Zstd.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Common/Base Implementations/Axes/AxisDict.cs b/src/BizHawk.Emulation.Common/Base Implementations/Axes/AxisDict.cs index 0973c5852a..bc054dfb83 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/Axes/AxisDict.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/Axes/AxisDict.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/BizHawk.Emulation.Common/Base Implementations/Axes/AxisSpec.cs b/src/BizHawk.Emulation.Common/Base Implementations/Axes/AxisSpec.cs index d9a683703c..51e1b685b4 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/Axes/AxisSpec.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/Axes/AxisSpec.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/Base Implementations/Axes/CircularAxisConstraint.cs b/src/BizHawk.Emulation.Common/Base Implementations/Axes/CircularAxisConstraint.cs index c56dc67ea9..2a5ce75e3a 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/Axes/CircularAxisConstraint.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/Axes/CircularAxisConstraint.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common { public sealed class CircularAxisConstraint : AxisConstraint diff --git a/src/BizHawk.Emulation.Common/Base Implementations/BasicServiceProvider.cs b/src/BizHawk.Emulation.Common/Base Implementations/BasicServiceProvider.cs index 1b61370d96..d44da7836a 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/BasicServiceProvider.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/BasicServiceProvider.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Common/Base Implementations/CallbackBasedTraceBuffer.cs b/src/BizHawk.Emulation.Common/Base Implementations/CallbackBasedTraceBuffer.cs index 7f65081db9..0628d67ce4 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/CallbackBasedTraceBuffer.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/CallbackBasedTraceBuffer.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/Base Implementations/CodeDataLog.cs b/src/BizHawk.Emulation.Common/Base Implementations/CodeDataLog.cs index cb28e261ac..21380f4060 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/CodeDataLog.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/CodeDataLog.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Common/Base Implementations/ControllerDefinition.cs b/src/BizHawk.Emulation.Common/Base Implementations/ControllerDefinition.cs index 5b95fb9a79..302d21eefa 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/ControllerDefinition.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/ControllerDefinition.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; diff --git a/src/BizHawk.Emulation.Common/Base Implementations/InputCallbackSystem.cs b/src/BizHawk.Emulation.Common/Base Implementations/InputCallbackSystem.cs index ed67e782b0..ad0f30e82c 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/InputCallbackSystem.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/InputCallbackSystem.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Common/Base Implementations/LinkedDebuggable.cs b/src/BizHawk.Emulation.Common/Base Implementations/LinkedDebuggable.cs index 8572c9ec3e..c73210adec 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/LinkedDebuggable.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/LinkedDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Common/Base Implementations/LinkedMemoryDomains.cs b/src/BizHawk.Emulation.Common/Base Implementations/LinkedMemoryDomains.cs index 4670c57c0b..23047f428f 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/LinkedMemoryDomains.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/LinkedMemoryDomains.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/Base Implementations/LinkedSaveRam.cs b/src/BizHawk.Emulation.Common/Base Implementations/LinkedSaveRam.cs index f5235841f2..fd5da55402 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/LinkedSaveRam.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/LinkedSaveRam.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/Base Implementations/MemoryBasedInputCallbackSystem.cs b/src/BizHawk.Emulation.Common/Base Implementations/MemoryBasedInputCallbackSystem.cs index df0f759844..92420d4024 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/MemoryBasedInputCallbackSystem.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/MemoryBasedInputCallbackSystem.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.Common/Base Implementations/MemoryCallbackSystem.cs b/src/BizHawk.Emulation.Common/Base Implementations/MemoryCallbackSystem.cs index 3a14bc6786..9f2433e7c3 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/MemoryCallbackSystem.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/MemoryCallbackSystem.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Linq; using System.Collections; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomain.cs b/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomain.cs index 2f89aed99f..6486115c72 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomain.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomain.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using BizHawk.Common; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomainImpls.cs b/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomainImpls.cs index 6393101dd3..2d9ef3f61b 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomainImpls.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomainImpls.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Runtime.InteropServices; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomainList.cs b/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomainList.cs index 2261f44272..fb046ddc65 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomainList.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomainList.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; diff --git a/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomainStream.cs b/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomainStream.cs index 795d4ddb13..82c2342154 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomainStream.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/MemoryDomainStream.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.IO; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Common/Base Implementations/NullController.cs b/src/BizHawk.Emulation.Common/Base Implementations/NullController.cs index 3017554fe5..42e7c7b80d 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/NullController.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/NullController.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/Base Implementations/NullSound.cs b/src/BizHawk.Emulation.Common/Base Implementations/NullSound.cs index dfc8c57181..2bce9b8683 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/NullSound.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/NullSound.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common { /// diff --git a/src/BizHawk.Emulation.Common/Base Implementations/NullVideo.cs b/src/BizHawk.Emulation.Common/Base Implementations/NullVideo.cs index 4b04dbdb9b..0a04de87d7 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/NullVideo.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/NullVideo.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common { /// diff --git a/src/BizHawk.Emulation.Common/Base Implementations/SimpleSyncSoundProvider.cs b/src/BizHawk.Emulation.Common/Base Implementations/SimpleSyncSoundProvider.cs index 037b1ddce5..0ce4c4c7b2 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/SimpleSyncSoundProvider.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/SimpleSyncSoundProvider.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common.Base_Implementations { /// diff --git a/src/BizHawk.Emulation.Common/Base Implementations/StateSerializer.cs b/src/BizHawk.Emulation.Common/Base Implementations/StateSerializer.cs index b864951020..4fb8c6074c 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/StateSerializer.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/StateSerializer.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.IO; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Common/ControllerDefinitionMerger.cs b/src/BizHawk.Emulation.Common/ControllerDefinitionMerger.cs index 4d7fa28b82..ffbbb08a64 100644 --- a/src/BizHawk.Emulation.Common/ControllerDefinitionMerger.cs +++ b/src/BizHawk.Emulation.Common/ControllerDefinitionMerger.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Common/CoreAttribute.cs b/src/BizHawk.Emulation.Common/CoreAttribute.cs index 21ee164d6d..79cc4e5a68 100644 --- a/src/BizHawk.Emulation.Common/CoreAttribute.cs +++ b/src/BizHawk.Emulation.Common/CoreAttribute.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common { [AttributeUsage(AttributeTargets.Class)] diff --git a/src/BizHawk.Emulation.Common/CoreComms.cs b/src/BizHawk.Emulation.Common/CoreComms.cs index 0d4c528dd1..3f3a7a0c5b 100644 --- a/src/BizHawk.Emulation.Common/CoreComms.cs +++ b/src/BizHawk.Emulation.Common/CoreComms.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common { /// diff --git a/src/BizHawk.Emulation.Common/DSKIdentifier.cs b/src/BizHawk.Emulation.Common/DSKIdentifier.cs index 743545e78e..5f1499e028 100644 --- a/src/BizHawk.Emulation.Common/DSKIdentifier.cs +++ b/src/BizHawk.Emulation.Common/DSKIdentifier.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Linq; using System.Text; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Common/Database/Database.cs b/src/BizHawk.Emulation.Common/Database/Database.cs index ee6d4a61c6..72be08b014 100644 --- a/src/BizHawk.Emulation.Common/Database/Database.cs +++ b/src/BizHawk.Emulation.Common/Database/Database.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; diff --git a/src/BizHawk.Emulation.Common/Database/FirmwareFile.cs b/src/BizHawk.Emulation.Common/Database/FirmwareFile.cs index 4dd59396ec..0576129e06 100644 --- a/src/BizHawk.Emulation.Common/Database/FirmwareFile.cs +++ b/src/BizHawk.Emulation.Common/Database/FirmwareFile.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Common/Database/FirmwareID.cs b/src/BizHawk.Emulation.Common/Database/FirmwareID.cs index a0bdbdd718..98f5619894 100644 --- a/src/BizHawk.Emulation.Common/Database/FirmwareID.cs +++ b/src/BizHawk.Emulation.Common/Database/FirmwareID.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/Database/FirmwareOption.cs b/src/BizHawk.Emulation.Common/Database/FirmwareOption.cs index 3fb72926b6..205f1b4b8e 100644 --- a/src/BizHawk.Emulation.Common/Database/FirmwareOption.cs +++ b/src/BizHawk.Emulation.Common/Database/FirmwareOption.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common { public readonly struct FirmwareOption : IEquatable diff --git a/src/BizHawk.Emulation.Common/Database/FirmwarePatchData.cs b/src/BizHawk.Emulation.Common/Database/FirmwarePatchData.cs index 233e854127..5239a4b005 100644 --- a/src/BizHawk.Emulation.Common/Database/FirmwarePatchData.cs +++ b/src/BizHawk.Emulation.Common/Database/FirmwarePatchData.cs @@ -1,6 +1,3 @@ - -using System; - namespace BizHawk.Emulation.Common { /// diff --git a/src/BizHawk.Emulation.Common/Database/FirmwareRecord.cs b/src/BizHawk.Emulation.Common/Database/FirmwareRecord.cs index b1b1ee05b6..23cc72c9b6 100644 --- a/src/BizHawk.Emulation.Common/Database/FirmwareRecord.cs +++ b/src/BizHawk.Emulation.Common/Database/FirmwareRecord.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common { public readonly struct FirmwareRecord : IEquatable diff --git a/src/BizHawk.Emulation.Common/EmulationExceptions.cs b/src/BizHawk.Emulation.Common/EmulationExceptions.cs index 1a729e9293..e5584eb699 100644 --- a/src/BizHawk.Emulation.Common/EmulationExceptions.cs +++ b/src/BizHawk.Emulation.Common/EmulationExceptions.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common { public class MissingFirmwareException : Exception diff --git a/src/BizHawk.Emulation.Common/Extensions.cs b/src/BizHawk.Emulation.Common/Extensions.cs index ca56f92717..07742c0db8 100644 --- a/src/BizHawk.Emulation.Common/Extensions.cs +++ b/src/BizHawk.Emulation.Common/Extensions.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/src/BizHawk.Emulation.Common/Interfaces/IEmulator.cs b/src/BizHawk.Emulation.Common/Interfaces/IEmulator.cs index 1dc0f78735..b6ed8f9290 100644 --- a/src/BizHawk.Emulation.Common/Interfaces/IEmulator.cs +++ b/src/BizHawk.Emulation.Common/Interfaces/IEmulator.cs @@ -1,7 +1,5 @@ #nullable disable -using System; - namespace BizHawk.Emulation.Common { /// diff --git a/src/BizHawk.Emulation.Common/Interfaces/IEmulatorServiceProvider.cs b/src/BizHawk.Emulation.Common/Interfaces/IEmulatorServiceProvider.cs index 04161897cc..efd87821d0 100644 --- a/src/BizHawk.Emulation.Common/Interfaces/IEmulatorServiceProvider.cs +++ b/src/BizHawk.Emulation.Common/Interfaces/IEmulatorServiceProvider.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/Interfaces/IInputCallbackSystem.cs b/src/BizHawk.Emulation.Common/Interfaces/IInputCallbackSystem.cs index 0dba96cbb0..bd26c688e1 100644 --- a/src/BizHawk.Emulation.Common/Interfaces/IInputCallbackSystem.cs +++ b/src/BizHawk.Emulation.Common/Interfaces/IInputCallbackSystem.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/Interfaces/IMemoryCallbackSystem.cs b/src/BizHawk.Emulation.Common/Interfaces/IMemoryCallbackSystem.cs index 1c6e9ad9a2..7a9af207a8 100644 --- a/src/BizHawk.Emulation.Common/Interfaces/IMemoryCallbackSystem.cs +++ b/src/BizHawk.Emulation.Common/Interfaces/IMemoryCallbackSystem.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/Interfaces/IOpenGLProvider.cs b/src/BizHawk.Emulation.Common/Interfaces/IOpenGLProvider.cs index 61e0e74935..10ba1498a5 100644 --- a/src/BizHawk.Emulation.Common/Interfaces/IOpenGLProvider.cs +++ b/src/BizHawk.Emulation.Common/Interfaces/IOpenGLProvider.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common { /// diff --git a/src/BizHawk.Emulation.Common/Interfaces/Services/ICodeDataLogger.cs b/src/BizHawk.Emulation.Common/Interfaces/Services/ICodeDataLogger.cs index fb8853e645..82ace49a3b 100644 --- a/src/BizHawk.Emulation.Common/Interfaces/Services/ICodeDataLogger.cs +++ b/src/BizHawk.Emulation.Common/Interfaces/Services/ICodeDataLogger.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.Common/Interfaces/Services/IDebuggable.cs b/src/BizHawk.Emulation.Common/Interfaces/Services/IDebuggable.cs index 54d52b19bb..b654978b7e 100644 --- a/src/BizHawk.Emulation.Common/Interfaces/Services/IDebuggable.cs +++ b/src/BizHawk.Emulation.Common/Interfaces/Services/IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/Interfaces/Services/IDisassemblable.cs b/src/BizHawk.Emulation.Common/Interfaces/Services/IDisassemblable.cs index 8fed0a4555..a653f5aa87 100644 --- a/src/BizHawk.Emulation.Common/Interfaces/Services/IDisassemblable.cs +++ b/src/BizHawk.Emulation.Common/Interfaces/Services/IDisassemblable.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.Common/Interfaces/Services/ISettable.cs b/src/BizHawk.Emulation.Common/Interfaces/Services/ISettable.cs index 55b95b34c1..7fc2a83a17 100644 --- a/src/BizHawk.Emulation.Common/Interfaces/Services/ISettable.cs +++ b/src/BizHawk.Emulation.Common/Interfaces/Services/ISettable.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Linq; using System.Reflection; diff --git a/src/BizHawk.Emulation.Common/Interfaces/Services/ISoundProvider.cs b/src/BizHawk.Emulation.Common/Interfaces/Services/ISoundProvider.cs index b83161de34..58a07c8d8e 100644 --- a/src/BizHawk.Emulation.Common/Interfaces/Services/ISoundProvider.cs +++ b/src/BizHawk.Emulation.Common/Interfaces/Services/ISoundProvider.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common { public enum SyncSoundMode diff --git a/src/BizHawk.Emulation.Common/Interfaces/Services/IVideoProvider.cs b/src/BizHawk.Emulation.Common/Interfaces/Services/IVideoProvider.cs index 20abcc9ebb..0443040e0c 100644 --- a/src/BizHawk.Emulation.Common/Interfaces/Services/IVideoProvider.cs +++ b/src/BizHawk.Emulation.Common/Interfaces/Services/IVideoProvider.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common { /// diff --git a/src/BizHawk.Emulation.Common/N64RomByteswapper.cs b/src/BizHawk.Emulation.Common/N64RomByteswapper.cs index e986da338f..cafcdb5913 100644 --- a/src/BizHawk.Emulation.Common/N64RomByteswapper.cs +++ b/src/BizHawk.Emulation.Common/N64RomByteswapper.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/SaveController.cs b/src/BizHawk.Emulation.Common/SaveController.cs index 079710f514..e8f7d65b0b 100644 --- a/src/BizHawk.Emulation.Common/SaveController.cs +++ b/src/BizHawk.Emulation.Common/SaveController.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Emulation.Common/ServiceAttributes.cs b/src/BizHawk.Emulation.Common/ServiceAttributes.cs index 442cb9f9c0..87e0fd4e4e 100644 --- a/src/BizHawk.Emulation.Common/ServiceAttributes.cs +++ b/src/BizHawk.Emulation.Common/ServiceAttributes.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Common/ServiceInjector.cs b/src/BizHawk.Emulation.Common/ServiceInjector.cs index 38f8416919..814bb9aed3 100644 --- a/src/BizHawk.Emulation.Common/ServiceInjector.cs +++ b/src/BizHawk.Emulation.Common/ServiceInjector.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Reflection; diff --git a/src/BizHawk.Emulation.Common/Sound/BlipBuffer.cs b/src/BizHawk.Emulation.Common/Sound/BlipBuffer.cs index 432fafcf88..b93c7de873 100644 --- a/src/BizHawk.Emulation.Common/Sound/BlipBuffer.cs +++ b/src/BizHawk.Emulation.Common/Sound/BlipBuffer.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Runtime.InteropServices; // ReSharper disable StyleCop.SA1300 diff --git a/src/BizHawk.Emulation.Common/Sound/DCFilter.cs b/src/BizHawk.Emulation.Common/Sound/DCFilter.cs index 6e6f737dae..2666cc954a 100644 --- a/src/BizHawk.Emulation.Common/Sound/DCFilter.cs +++ b/src/BizHawk.Emulation.Common/Sound/DCFilter.cs @@ -1,7 +1,5 @@ #nullable disable -using System; - namespace BizHawk.Emulation.Common { /// diff --git a/src/BizHawk.Emulation.Common/Sound/SDLResampler.cs b/src/BizHawk.Emulation.Common/Sound/SDLResampler.cs index 2e1f23db5b..b4fa081419 100644 --- a/src/BizHawk.Emulation.Common/Sound/SDLResampler.cs +++ b/src/BizHawk.Emulation.Common/Sound/SDLResampler.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Runtime.InteropServices; using static SDL2.SDL; diff --git a/src/BizHawk.Emulation.Common/TextState.cs b/src/BizHawk.Emulation.Common/TextState.cs index 2500b79b31..d237414275 100644 --- a/src/BizHawk.Emulation.Common/TextState.cs +++ b/src/BizHawk.Emulation.Common/TextState.cs @@ -1,6 +1,5 @@ #nullable disable -using System; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Common/U8ArrayAsNormalJSONListConverter.cs b/src/BizHawk.Emulation.Common/U8ArrayAsNormalJSONListConverter.cs index 4ab496833e..083e50876c 100644 --- a/src/BizHawk.Emulation.Common/U8ArrayAsNormalJSONListConverter.cs +++ b/src/BizHawk.Emulation.Common/U8ArrayAsNormalJSONListConverter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using Newtonsoft.Json; diff --git a/src/BizHawk.Emulation.Common/filetype_detectors/SatellaviewFileTypeDetector.cs b/src/BizHawk.Emulation.Common/filetype_detectors/SatellaviewFileTypeDetector.cs index 4a051dd4e9..c8913be515 100644 --- a/src/BizHawk.Emulation.Common/filetype_detectors/SatellaviewFileTypeDetector.cs +++ b/src/BizHawk.Emulation.Common/filetype_detectors/SatellaviewFileTypeDetector.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Common/vpads_schemata/IVirtualPadSchema.cs b/src/BizHawk.Emulation.Common/vpads_schemata/IVirtualPadSchema.cs index 711b5b8d8f..f2a8e551e5 100644 --- a/src/BizHawk.Emulation.Common/vpads_schemata/IVirtualPadSchema.cs +++ b/src/BizHawk.Emulation.Common/vpads_schemata/IVirtualPadSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Common diff --git a/src/BizHawk.Emulation.Common/vpads_schemata/SchemaAttribute.cs b/src/BizHawk.Emulation.Common/vpads_schemata/SchemaAttribute.cs index 5cb6603850..c9266bd371 100644 --- a/src/BizHawk.Emulation.Common/vpads_schemata/SchemaAttribute.cs +++ b/src/BizHawk.Emulation.Common/vpads_schemata/SchemaAttribute.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Common { [AttributeUsage(AttributeTargets.Class)] diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/LibMAME.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/LibMAME.cs index 93ea8033ed..fa4ce8eee4 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/LibMAME.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/LibMAME.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.IInputPollable.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.IInputPollable.cs index 27f2751ef1..cbc93ea37e 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.IInputPollable.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.IInputPollable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISaveRam.cs index 02e5b697ac..921d6b918a 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISettable.ComponentModel.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISettable.ComponentModel.cs index fc506c69ff..9a95ee2994 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISettable.ComponentModel.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISettable.ComponentModel.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISettable.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISettable.cs index d2c066f1b4..a2b5e39ce2 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISoundProvider.cs index 5caabf0290..9b69526167 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.ISoundProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Arcades.MAME diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.IVideoProvider.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.IVideoProvider.cs index 92ec289baa..99d1962996 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.IVideoProvider.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.IVideoProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Arcades.MAME diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.MemoryDomains.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.MemoryDomains.cs index f203b1bfb3..5ab82b5fb2 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.MemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.MemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs index 6fffc072ae..6c0f486bce 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAMEMachineDB.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAMEMachineDB.cs index 94f064d08f..b6524909c3 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAMEMachineDB.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAMEMachineDB.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; diff --git a/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/DataMovement.cs b/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/DataMovement.cs index dcb960e4e3..11e57968f7 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/DataMovement.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/DataMovement.cs @@ -1,4 +1,3 @@ -using System; using System.Text; namespace BizHawk.Emulation.Cores.Components.M68000 diff --git a/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/IntegerMath.cs b/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/IntegerMath.cs index d3ffba6a8b..bc023efbbd 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/IntegerMath.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/IntegerMath.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Components.M68000 { partial class MC68000 diff --git a/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/ProgramFlow.cs b/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/ProgramFlow.cs index 9aa956a982..f23ed72c82 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/ProgramFlow.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/ProgramFlow.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Components.M68000 { partial class MC68000 diff --git a/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/Supervisor.cs b/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/Supervisor.cs index 948a9d4c71..5b5d23c8b3 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/Supervisor.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/68000/Instructions/Supervisor.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Components.M68000 { partial class MC68000 diff --git a/src/BizHawk.Emulation.Cores/CPUs/68000/MC68000.cs b/src/BizHawk.Emulation.Cores/CPUs/68000/MC68000.cs index ec0ff46723..c5e1afdf8d 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/68000/MC68000.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/68000/MC68000.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using System.IO; using System.Globalization; diff --git a/src/BizHawk.Emulation.Cores/CPUs/68000/Memory.cs b/src/BizHawk.Emulation.Cores/CPUs/68000/Memory.cs index d456c4c5d4..526ac2afc7 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/68000/Memory.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/68000/Memory.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Components.M68000 { partial class MC68000 diff --git a/src/BizHawk.Emulation.Cores/CPUs/68000/OpcodeTable.cs b/src/BizHawk.Emulation.Cores/CPUs/68000/OpcodeTable.cs index e6fc59cccf..193c683b1d 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/68000/OpcodeTable.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/68000/OpcodeTable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Cores/CPUs/ARM/Darm.cs b/src/BizHawk.Emulation.Cores/CPUs/ARM/Darm.cs index 2f51213b6b..a8dbdd8afc 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/ARM/Darm.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/ARM/Darm.cs @@ -1,4 +1,3 @@ -using System; using System.Text; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs b/src/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs index 42a6597b06..e1eae87e5c 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.cs b/src/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.cs index 34d2d7828e..7ac19d0874 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.Disassembler.cs b/src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.Disassembler.cs index d49878aa9c..89a878243f 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.Disassembler.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.Disassembler.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.Registers.cs b/src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.Registers.cs index 2981c7ebe1..7dd49c228b 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.Registers.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.Registers.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common.StringExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.cs b/src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.cs index 5d031e8359..23d0ce1f01 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/HuC6280/Disassembler.cs b/src/BizHawk.Emulation.Cores/CPUs/HuC6280/Disassembler.cs index ab99cae77a..6ed303216e 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/HuC6280/Disassembler.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/HuC6280/Disassembler.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Components.H6280 { public partial class HuC6280 diff --git a/src/BizHawk.Emulation.Cores/CPUs/HuC6280/Execute.cs b/src/BizHawk.Emulation.Cores/CPUs/HuC6280/Execute.cs index d3e66d091a..ddecf3cd13 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/HuC6280/Execute.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/HuC6280/Execute.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common.StringExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/HuC6280/HuC6280.cs b/src/BizHawk.Emulation.Cores/CPUs/HuC6280/HuC6280.cs index 2b019d533a..ce1ab42d21 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/HuC6280/HuC6280.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/HuC6280/HuC6280.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/HuC6280/HuC6280_CDL.cs b/src/BizHawk.Emulation.Cores/CPUs/HuC6280/HuC6280_CDL.cs index b87e482e69..0da23e2a8c 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/HuC6280/HuC6280_CDL.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/HuC6280/HuC6280_CDL.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/Intel8048/Disassembler.cs b/src/BizHawk.Emulation.Cores/CPUs/Intel8048/Disassembler.cs index ae81dd1f92..c67c3f2283 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/Intel8048/Disassembler.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/Intel8048/Disassembler.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/CPUs/Intel8048/I8048.cs b/src/BizHawk.Emulation.Cores/CPUs/Intel8048/I8048.cs index 0badf0243b..c9618233cd 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/Intel8048/I8048.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/Intel8048/I8048.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/Intel8048/Interrupts.cs b/src/BizHawk.Emulation.Cores/CPUs/Intel8048/Interrupts.cs index bae5874f57..f8fff3fac8 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/Intel8048/Interrupts.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/Intel8048/Interrupts.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Components.I8048 { public partial class I8048 diff --git a/src/BizHawk.Emulation.Cores/CPUs/Intel8048/OP_Tables.cs b/src/BizHawk.Emulation.Cores/CPUs/Intel8048/OP_Tables.cs index dd6b1bba20..2edd662926 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/Intel8048/OP_Tables.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/Intel8048/OP_Tables.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common.NumberExtensions; namespace BizHawk.Emulation.Cores.Components.I8048 diff --git a/src/BizHawk.Emulation.Cores/CPUs/Intel8048/Registers.cs b/src/BizHawk.Emulation.Cores/CPUs/Intel8048/Registers.cs index 95c8aa8d5d..45af80c93e 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/Intel8048/Registers.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/Intel8048/Registers.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/LR35902/LR35902.cs b/src/BizHawk.Emulation.Cores/CPUs/LR35902/LR35902.cs index 0243f09fbb..285e552646 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/LR35902/LR35902.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/LR35902/LR35902.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/CPUs/LR35902/NewDisassembler.cs b/src/BizHawk.Emulation.Cores/CPUs/LR35902/NewDisassembler.cs index 840294ffd2..b6cd9a4eaa 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/LR35902/NewDisassembler.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/LR35902/NewDisassembler.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/CPUs/LR35902/Registers.cs b/src/BizHawk.Emulation.Cores/CPUs/LR35902/Registers.cs index ecd6a5e932..6ae3f4e20e 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/LR35902/Registers.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/LR35902/Registers.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/MC6800/Disassembler.cs b/src/BizHawk.Emulation.Cores/CPUs/MC6800/Disassembler.cs index d5b41fe026..b1d8c9cd1a 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/MC6800/Disassembler.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/MC6800/Disassembler.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/CPUs/MC6800/Interrupts.cs b/src/BizHawk.Emulation.Cores/CPUs/MC6800/Interrupts.cs index abcf695b21..efdb0d54b5 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/MC6800/Interrupts.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/MC6800/Interrupts.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Components.MC6800 { public partial class MC6800 diff --git a/src/BizHawk.Emulation.Cores/CPUs/MC6800/MC6800.cs b/src/BizHawk.Emulation.Cores/CPUs/MC6800/MC6800.cs index 407578349f..15ff5e1012 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/MC6800/MC6800.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/MC6800/MC6800.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/MC6809/Disassembler.cs b/src/BizHawk.Emulation.Cores/CPUs/MC6809/Disassembler.cs index 6df0489009..ffb9527e73 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/MC6809/Disassembler.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/MC6809/Disassembler.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/CPUs/MC6809/Interrupts.cs b/src/BizHawk.Emulation.Cores/CPUs/MC6809/Interrupts.cs index 094463cbd9..f300046009 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/MC6809/Interrupts.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/MC6809/Interrupts.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Components.MC6809 { public partial class MC6809 diff --git a/src/BizHawk.Emulation.Cores/CPUs/MC6809/MC6809.cs b/src/BizHawk.Emulation.Cores/CPUs/MC6809/MC6809.cs index 00ee253c9c..1059e1c3e6 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/MC6809/MC6809.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/MC6809/MC6809.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/MC6809/Registers.cs b/src/BizHawk.Emulation.Cores/CPUs/MC6809/Registers.cs index 9772ff5400..dbf68a0547 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/MC6809/Registers.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/MC6809/Registers.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/Disassembler.cs b/src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/Disassembler.cs index d88c7491ff..5af1922495 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/Disassembler.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/Disassembler.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/Execute.cs b/src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/Execute.cs index 1421d7606f..d2aff337be 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/Execute.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/Execute.cs @@ -1,6 +1,5 @@ //http://nesdev.parodius.com/6502_cpu.txt -using System; using System.Runtime.CompilerServices; using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/MOS6502X.cs b/src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/MOS6502X.cs index 5f58193b05..deb90fe66d 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/MOS6502X.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/MOS 6502X/MOS6502X.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/W65816/Disassembler.cs b/src/BizHawk.Emulation.Cores/CPUs/W65816/Disassembler.cs index 0f66bc23bc..a77a378c2d 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/W65816/Disassembler.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/W65816/Disassembler.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/CPUs/Z80A/Interrupts.cs b/src/BizHawk.Emulation.Cores/CPUs/Z80A/Interrupts.cs index ae42bb7f13..3814dfe233 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/Z80A/Interrupts.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/Z80A/Interrupts.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Components.Z80A { public partial class Z80A diff --git a/src/BizHawk.Emulation.Cores/CPUs/Z80A/NewDisassembler.cs b/src/BizHawk.Emulation.Cores/CPUs/Z80A/NewDisassembler.cs index 2c6848d1a4..d2c57d422e 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/Z80A/NewDisassembler.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/Z80A/NewDisassembler.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Cores/CPUs/Z80A/Z80A.cs b/src/BizHawk.Emulation.Cores/CPUs/Z80A/Z80A.cs index 75181abe6d..1debee7abc 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/Z80A/Z80A.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/Z80A/Z80A.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/CPUs/x86/Execute.cs b/src/BizHawk.Emulation.Cores/CPUs/x86/Execute.cs index 9dfe0ac01b..f5b8c6864f 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/x86/Execute.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/x86/Execute.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Components.x86 { public partial class x86 where TCpu : struct, x86CpuType diff --git a/src/BizHawk.Emulation.Cores/CPUs/x86/x86.cs b/src/BizHawk.Emulation.Cores/CPUs/x86/x86.cs index a5dcfa685f..319fa0f566 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/x86/x86.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/x86/x86.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; namespace BizHawk.Emulation.Cores.Components.x86 diff --git a/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IDebuggable.cs index a62c5fc1f8..e30174a096 100644 --- a/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IEmulator.cs b/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IEmulator.cs index 6b4c26f0bd..1035e4ad69 100644 --- a/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IEmulator.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Calculators.Emu83 diff --git a/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IMemoryDomains.cs index 0d1c9da77f..60dfbefcda 100644 --- a/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IStatable.cs b/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IStatable.cs index 1e9b25707e..428eb22b3f 100644 --- a/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IStatable.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.cs b/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.cs index 6cdc1f7361..b1c8153b48 100644 --- a/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.cs +++ b/src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Calculators/Emu83/LibEmu83.cs b/src/BizHawk.Emulation.Cores/Calculators/Emu83/LibEmu83.cs index 40014d8d36..f97c208fcf 100644 --- a/src/BizHawk.Emulation.Cores/Calculators/Emu83/LibEmu83.cs +++ b/src/BizHawk.Emulation.Cores/Calculators/Emu83/LibEmu83.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.IDebuggable.cs index b55e40fac3..cbf4dd9b5e 100644 --- a/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.IMemoryDomains.cs index d5faf55949..3c02e355b7 100644 --- a/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.cs b/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.cs index 8b3a5fac22..0f31fa6874 100644 --- a/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.cs +++ b/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.Z80A; diff --git a/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83LinkPort.cs b/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83LinkPort.cs index e2cabbfeb0..5291ab378d 100644 --- a/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83LinkPort.cs +++ b/src/BizHawk.Emulation.Cores/Calculators/TI83/TI83LinkPort.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Emulation.Cores/Computers/Amiga/LibPUAE.cs b/src/BizHawk.Emulation.Cores/Computers/Amiga/LibPUAE.cs index cca7c26feb..eb45c72407 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Amiga/LibPUAE.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Amiga/LibPUAE.cs @@ -1,7 +1,6 @@ using BizHawk.BizInvoke; using BizHawk.Emulation.Cores.Waterbox; -using System; using System.Runtime.InteropServices; namespace BizHawk.Emulation.Cores.Computers.Amiga diff --git a/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.ISettable.cs b/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.ISettable.cs index b5dfa5d24a..e0ddcd356c 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs b/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs index a3875ec103..5fae12b66a 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs @@ -5,7 +5,6 @@ using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Waterbox; //using BizHawk.Emulation.DiscSystem; -using System; using System.Collections.Generic; using System.IO; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.IDebuggable.cs index d131642217..ef4dcd9284 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.IMemoryDomains.cs index 9d21bada1b..abe55a6c9d 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.Util.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.Util.cs index 61d92baf09..d5008f8835 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.Util.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.Util.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Linq.Expressions; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.cs index c7a2f07cd8..7088179efc 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/AmstradCPC.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Datacorder/DatacorderDevice.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Datacorder/DatacorderDevice.cs index 049c1983f7..679697153b 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Datacorder/DatacorderDevice.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Datacorder/DatacorderDevice.cs @@ -1,6 +1,6 @@ using BizHawk.Common; using BizHawk.Emulation.Cores.Components.Z80A; -using System; + using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Disk/NECUPD765.Definitions.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Disk/NECUPD765.Definitions.cs index 576f8886c4..3738136928 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Disk/NECUPD765.Definitions.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Disk/NECUPD765.Definitions.cs @@ -1,5 +1,4 @@ using BizHawk.Common; -using System; namespace BizHawk.Emulation.Cores.Computers.AmstradCPC { diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Disk/NECUPD765.FDD.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Disk/NECUPD765.FDD.cs index 18f07af11a..ead144fb44 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Disk/NECUPD765.FDD.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Disk/NECUPD765.FDD.cs @@ -1,6 +1,5 @@ using BizHawk.Common; using BizHawk.Common.NumberExtensions; -using System; namespace BizHawk.Emulation.Cores.Computers.AmstradCPC { diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Disk/NECUPD765.IPortIODevice.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Disk/NECUPD765.IPortIODevice.cs index 763080209c..2c37ce0579 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Disk/NECUPD765.IPortIODevice.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Disk/NECUPD765.IPortIODevice.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.Globalization; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Display/AmstradGateArray.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Display/AmstradGateArray.cs index 7384e398f0..c2fee65e2a 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Display/AmstradGateArray.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Display/AmstradGateArray.cs @@ -2,7 +2,7 @@ using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.Z80A; -using System; + using System.Collections; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Display/CRTDevice.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Display/CRTDevice.cs index 06461dadcb..1a727651af 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Display/CRTDevice.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Display/CRTDevice.cs @@ -1,7 +1,6 @@ using BizHawk.Common; using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Common; -using System; namespace BizHawk.Emulation.Cores.Computers.AmstradCPC { diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Input/StandardKeyboard.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Input/StandardKeyboard.cs index 5c3eb8a24d..67fcd48525 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Input/StandardKeyboard.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/Input/StandardKeyboard.cs @@ -1,5 +1,5 @@ using BizHawk.Common; -using System; + using System.Collections; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/SoundOutput/AY38912.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/SoundOutput/AY38912.cs index 0e2134c332..84157ee241 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/SoundOutput/AY38912.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/SoundOutput/AY38912.cs @@ -1,6 +1,6 @@ using BizHawk.Common; using BizHawk.Emulation.Common; -using System; + using System.Collections.Generic; namespace BizHawk.Emulation.Cores.Computers.AmstradCPC diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/SoundOutput/Beeper.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/SoundOutput/Beeper.cs index 204a2a21e8..5decb62384 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/SoundOutput/Beeper.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Hardware/SoundOutput/Beeper.cs @@ -1,6 +1,5 @@ using BizHawk.Common; using BizHawk.Emulation.Common; -using System; namespace BizHawk.Emulation.Cores.Computers.AmstradCPC { diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/CPC464/CPC464.Port.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/CPC464/CPC464.Port.cs index 9d2d10e321..d32a2ad4bf 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/CPC464/CPC464.Port.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/CPC464/CPC464.Port.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; namespace BizHawk.Emulation.Cores.Computers.AmstradCPC diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/CPC6128/CPC6128.Port.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/CPC6128/CPC6128.Port.cs index 6cd4c5706c..537a18f525 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/CPC6128/CPC6128.Port.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/CPC6128/CPC6128.Port.cs @@ -1,5 +1,5 @@ using BizHawk.Common.NumberExtensions; -using System; + using System.Collections; namespace BizHawk.Emulation.Cores.Computers.AmstradCPC diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/CPCBase.Media.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/CPCBase.Media.cs index 02dc1620eb..98841d815c 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/CPCBase.Media.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/CPCBase.Media.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/GateArrayBase.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/GateArrayBase.cs index 71cf090839..abf51750c1 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/GateArrayBase.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Machine/GateArrayBase.cs @@ -1,7 +1,7 @@ using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.Z80A; -using System; + using System.Collections; namespace BizHawk.Emulation.Cores.Computers.AmstradCPC diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Disk/CPCExtendedFloppyDisk.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Disk/CPCExtendedFloppyDisk.cs index 3193db72be..cd24f967ca 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Disk/CPCExtendedFloppyDisk.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Disk/CPCExtendedFloppyDisk.cs @@ -1,6 +1,6 @@ using System.Text; using BizHawk.Common; -using System; + using System.Collections.Generic; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Disk/CPCFloppyDisk.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Disk/CPCFloppyDisk.cs index 43029789b4..a28facaa1e 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Disk/CPCFloppyDisk.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Disk/CPCFloppyDisk.cs @@ -1,7 +1,7 @@ using System.Text; using BizHawk.Common; using System.Collections.Generic; -using System; + using BizHawk.Common.StringExtensions; namespace BizHawk.Emulation.Cores.Computers.AmstradCPC diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Disk/FloppyDisk.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Disk/FloppyDisk.cs index 6caba681fe..9e6464c017 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Disk/FloppyDisk.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Disk/FloppyDisk.cs @@ -1,5 +1,5 @@ using BizHawk.Common; -using System; + using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/MediaConverter.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/MediaConverter.cs index 954f76c2de..2ad77ef297 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/MediaConverter.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/MediaConverter.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.IO.Compression; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Tape/CDT/CdtConverter.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Tape/CDT/CdtConverter.cs index 8591e2f000..c941eb3b03 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Tape/CDT/CdtConverter.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/Media/Tape/CDT/CdtConverter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/SoundProviderMixer.cs b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/SoundProviderMixer.cs index 9bc3ec6539..242c42db66 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/SoundProviderMixer.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AmstradCPC/SoundProviderMixer.cs @@ -1,5 +1,5 @@ using BizHawk.Emulation.Common; -using System; + using System.Collections.Generic; namespace BizHawk.Emulation.Cores.Computers.AmstradCPC diff --git a/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IDebuggable.cs index 9566f1b14a..390a72d132 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IMemoryDomains.cs index 6d7932bb5e..7827d8afd8 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.ISaveRam.cs index 332dda89e3..f16ff1b59f 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.ISettable.cs b/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.ISettable.cs index ba5a9519d3..0a2e634253 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.ISoundProvider.cs index a655d5247b..144eb5ed70 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.ISoundProvider.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Computers.AppleII diff --git a/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs b/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs index dfd2082afb..529ba05084 100644 --- a/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs +++ b/src/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/C64.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/C64.IMemoryDomains.cs index b89b26709b..942b495ff4 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/C64.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/C64.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/C64.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/C64.cs index 9cb55e5548..8b58d4e318 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/C64.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/C64.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/CartridgeDevice.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/CartridgeDevice.cs index 8590a1e497..97aefdca09 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/CartridgeDevice.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/CartridgeDevice.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/CartridgePort.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/CartridgePort.cs index 055f1fe0af..0c2163df5f 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/CartridgePort.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/CartridgePort.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0000.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0000.cs index 8954ace31d..54872c9773 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0000.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0000.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0001.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0001.cs index a7d662796f..2ec151991a 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0001.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0001.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0005.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0005.cs index 1fa7e79876..bbefdb5f44 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0005.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0005.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper000A.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper000A.cs index 7916a45765..a2dec44f0c 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper000A.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper000A.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper000B.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper000B.cs index 9adbd5406d..56d7b7cffc 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper000B.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper000B.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper000F.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper000F.cs index 2d8090a96f..250490ed85 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper000F.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper000F.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0012.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0012.cs index 22783696fa..0c0ed5731e 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0012.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0012.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0013.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0013.cs index 19fce67c3e..946cc45448 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0013.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0013.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0020.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0020.cs index 2ff0806bfe..65b20a04e9 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0020.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper0020.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper002B.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper002B.cs index 8d733d9fcc..4bc455c97a 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper002B.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge/Mapper002B.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cassette/CassettePort.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cassette/CassettePort.cs index 9e7be9a88f..d67ebe8a9f 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cassette/CassettePort.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cassette/CassettePort.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Computers.Commodore64.Cassette diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cassette/CassettePortDevice.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cassette/CassettePortDevice.cs index 4039e5c913..a7d2fef340 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cassette/CassettePortDevice.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Cassette/CassettePortDevice.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Computers.Commodore64.Cassette diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/FFT.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/FFT.cs index b87c8f5b38..68514b60bf 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/FFT.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/FFT.cs @@ -1,5 +1,3 @@ -using System; - // Copyright(C) 1996-2001 Takuya Ooura // C# port by J.D. Purcell // You may use, copy, modify this code for any purpose and without fee. diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip23128.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip23128.cs index 5772386af1..d4a06d1394 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip23128.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip23128.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS { // ROM chips diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6510.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6510.cs index b2b342c286..1ff8be0ee5 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6510.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6510.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.M6502; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6522.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6522.cs index d54e3c2e1a..574f74eec6 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6522.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6522.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS { public static class Chip6522 diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6526.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6526.cs index f7fb0665f1..6fc72823db 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6526.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6526.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS { // MOS technology 6526 "CIA" diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip90611401.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip90611401.cs index 75af8f84ac..36ffb87fd5 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip90611401.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip90611401.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Cia.Port.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Cia.Port.cs index f4af0f5146..04ff46a04c 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Cia.Port.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Cia.Port.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS { public sealed partial class Cia diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Cia.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Cia.cs index 91fa4e5651..22bf8856ef 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Cia.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Cia.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Sid.SoundProvider.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Sid.SoundProvider.cs index cff7a41f8c..f39bc5b973 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Sid.SoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Sid.SoundProvider.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Sid.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Sid.cs index f3f3a56e5c..75a2dd5c15 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Sid.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Sid.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Via.Port.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Via.Port.cs index 14d89e0c43..cc9f132b18 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Via.Port.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Via.Port.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Via.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Via.cs index a0ec89b9e4..f278f377e3 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Via.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Via.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Vic.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Vic.cs index b1159ee643..0d4753f805 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Vic.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Vic.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/D64.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/D64.cs index 017ab2ae36..4698f88fba 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/D64.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/D64.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/Disk.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/Disk.cs index 3ff51cd770..5405b07856 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/Disk.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/Disk.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/DiskBuilder.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/DiskBuilder.cs index 778670a31f..968454eacc 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/DiskBuilder.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/DiskBuilder.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/G64.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/G64.cs index 03d72df42b..e272689441 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/G64.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/G64.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/Tape.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/Tape.cs index 529b893b09..f482788eef 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/Tape.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Media/Tape.cs @@ -1,4 +1,3 @@ -using System; using System.Text; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/Drive1541.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/Drive1541.IDebuggable.cs index 534b86217e..71abed5c10 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/Drive1541.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/Drive1541.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/Drive1541.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/Drive1541.cs index 22fd03870a..129f496a0a 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/Drive1541.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/Drive1541.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/SerialPort.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/SerialPort.cs index 725d711105..352c0bfbd4 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/SerialPort.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/SerialPort.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/SerialPortDevice.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/SerialPortDevice.cs index 657519f580..a46248444e 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/SerialPortDevice.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/Serial/SerialPortDevice.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Computers.Commodore64.Serial diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/User/UserPort.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/User/UserPort.cs index e92642d09c..849f816c56 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/User/UserPort.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/User/UserPort.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Computers.Commodore64.User diff --git a/src/BizHawk.Emulation.Cores/Computers/Commodore64/User/UserPortDevice.cs b/src/BizHawk.Emulation.Cores/Computers/Commodore64/User/UserPortDevice.cs index c47b13d504..8e0b0c71af 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Commodore64/User/UserPortDevice.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Commodore64/User/UserPortDevice.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Computers.Commodore64.User diff --git a/src/BizHawk.Emulation.Cores/Computers/MSX/LibMSX.cs b/src/BizHawk.Emulation.Cores/Computers/MSX/LibMSX.cs index 43681cc205..cd1d050636 100644 --- a/src/BizHawk.Emulation.Cores/Computers/MSX/LibMSX.cs +++ b/src/BizHawk.Emulation.Cores/Computers/MSX/LibMSX.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/MSX/MSX.IEmulator.cs b/src/BizHawk.Emulation.Cores/Computers/MSX/MSX.IEmulator.cs index a7d147424b..f14cb7a2fe 100644 --- a/src/BizHawk.Emulation.Cores/Computers/MSX/MSX.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Computers/MSX/MSX.IEmulator.cs @@ -1,5 +1,4 @@ using BizHawk.Emulation.Common; -using System; namespace BizHawk.Emulation.Cores.Computers.MSX { diff --git a/src/BizHawk.Emulation.Cores/Computers/MSX/MSX.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Computers/MSX/MSX.ISaveRam.cs index e9f89ac306..c628aa99bf 100644 --- a/src/BizHawk.Emulation.Cores/Computers/MSX/MSX.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Computers/MSX/MSX.ISaveRam.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Computers.MSX diff --git a/src/BizHawk.Emulation.Cores/Computers/MSX/MSX.cs b/src/BizHawk.Emulation.Cores/Computers/MSX/MSX.cs index ad78413d0b..37143bcc82 100644 --- a/src/BizHawk.Emulation.Cores/Computers/MSX/MSX.cs +++ b/src/BizHawk.Emulation.Cores/Computers/MSX/MSX.cs @@ -1,4 +1,3 @@ -using System; using System.Text; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Datacorder/DatacorderDevice.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Datacorder/DatacorderDevice.cs index 11c65a50d5..2742751816 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Datacorder/DatacorderDevice.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Datacorder/DatacorderDevice.cs @@ -1,6 +1,6 @@ using BizHawk.Common; using BizHawk.Emulation.Cores.Components.Z80A; -using System; + using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.Definitions.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.Definitions.cs index fb58a807d8..5f66138ee5 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.Definitions.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.Definitions.cs @@ -1,5 +1,4 @@ using BizHawk.Common; -using System; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum { diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.FDD.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.FDD.cs index 61fee86bb6..5a57bfa0ff 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.FDD.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.FDD.cs @@ -1,6 +1,5 @@ using BizHawk.Common; using BizHawk.Common.NumberExtensions; -using System; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum { diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.IPortIODevice.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.IPortIODevice.cs index 4bb412a50a..468b0d9207 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.IPortIODevice.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Disk/NECUPD765.IPortIODevice.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.Globalization; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/CursorJoystick.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/CursorJoystick.cs index 66c7078896..69a163e1d7 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/CursorJoystick.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/CursorJoystick.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/KempstonJoystick.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/KempstonJoystick.cs index 5e2d710f7e..c3331dfb4c 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/KempstonJoystick.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/KempstonJoystick.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/NullJoystick.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/NullJoystick.cs index f2b52a3d62..c1fe56466d 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/NullJoystick.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/NullJoystick.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/SinclairJoystick1.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/SinclairJoystick1.cs index b16d024075..79d5cb2b4a 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/SinclairJoystick1.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/SinclairJoystick1.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/SinclairJoystick2.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/SinclairJoystick2.cs index d35504e9b0..f267e7c1da 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/SinclairJoystick2.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/SinclairJoystick2.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/StandardKeyboard.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/StandardKeyboard.cs index b799a6f620..6b89338aee 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/StandardKeyboard.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/Input/StandardKeyboard.cs @@ -1,5 +1,5 @@ using BizHawk.Common; -using System; + using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/SoundOuput/AY38912.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/SoundOuput/AY38912.cs index 17e34ae24a..b912ad58fa 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/SoundOuput/AY38912.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Hardware/SoundOuput/AY38912.cs @@ -1,7 +1,7 @@ using BizHawk.Common; using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Common; -using System; + using System.Collections.Generic; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/Pentagon128K/Pentagon128.Port.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/Pentagon128K/Pentagon128.Port.cs index d25763aee2..277e745471 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/Pentagon128K/Pentagon128.Port.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/Pentagon128K/Pentagon128.Port.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/SpectrumBase.Media.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/SpectrumBase.Media.cs index 61cfe4295f..5a618e8548 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/SpectrumBase.Media.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/SpectrumBase.Media.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/SpectrumBase.Memory.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/SpectrumBase.Memory.cs index 1e00b12393..23a264d0c0 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/SpectrumBase.Memory.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/SpectrumBase.Memory.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum { /// diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ULA.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ULA.cs index e75fc1b0b8..679392624d 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ULA.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ULA.cs @@ -1,6 +1,6 @@ using BizHawk.Common; using BizHawk.Emulation.Common; -using System; + using System.Collections.Generic; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum128K/ZX128.Port.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum128K/ZX128.Port.cs index 0adb339064..573acd2370 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum128K/ZX128.Port.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum128K/ZX128.Port.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum128KPlus2a/ZX128Plus2a.Port.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum128KPlus2a/ZX128Plus2a.Port.cs index 22026d87ba..98e4eb22ee 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum128KPlus2a/ZX128Plus2a.Port.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum128KPlus2a/ZX128Plus2a.Port.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum128KPlus3/ZX128Plus3.Port.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum128KPlus3/ZX128Plus3.Port.cs index c610d20674..c883dd3048 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum128KPlus3/ZX128Plus3.Port.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum128KPlus3/ZX128Plus3.Port.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum48K/ZX48.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum48K/ZX48.cs index eba23b3b59..e4bfbd068b 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum48K/ZX48.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/ZXSpectrum48K/ZX48.cs @@ -1,5 +1,5 @@ using BizHawk.Emulation.Cores.Components.Z80A; -using System; + using System.Collections.Generic; using BizHawk.Emulation.Cores.Sound; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/CPCFormat/CPCExtendedFloppyDisk.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/CPCFormat/CPCExtendedFloppyDisk.cs index da3b4446b7..5173b2a4d1 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/CPCFormat/CPCExtendedFloppyDisk.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/CPCFormat/CPCExtendedFloppyDisk.cs @@ -1,6 +1,6 @@ using System.Text; using BizHawk.Common; -using System; + using System.Collections.Generic; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/CPCFormat/CPCFloppyDisk.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/CPCFormat/CPCFloppyDisk.cs index a78ed1515f..43dfbed127 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/CPCFormat/CPCFloppyDisk.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/CPCFormat/CPCFloppyDisk.cs @@ -1,6 +1,6 @@ using System.Text; using BizHawk.Common; -using System; + using System.Collections.Generic; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/FloppyDisk.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/FloppyDisk.cs index ebdb89979c..d0234451f5 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/FloppyDisk.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/FloppyDisk.cs @@ -1,5 +1,5 @@ using BizHawk.Common; -using System; + using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/IPFFormat/IPFFloppyDisk.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/IPFFormat/IPFFloppyDisk.cs index 4bd90bd437..a9c4eb6c4d 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/IPFFormat/IPFFloppyDisk.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/IPFFormat/IPFFloppyDisk.cs @@ -1,6 +1,6 @@ using BizHawk.Common; using BizHawk.Common.NumberExtensions; -using System; + using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/UDIFormat/UDI1_0FloppyDisk.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/UDIFormat/UDI1_0FloppyDisk.cs index 232435898b..f3c73b7731 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/UDIFormat/UDI1_0FloppyDisk.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Disk/UDIFormat/UDI1_0FloppyDisk.cs @@ -1,5 +1,5 @@ using BizHawk.Common; -using System; + using System.Collections; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/MediaConverter.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/MediaConverter.cs index 1606160428..51596a4664 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/MediaConverter.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/MediaConverter.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.IO.Compression; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/CSW/CswConverter.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/CSW/CswConverter.cs index 86c0643e2a..defd68480f 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/CSW/CswConverter.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/CSW/CswConverter.cs @@ -1,5 +1,5 @@ using BizHawk.Common.NumberExtensions; -using System; + using System.Collections.Generic; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/PZX/PzxConverter.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/PZX/PzxConverter.cs index aa487e45e4..22f69db230 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/PZX/PzxConverter.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/PZX/PzxConverter.cs @@ -1,5 +1,5 @@ using BizHawk.Common.NumberExtensions; -using System; + using System.Collections.Generic; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TAP/TapConverter.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TAP/TapConverter.cs index 1abb0e77ee..0537028d00 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TAP/TapConverter.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TAP/TapConverter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs index 9da1fd9a24..6522fa9b36 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/StreamHelper.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/StreamHelper.cs index 1c1669e3d9..902ae3f218 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/StreamHelper.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/StreamHelper.cs @@ -1,4 +1,3 @@ -using System; using System.IO; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/WavConverter.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/WavConverter.cs index cf498216cb..20187fb095 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/WavConverter.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/WavConverter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/WavHeader.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/WavHeader.cs index 5787213a9d..d481f5c20c 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/WavHeader.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/WavHeader.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/WavStreamReader.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/WavStreamReader.cs index 6df9cc2232..d0e7296fb2 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/WavStreamReader.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/WAV/WavStreamReader.cs @@ -1,4 +1,3 @@ -using System; using System.IO; namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.ICodeDataLog.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.ICodeDataLog.cs index cef7ea749c..2f9b15ad84 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.ICodeDataLog.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.ICodeDataLog.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.IDebuggable.cs index 9d51419996..2136d324a0 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.IMemoryDomains.cs index a76ae31d0e..f37bb16866 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.Messaging.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.Messaging.cs index cc560ad184..f08579ad3e 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.Messaging.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.Messaging.cs @@ -1,4 +1,3 @@ -using System; using System.Globalization; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.Util.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.Util.cs index 058aa948ae..4e88cbc580 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.Util.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.Util.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Linq.Expressions; diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.cs index 282e8fdd36..e30a19c7fb 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/ZXSpectrum.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Computers/TIC80/LibTIC80.cs b/src/BizHawk.Emulation.Cores/Computers/TIC80/LibTIC80.cs index 89d1669a4a..28761a5e53 100644 --- a/src/BizHawk.Emulation.Cores/Computers/TIC80/LibTIC80.cs +++ b/src/BizHawk.Emulation.Cores/Computers/TIC80/LibTIC80.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Computers/TIC80/TIC80.ISettable.cs b/src/BizHawk.Emulation.Cores/Computers/TIC80/TIC80.ISettable.cs index 6f978c12a4..ac28cf7801 100644 --- a/src/BizHawk.Emulation.Cores/Computers/TIC80/TIC80.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Computers/TIC80/TIC80.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Computers/TIC80/TIC80.cs b/src/BizHawk.Emulation.Cores/Computers/TIC80/TIC80.cs index 863c264ead..39cb5eb8b7 100644 --- a/src/BizHawk.Emulation.Cores/Computers/TIC80/TIC80.cs +++ b/src/BizHawk.Emulation.Cores/Computers/TIC80/TIC80.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs index c1ae060656..e413745296 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.IDebuggable.cs index 71cf6cf984..59987a2ba4 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.IEmulator.cs index 5c25d54345..5f9dc17520 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.IEmulator.cs @@ -1,5 +1,4 @@ using BizHawk.Emulation.Common; -using System; namespace BizHawk.Emulation.Cores.Atari.Atari2600 { diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.ISettable.cs index 342545632c..37635102de 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.RomHeuristics.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.RomHeuristics.cs index 00689a57ea..743e568155 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.RomHeuristics.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.RomHeuristics.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.cs index babcfed61b..4704d1e42f 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.StringExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600ControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600ControllerDeck.cs index 6558d8328d..88e3d9d67f 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600ControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600ControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600Controllers.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600Controllers.cs index 47cc13cfb8..358a709b24 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600Controllers.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600Controllers.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/m4A50.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/m4A50.cs index 9d165417ec..ef6b8f6ff0 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/m4A50.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/m4A50.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Atari.Atari2600 diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mAR.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mAR.cs index 1654df1c1b..594a90e987 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mAR.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mAR.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs index 95b750b67f..71c2e36389 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mDPCPlus.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mDPCPlus.cs index 57a4b1fb63..8bea89e269 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mDPCPlus.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mDPCPlus.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mMC.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mMC.cs index 7bccb058f7..e6d82ef30a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mMC.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mMC.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Atari.Atari2600 { /* diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/TIA.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/TIA.cs index 7282feeb78..ae33a1c81a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/TIA.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/TIA.cs @@ -1,4 +1,3 @@ -using System; using System.Numerics; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/Tia.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/Tia.ISoundProvider.cs index 95a73b0e56..cecd02f51a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/Tia.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/Tia.ISoundProvider.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Atari.Atari2600 diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IDebuggable.cs index 3047666248..3977ad6a1c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs index 80e0ba0a9b..1532f4e73f 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs @@ -1,5 +1,5 @@ using BizHawk.Emulation.Common; -using System; + using System.Collections.Generic; namespace BizHawk.Emulation.Cores.Atari.A7800Hawk diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.ISaveRam.cs index 875dbcf8d3..f8012db14d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Atari.A7800Hawk diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.ISettable.cs index 7968740280..b9c06464ed 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.ISettable.cs @@ -1,4 +1,3 @@ -using System; using Newtonsoft.Json; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.cs index 8657a83690..098e3a5bb8 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.M6502; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800HawkControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800HawkControllerDeck.cs index c1303b569e..b37afc8974 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800HawkControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800HawkControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/Maria.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/Maria.cs index 5997032234..ea18fd9a2c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/Maria.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/Maria.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common.NumberExtensions; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/JaguarDisassembler.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/JaguarDisassembler.cs index 73b68a44ea..8fb15792fb 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/JaguarDisassembler.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/JaguarDisassembler.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/LibVirtualJaguar.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/LibVirtualJaguar.cs index 300611393b..6ba419c8e7 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/LibVirtualJaguar.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/LibVirtualJaguar.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.IDebuggable.cs index 3b80276e41..7cc02d3ea4 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.ISaveRam.cs index f4c5f7fc80..1f3ae2d321 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.ISaveRam.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Atari.Jaguar diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.ITraceable.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.ITraceable.cs index a713d025e5..b0a38c91d5 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.ITraceable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.ITraceable.cs @@ -1,4 +1,3 @@ -using System; using System.Text; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.cs index 94830007ac..735920f814 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/jaguar/VirtualJaguar.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/LibLynx.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/LibLynx.cs index 6d401d205c..f1ff28d1ea 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/LibLynx.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/LibLynx.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.IInputPollable.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.IInputPollable.cs index 7c081b73e4..6fc585e53e 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.IInputPollable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.IInputPollable.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Atari.Lynx diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.IMemoryDomains.cs index 4a090fe8fb..d306ac5da9 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.ISaveRam.cs index 3cbb9d7975..7cd0eb0874 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.ISoundProvider.cs index dcae3ea27f..29038c9d1d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.ISoundProvider.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Atari.Lynx diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.IStatable.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.IStatable.cs index adfff45478..df0d12f456 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.IStatable.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using Newtonsoft.Json; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs index f9faca30e7..45b6e66baa 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Belogic/Uzem.cs b/src/BizHawk.Emulation.Cores/Consoles/Belogic/Uzem.cs index a5fa6049cf..502cc8b8f0 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Belogic/Uzem.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Belogic/Uzem.cs @@ -1,6 +1,5 @@ using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Waterbox; -using System; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoControllerDeck.cs index 9a509d268b..1603d6b956 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoControllers.cs b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoControllers.cs index 486fa4a663..9547ee39c0 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoControllers.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoControllers.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IDebuggable.cs index 9913fad561..af1d1f9124 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IEmulator.cs index a3e7d77ca8..1343c650ce 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IEmulator.cs @@ -1,6 +1,5 @@ using BizHawk.Emulation.Common; using BizHawk.Common.NumberExtensions; -using System; namespace BizHawk.Emulation.Cores.ColecoVision { diff --git a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IInputPollable.cs b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IInputPollable.cs index bace4830d4..477288a222 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IInputPollable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IInputPollable.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.ColecoVision diff --git a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IMemoryDomains.cs index e511ab3170..38879ed1f7 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.ISettable.cs index 83d7352afe..8ea7707b97 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.ISettable.cs @@ -1,4 +1,3 @@ -using System; using Newtonsoft.Json; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.ISoundProvider.cs index 9d906296a2..ba319c4e8f 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.ISoundProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.ColecoVision diff --git a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.cs b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.cs index 232400c178..17397c98a3 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.cs @@ -1,6 +1,5 @@ using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.Z80A; -using System; namespace BizHawk.Emulation.Cores.ColecoVision { diff --git a/src/BizHawk.Emulation.Cores/Consoles/Coleco/TMS9918A.cs b/src/BizHawk.Emulation.Cores/Consoles/Coleco/TMS9918A.cs index 69d17fc203..3c1bbe96e1 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Coleco/TMS9918A.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Coleco/TMS9918A.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.Z80A; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/Audio.cs b/src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/Audio.cs index 39ec65e9aa..be37035910 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/Audio.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/Audio.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Consoles.ChannelF diff --git a/src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/ChannelF.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/ChannelF.IDebuggable.cs index 1e66f2539a..0a0fc3044b 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/ChannelF.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/ChannelF.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/ChannelF.MemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/ChannelF.MemoryDomains.cs index f77585ee8e..073da8f504 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/ChannelF.MemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/ChannelF.MemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/Audio.cs b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/Audio.cs index 5eaf9b2e2e..1fe2d2d0dd 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/Audio.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/Audio.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/HW_Registers.cs b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/HW_Registers.cs index 96b32e2745..aa3e16db4a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/HW_Registers.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/HW_Registers.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common.NumberExtensions; namespace BizHawk.Emulation.Cores.Consoles.Vectrex diff --git a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/PPU.cs b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/PPU.cs index 22dc6819e7..dd9c7d585b 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/PPU.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/PPU.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Consoles.Vectrex diff --git a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.ICodeDataLog.cs b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.ICodeDataLog.cs index f867054131..bda6962df4 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.ICodeDataLog.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.ICodeDataLog.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.IDebuggable.cs index f3a3b27302..28d8fcb055 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.cs b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.cs index 1142efd525..13cfb71718 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.MC6809; diff --git a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawkControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawkControllerDeck.cs index 71d05d1377..b0cd2084de 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawkControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawkControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Cartridge.cs b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Cartridge.cs index 393c5af0aa..3705a674a7 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Cartridge.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Cartridge.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Controllers/IntellivisionControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Controllers/IntellivisionControllerDeck.cs index 26b3cc892c..84905f215d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Controllers/IntellivisionControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Controllers/IntellivisionControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Controllers/IntellivisionControllers.cs b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Controllers/IntellivisionControllers.cs index 376b35cdd8..e3affe511f 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Controllers/IntellivisionControllers.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Controllers/IntellivisionControllers.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellicart.cs b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellicart.cs index e2e4d7c7d0..293d989874 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellicart.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellicart.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Intellivision diff --git a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.IDebuggable.cs index eb3b68a1d4..1f0de6044a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.ISettable.cs index 999929b2f3..ad9f177cfc 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.ISettable.cs @@ -1,4 +1,3 @@ -using System; using Newtonsoft.Json; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs index 4c9de47561..9a8fc2bd1d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.CP1610; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/PSG.cs b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/PSG.cs index 3f3c24bcf8..b4caabf141 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/PSG.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/PSG.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/STIC.cs b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/STIC.cs index ec49aa5d55..fb85dae295 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Intellivision/STIC.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Intellivision/STIC.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.ICodeDataLog.cs b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.ICodeDataLog.cs index 0c9c80a9a9..601b635aff 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.ICodeDataLog.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.ICodeDataLog.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.I8048; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.IDebuggable.cs index ab564bf940..381054509c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.ISaveRam.cs index efa4a2cd83..64e2c88709 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Consoles.O2Hawk diff --git a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.cs b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.cs index ee389b83b3..68d4388986 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.I8048; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2HawkControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2HawkControllerDeck.cs index ac8dedf1cb..d2203df6c3 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2HawkControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2HawkControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/PPU.cs b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/PPU.cs index 13b4274582..610c6a3c83 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/PPU.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/PPU.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/HyperNyma.cs b/src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/HyperNyma.cs index 064552ce28..3ba961c73b 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/HyperNyma.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/HyperNyma.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/TurboNyma.cs b/src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/TurboNyma.cs index df3c692696..ca7cb4b3fa 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/TurboNyma.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/TurboNyma.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs b/src/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs index 560340bcfd..8d72904ee4 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/3DSMotionEmu.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/3DSMotionEmu.cs index 7f1e0bc3db..3dd4661aee 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/3DSMotionEmu.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/3DSMotionEmu.cs @@ -1,4 +1,3 @@ -using System; using System.Numerics; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.N3DS diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IInputPollable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IInputPollable.cs index 215e2f6d05..0d5de162b6 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IInputPollable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IInputPollable.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IMemoryDomains.cs index fa35414924..0665eb230c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.ISettable.cs index a4b9a5e0ed..63cbb9726e 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.ISettable.cs @@ -1,7 +1,6 @@ using BizHawk.Common; using BizHawk.Emulation.Common; -using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.ISoundProvider.cs index 92f6793ed5..ee830b4590 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.ISoundProvider.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IStatable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IStatable.cs index 42f0b580e2..1c81a0f79e 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IStatable.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IVideoProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IVideoProvider.cs index 41a4e72e07..246b026d23 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IVideoProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.IVideoProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.N3DS diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.cs index 4846c5a719..2c4e233316 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/LibEncore.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/LibEncore.cs index 0cc9e25e23..5f3f596fd9 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/LibEncore.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/LibEncore.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.IDebuggable.cs index 028037eb2a..6340f0cdf9 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.ISettable.cs index d12f60b73e..82552b3d9a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.cs index 32e2ba31e9..ea00ece41e 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/Ares64.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/LibAres64.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/LibAres64.cs index 0d35a41ab9..88fb594587 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/LibAres64.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Ares64/LibAres64.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesApi.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesApi.cs index 9059d11631..a4e5a3fb5b 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesApi.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesApi.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; using System.Reflection; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesControllers.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesControllers.cs index c2b785b178..6d0b6d2f05 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesControllers.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesControllers.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IDebuggable.cs index 07ae55aadc..3f61957721 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IEmulator.cs index 02668bd7d0..fb6c111973 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IEmulator.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IMemoryDomains.cs index 32c5a8cc04..0e4804416c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.ISaveRam.cs index f2b391f4ff..4e2a3010d2 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.ISettable.cs index c82aac4d19..a35f43ff73 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.ISettable.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.BSNES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IVideoProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IVideoProvider.cs index 0aa0cb3b39..5fdf044ab1 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IVideoProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.IVideoProvider.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.BSNES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.cs index 9834a7e23f..0109ea1adb 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/SNESGraphicsDecoder.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/SNESGraphicsDecoder.cs index a94cb2c68b..f89217476d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/SNESGraphicsDecoder.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/SNESGraphicsDecoder.cs @@ -1,4 +1,3 @@ -using System; using System.Drawing; using BizHawk.Emulation.Cores.Nintendo.SNES; using static BizHawk.Emulation.Cores.Nintendo.BSNES.BsnesApi.SNES_REGISTER; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/IGBAGPUViewable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/IGBAGPUViewable.cs index ef79005a7b..72b4b91ead 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/IGBAGPUViewable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/IGBAGPUViewable.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBA diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/LibmGBA.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/LibmGBA.cs index a2165dbfbd..d73abfb266 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/LibmGBA.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/LibmGBA.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IDebuggable.cs index f09a6eb44c..7c4831d093 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IEmulator.cs index ba3939546b..b5bde2c7bc 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IEmulator.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IGBAGPUViewable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IGBAGPUViewable.cs index bc730afa1a..6984ec572a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IGBAGPUViewable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IGBAGPUViewable.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Nintendo.GBA { public partial class MGBAHawk : IGBAGPUViewable diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IMemoryDomains.cs index 3c1dcdd0f5..15aa186163 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.ISaveRam.cs index bd9decc315..04f8e6ffd4 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.ISettable.cs index 9dd1f027da..784cd3a9fd 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.ISoundProvider.cs index 2981dc7e08..f8b34c9799 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.ISoundProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBA diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IStatable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IStatable.cs index 8257bdfe78..87df176368 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IStatable.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.cs index 24f4d0c531..1bc5274041 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.BizInvoke; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAMemoryCallbackSystem.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAMemoryCallbackSystem.cs index 9e53625099..21e666ba57 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAMemoryCallbackSystem.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAMemoryCallbackSystem.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Audio.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Audio.cs index aef73aec30..75ca2c73a5 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Audio.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Audio.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBC_GB_PPU.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBC_GB_PPU.cs index 17f37b9316..7f3be74edb 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBC_GB_PPU.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBC_GB_PPU.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common.NumberExtensions; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBC_PPU.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBC_PPU.cs index 78bec138e6..be5fff9a22 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBC_PPU.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBC_PPU.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common.NumberExtensions; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.ICodeDataLog.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.ICodeDataLog.cs index f55e94cd00..a037a14de5 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.ICodeDataLog.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.ICodeDataLog.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.LR35902; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.IDebuggable.cs index f3d71a4c0e..d48ac942d7 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.IEmulator.cs index 15abfbafd1..8938eb7479 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.IEmulator.cs @@ -1,6 +1,5 @@ using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Common; -using System; namespace BizHawk.Emulation.Cores.Nintendo.GBHawk { diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.ISaveRam.cs index d77ee0d317..1d7bbdfb69 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBHawk diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.ISettable.cs index f272bc7dbf..da9375d6f6 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using Newtonsoft.Json; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.cs index 86d6a8ac60..65fcac6854 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawk.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.LR35902; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawkControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawkControllerDeck.cs index 7353fb9897..0d16ba318d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawkControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawkControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawkControllers.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawkControllers.cs index cb11d4de95..b995d0cfc3 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawkControllers.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawkControllers.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GB_PPU.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GB_PPU.cs index 9c7963f3e0..7e926959c9 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GB_PPU.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GB_PPU.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common.NumberExtensions; namespace BizHawk.Emulation.Cores.Nintendo.GBHawk diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/HW_Registers.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/HW_Registers.cs index 5308e1f411..0fc0bd5d52 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/HW_Registers.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/HW_Registers.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common.NumberExtensions; namespace BizHawk.Emulation.Cores.Nintendo.GBHawk diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Mappers/Mapper_Sachen_MMC1.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Mappers/Mapper_Sachen_MMC1.cs index c25e688cac..822a5f9c19 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Mappers/Mapper_Sachen_MMC1.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Mappers/Mapper_Sachen_MMC1.cs @@ -1,5 +1,4 @@ using BizHawk.Common; -using System; using BizHawk.Emulation.Cores.Components.LR35902; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Mappers/Mapper_Sachen_MMC2.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Mappers/Mapper_Sachen_MMC2.cs index f326dd172a..51a67cb770 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Mappers/Mapper_Sachen_MMC2.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Mappers/Mapper_Sachen_MMC2.cs @@ -1,5 +1,4 @@ using BizHawk.Common; -using System; using BizHawk.Emulation.Cores.Components.LR35902; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/MemoryMap.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/MemoryMap.cs index 95adf2bb57..bcde748da1 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/MemoryMap.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/MemoryMap.cs @@ -1,5 +1,4 @@ using BizHawk.Emulation.Common; -using System; /* $FFFF Interrupt Enable Flag diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Timer.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Timer.cs index 9b7fc986e8..e1b3136d97 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Timer.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/Timer.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.ICodeDataLog.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.ICodeDataLog.cs index 9151badcbc..3fd8cad8fe 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.ICodeDataLog.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.ICodeDataLog.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.IDebuggable.cs index ca6e0bd755..9760100ea3 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.IEmulator.cs index 46f2e49793..10de459fd8 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.IEmulator.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBHawkLink diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.ISaveRam.cs index a671dd8f34..e10568c579 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBHawkLink diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.ISettable.cs index 394316e1ee..3f87bf2e5c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using Newtonsoft.Json; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.cs index 825b2ea42e..18424d48ae 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLink.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Consoles.Nintendo.Gameboy; using BizHawk.Emulation.Cores.Nintendo.GBHawk; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLinkControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLinkControllerDeck.cs index 74a3f497bc..586e15bb78 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLinkControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink/GBHawkLinkControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ICodeDataLog.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ICodeDataLog.cs index 6f9bdd900b..1385166db9 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ICodeDataLog.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ICodeDataLog.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.IDebuggable.cs index acb4770f21..44cf269178 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.IEmulator.cs index d77e1e9e20..4290ee7a71 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.IEmulator.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBHawkLink3x diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ISaveRam.cs index 6820452edb..841fb59c55 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBHawkLink3x diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ISettable.cs index 92afbc6032..2505b2354c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using Newtonsoft.Json; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.cs index b3ac4a216b..7893995d4c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3x.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Consoles.Nintendo.Gameboy; using BizHawk.Emulation.Cores.Nintendo.GBHawk; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3xControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3xControllerDeck.cs index 65b6399ecc..bf75deb2af 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3xControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink3x/GBHawkLink3xControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ICodeDataLog.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ICodeDataLog.cs index d7698af937..5ad7fd3773 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ICodeDataLog.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ICodeDataLog.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.IDebuggable.cs index 79e6aa23c1..aa0d4c291e 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common.StringExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.IEmulator.cs index 335dbe81cf..e1d72e184a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.IEmulator.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ISaveRam.cs index 3568c63652..3c3195cf24 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBHawkLink4x diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ISettable.cs index 339f9195e1..b89cd3c0cb 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using Newtonsoft.Json; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.cs index cc33f7f576..1201a5382b 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4x.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Consoles.Nintendo.Gameboy; using BizHawk.Emulation.Cores.Nintendo.GBHawk; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4xControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4xControllerDeck.cs index d0f4aa29a4..bf46368c95 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4xControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawkLink4x/GBHawkLink4xControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GBColors.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GBColors.cs index 49d86db34d..6812bbac55 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GBColors.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GBColors.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Nintendo.Gameboy { public static class GBColors diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ICodeDataLog.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ICodeDataLog.cs index a8c4fb93c9..d5dbff8b62 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ICodeDataLog.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ICodeDataLog.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IDebuggable.cs index c3a7c6f8fb..adae5f4dd0 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IEmulator.cs index 1a266ef058..f6b1ed3348 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IEmulator.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IMemoryDomains.cs index 9abd38e17c..05e8d97005 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ISaveRam.cs index 6dffe7b6d7..476e388e0c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ISaveRam.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.Gameboy diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ISoundProvider.cs index 9286c623ab..aa4edc1b1c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ISoundProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.Gameboy diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IStatable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IStatable.cs index 42eb99b0e9..3350697e02 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IStatable.cs @@ -1,6 +1,5 @@ //#define USE_UPSTREAM_STATES // really more for testing due to needing to use these anyways for initial state code. could potentially be used outright for states -using System; using System.IO; using Newtonsoft.Json; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ITraceable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ITraceable.cs index fa4c34a939..2661488edd 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ITraceable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.ITraceable.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.cs index 4ba18f628f..2c841e8c22 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.ICodeDataLog.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.ICodeDataLog.cs index 60972c86de..d4427aab28 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.ICodeDataLog.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.ICodeDataLog.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.IEmulator.cs index 861bd1d536..97e3a1fd72 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.IEmulator.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.Gameboy diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.ISettable.cs index 3fbd3ada1d..74f60eb5f5 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.ISettable.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.Gameboy diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.ISoundProvider.cs index 7e9ca7b22d..d08710f071 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.ISoundProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.Gameboy diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.IStatable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.IStatable.cs index 437370815d..3817e78aca 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.IStatable.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using Newtonsoft.Json; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.cs index cf5d337b9b..e66dc3b3c8 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.Common.CollectionExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambattePrinter.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambattePrinter.cs index fa44cb0533..948f2ed888 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambattePrinter.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambattePrinter.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Cores.Consoles.Nintendo.Gameboy; namespace BizHawk.Emulation.Cores.Nintendo.Gameboy diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/IGameboyCommon.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/IGameboyCommon.cs index beee064079..2bf7cacf8e 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/IGameboyCommon.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/IGameboyCommon.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.Gameboy diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/LibGambatte.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/LibGambatte.cs index a78c0f9729..58f42decdf 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/LibGambatte.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/LibGambatte.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IDebuggable.cs index 3658e6a7cb..e3b26a7419 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IMemoryDomains.cs index 299ff862e6..23981348be 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IStatable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IStatable.cs index 2f57f58862..3e127f3ab6 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.IStatable.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.cs index 0f3093fded..db5a6dc4f2 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64.cs @@ -1,4 +1,3 @@ -using System; using System.Threading; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64Audio.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64Audio.cs index b9e4069887..58395a637d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64Audio.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64Audio.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Nintendo.N64.NativeApi; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64VideoProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64VideoProvider.cs index 1dfb4aea56..7f8ec8793c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64VideoProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/N64VideoProvider.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Nintendo.N64.NativeApi; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusAudioApi.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusAudioApi.cs index bd02093057..f56faace1d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusAudioApi.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusAudioApi.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; namespace BizHawk.Emulation.Cores.Nintendo.N64.NativeApi diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusCoreApi.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusCoreApi.cs index b2fe0876bb..d08c062bc5 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusCoreApi.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusCoreApi.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Reflection; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusInputApi.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusInputApi.cs index 259220cc70..782608d63d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusInputApi.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusInputApi.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; namespace BizHawk.Emulation.Cores.Nintendo.N64.NativeApi diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusVideoApi.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusVideoApi.cs index 3f6d073d85..06883dae08 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusVideoApi.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/N64/NativeApi/mupen64plusVideoApi.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Runtime.InteropServices; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/LibMelonDS.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/LibMelonDS.cs index 2dc35211de..0f8d76e0c5 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/LibMelonDS.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/LibMelonDS.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.IDebuggable.cs index 0ecf734c2b..ff58227834 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.IGLTextureProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.IGLTextureProvider.cs index 7efa2d4ad9..f93f6dc12e 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.IGLTextureProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.IGLTextureProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.ISaveRam.cs index 770227396a..45b5d82d75 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.ISaveRam.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.ISettable.cs index d71fec8c88..b0a22006f4 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.ITraceable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.ITraceable.cs index ff2220ef27..ad139a9b85 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.ITraceable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.ITraceable.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs index aba1a36105..cf489bac65 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/NDSDisassembler.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/NDSDisassembler.cs index 111f26932c..7ee3c86d1a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/NDSDisassembler.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/NDSDisassembler.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/NDSFirmware.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/NDSFirmware.cs index 66ff7f153b..67a6cea547 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/NDSFirmware.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/NDSFirmware.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/APU.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/APU.cs index c5b27cc01a..16c6f553fc 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/APU.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/APU.cs @@ -10,7 +10,6 @@ // TODO - refactor length counter to be separate component -using System; using System.Runtime.CompilerServices; using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/CNROM.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/CNROM.cs index 4942d049aa..eb061ad062 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/CNROM.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/CNROM.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Cony.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Cony.cs index 2d1abb76c1..5311673ceb 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Cony.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Cony.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/CoolBoy.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/CoolBoy.cs index 9009b742d4..80ec5ad954 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/CoolBoy.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/CoolBoy.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/DatachBarcode.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/DatachBarcode.cs index 8e2d9f12e2..171647016f 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/DatachBarcode.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/DatachBarcode.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common.NumberExtensions; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/ExROM.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/ExROM.cs index 3302df5404..7122b1563f 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/ExROM.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/ExROM.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/GxROM.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/GxROM.cs index 337ff4955b..d23f26a2f3 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/GxROM.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/GxROM.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/InesBoardImplAttribute.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/InesBoardImplAttribute.cs index c222e89fbe..c3c82c8ed4 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/InesBoardImplAttribute.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/InesBoardImplAttribute.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Nintendo.NES { // this will be used to track classes that implement boards diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/Mapper074.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/Mapper074.cs index f28adc32af..b883a333f3 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/Mapper074.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/Mapper074.cs @@ -1,4 +1,3 @@ -using System; //27 //TODO - could merge functionality with 192 somehow diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/Mapper196.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/Mapper196.cs index b46dd6d6e5..c49183fbb9 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/Mapper196.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/Mapper196.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper030.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper030.cs index f6b50c273f..6698ba8d1d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper030.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper030.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper036.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper036.cs index 03f3280b0b..a839120285 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper036.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper036.cs @@ -1,6 +1,5 @@ using BizHawk.Common; using BizHawk.Common.NumberExtensions; -using System; namespace BizHawk.Emulation.Cores.Nintendo.NES { diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper042.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper042.cs index 72bdf38855..bad92d4ce8 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper042.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper042.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper116.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper116.cs index f84dd9703c..9154d0d398 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper116.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper116.cs @@ -1,6 +1,5 @@ //TODO - emulation of mirroring is all bolloxed. -using System; using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper222.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper222.cs index 28ae4dd63f..02a202013f 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper222.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper222.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper236.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper236.cs index b7d6b8755f..ddf0400bfe 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper236.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper236.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper240.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper240.cs index fa69a78a46..dbeb896a71 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper240.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Mapper240.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MapperPropAttribute.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MapperPropAttribute.cs index dc73bfec26..5e834c4ede 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MapperPropAttribute.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MapperPropAttribute.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NSFBoard.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NSFBoard.cs index cfca9a6d68..ec8b388a41 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NSFBoard.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NSFBoard.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; //NSF ROM and general approaches are heavily derived from FCEUX. the general ideas: diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper112.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper112.cs index 4fb147c36c..32a63a317b 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper112.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper112.cs @@ -1,5 +1,4 @@ using BizHawk.Common; -using System; namespace BizHawk.Emulation.Cores.Nintendo.NES { diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Namco163Audio.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Namco163Audio.cs index 3f45aff95c..1796f61211 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Namco163Audio.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Namco163Audio.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NesBoardBase.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NesBoardBase.cs index b432621f7f..5cf7cfbd6c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NesBoardBase.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NesBoardBase.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SEEPROM.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SEEPROM.cs index 90c412b6be..ef844f0a08 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SEEPROM.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SEEPROM.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SachenSimple.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SachenSimple.cs index ff2d18b318..eaaf8fb917 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SachenSimple.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SachenSimple.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs index f0d74c0090..8e7638db50 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/UNIF/UNIF_BMC-Ghostbusters63in1.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/UNIF/UNIF_BMC-Ghostbusters63in1.cs index d5b3ab3f71..0a875596e0 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/UNIF/UNIF_BMC-Ghostbusters63in1.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/UNIF/UNIF_BMC-Ghostbusters63in1.cs @@ -1,6 +1,5 @@ using BizHawk.Common; using BizHawk.Common.NumberExtensions; -using System; namespace BizHawk.Emulation.Cores.Nintendo.NES { diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/UNIF/UNIF_UNL_DripGame.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/UNIF/UNIF_UNL_DripGame.cs index 99105137d3..603e718255 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/UNIF/UNIF_UNL_DripGame.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/UNIF/UNIF_UNL_DripGame.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/UxROM.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/UxROM.cs index 45c68de8d6..0a72456802 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/UxROM.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/UxROM.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/VRC2_4.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/VRC2_4.cs index 7ce93f8570..2b6f17c425 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/VRC2_4.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/VRC2_4.cs @@ -1,6 +1,5 @@ //TODO - for chr, refactor to use 8 registers of 8 bits instead of 16 registers of 4 bits. more realistic, less weird code. -using System; using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/VRC6.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/VRC6.cs index 6ebbe1476c..50b7bcb433 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/VRC6.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/VRC6.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Cores.Components; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/VRC7.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/VRC7.cs index a95c9101b3..331a050d3c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/VRC7.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/VRC7.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Cores.Components; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/BootGodDB.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/BootGodDB.cs index d1b772f8ea..b4d0b3db0a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/BootGodDB.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/BootGodDB.cs @@ -1,4 +1,3 @@ -using System; using System.Diagnostics; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDS.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDS.cs index fe9f778c0c..cff9525cbf 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDS.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDS.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Text; using System.IO; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDSAudio.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDSAudio.cs index 48fda7c3d9..2534cf1e01 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDSAudio.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDSAudio.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDSInspector.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDSInspector.cs index 884e65fed2..e1e91cd7b9 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDSInspector.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/FDSInspector.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/RamAdapter.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/RamAdapter.cs index a6eb72c53f..4473a2e221 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/RamAdapter.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/FDS/RamAdapter.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/INESPPUViewable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/INESPPUViewable.cs index 8ec1d8e67a..1eef797f93 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/INESPPUViewable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/INESPPUViewable.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.BoardSystem.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.BoardSystem.cs index f4f486a5c8..756da13f86 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.BoardSystem.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.BoardSystem.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs index 3a42ca6917..66fb4c88f1 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs @@ -1,7 +1,5 @@ // NOTE: to match Mesen timings, set idleSynch to true at power on, and set start_up_offset to -3 -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.M6502; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.ICodeDataLogger.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.ICodeDataLogger.cs index dfaef1ad0b..d3aa311e5d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.ICodeDataLogger.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.ICodeDataLogger.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IDebuggable.cs index d19298777b..647de97cc3 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.INESPPUViewable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.INESPPUViewable.cs index 4906a3469d..d1c1bcd30c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.INESPPUViewable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.INESPPUViewable.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.ISaveRam.cs index e5d0692f4c..271046e524 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.ISettable.cs index 094e165ece..2a4aa1873b 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IStatable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IStatable.cs index 61f179eb74..a448bd8a9d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IStatable.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.cs index 636c650685..9411b62b91 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.IO; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.iNES.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.iNES.cs index 26d85972a9..0fb18f3d86 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.iNES.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.iNES.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Text; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NESControllers.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NESControllers.cs index 1a6870de56..bd4c8937f6 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NESControllers.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NESControllers.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NSFFormat.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NSFFormat.cs index b975a2b3f8..e047175ea0 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NSFFormat.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NSFFormat.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common.IOExtensions; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.cs index b65481aab1..1a357cf3f0 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.NES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.regs.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.regs.cs index b27632148e..8c8fe4d50b 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.regs.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.regs.cs @@ -6,7 +6,6 @@ // 0x09,0x01,0x34,0x03, 0x00,0x04,0x00,0x14, 0x08,0x3A,0x00,0x02, 0x00,0x20,0x2C,0x08 //}; -using System; using System.Runtime.CompilerServices; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Unif.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Unif.cs index a4e14129d5..b625198f70 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Unif.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Unif.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/LibQuickNES.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/LibQuickNES.cs index 78bcfe0d62..675a22dd1a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/LibQuickNES.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/LibQuickNES.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/Nes_NTSC_Colors.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/Nes_NTSC_Colors.cs index c84eec5eee..b558aa60db 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/Nes_NTSC_Colors.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/Nes_NTSC_Colors.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES { public static class Nes_NTSC_Colors diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IDebuggable.cs index c102a3b114..969f458c1e 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IInputPollable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IInputPollable.cs index 290dc0463d..a7eb3fc9be 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IInputPollable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IInputPollable.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IMemoryDomains.cs index 8f1fa83be7..9e1e76bae8 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.INESPPUViewable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.INESPPUViewable.cs index f81083570f..acdd07fc83 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.INESPPUViewable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.INESPPUViewable.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Nintendo.NES; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ISettable.cs index 012c651beb..64b7afd663 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ISoundProvider.cs index 643fe0e7c6..6280c9b4c5 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ISoundProvider.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IStatable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IStatable.cs index 6c334f1ba3..c5366380af 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.IStatable.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ITraceable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ITraceable.cs index faa0856873..71ea850b10 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ITraceable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.ITraceable.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.cs index 89f953a84d..884a1b8701 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi.cs index 5d1cdd0d3e..901dcd076c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi_QUERY.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi_QUERY.cs index d5f70386ba..3823240171 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi_QUERY.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi_QUERY.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi_SIG.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi_SIG.cs index 41c1918b8b..735f4c0fbb 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi_SIG.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesApi_SIG.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.SNES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesControllerDeck.cs index 0c82bbb75d..0cc085e989 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.IDebuggable.cs index 6f95426cd2..8d57d19509 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.IMemoryDomains.cs index 404e8277e4..f612807875 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.ISaveRam.cs index 3f89c642f0..2e81c15923 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.ISoundProvider.cs index f03e13fbc4..91bc8ec9e5 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.ISoundProvider.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.SNES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs index 91a956308d..0cc511b3c7 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Xml; using System.IO; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/SNESGraphicsDecoder.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/SNESGraphicsDecoder.cs index 02c0e4e5fb..f93553c513 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/SNESGraphicsDecoder.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/SNESGraphicsDecoder.cs @@ -9,7 +9,7 @@ //when a BG is not available, the last rendered BG still shows up. should clear it using BizHawk.Common; -using System; + using System.Drawing; namespace BizHawk.Emulation.Cores.Nintendo.SNES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/ScanlineHookManager.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/ScanlineHookManager.cs index cf91b7e18d..74b3875e7c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/ScanlineHookManager.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/ScanlineHookManager.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.Cores.Nintendo.SNES diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES9X/Snes9x.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES9X/Snes9x.cs index 78d54c9508..6d637228cd 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES9X/Snes9x.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES9X/Snes9x.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.IO; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES9X/Snes9xControllers.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES9X/Snes9xControllers.cs index 23a7bc1445..2a405c03a8 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES9X/Snes9xControllers.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES9X/Snes9xControllers.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/LibSameBoy.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/LibSameBoy.cs index e6b94c45a5..f88d3676fb 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/LibSameBoy.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/LibSameBoy.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IDebuggable.cs index 17fa17a5c1..e2e79be60d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IEmulator.cs index ccc1722a5b..1e9d96f298 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IEmulator.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IMemoryDomains.cs index 99748ec8de..144adca623 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.ISaveRam.cs index 79458d617a..dad1b2c930 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.ISaveRam.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.Sameboy diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.ISettable.cs index 2ab9a6ff88..93b9ce2c4d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.ISoundProvider.cs index fd6e111d3c..1fb2642452 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.ISoundProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.Sameboy diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IStatable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IStatable.cs index d22b984efd..9ed871e2c4 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.IStatable.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.cs index 37f9dcee29..dfd5506a1a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SameBoy/SameBoy.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SubGBHawk/SubGBHawk.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SubGBHawk/SubGBHawk.IEmulator.cs index cb9a646f16..fad2dd0fd3 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SubGBHawk/SubGBHawk.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SubGBHawk/SubGBHawk.IEmulator.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.SubGBHawk diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SubGBHawk/SubGBHawk.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SubGBHawk/SubGBHawk.cs index 32914f6b8f..4075224687 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SubGBHawk/SubGBHawk.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SubGBHawk/SubGBHawk.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Consoles.Nintendo.Gameboy; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SubNESHawk/SubNESHawk.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SubNESHawk/SubNESHawk.IEmulator.cs index b5628b4a5a..ca97323400 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SubNESHawk/SubNESHawk.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/SubNESHawk/SubNESHawk.IEmulator.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Nintendo.NES; diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/ADPCM.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/ADPCM.cs index df422e314a..c7d2ffe1ed 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/ADPCM.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/ADPCM.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components; diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/IGpuView.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/IGpuView.cs index 57c651ea0f..8754549e9d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/IGpuView.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/IGpuView.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.ICodeDataLogger.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.ICodeDataLogger.cs index b30f8490d7..f474b90ed4 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.ICodeDataLogger.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.ICodeDataLogger.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.IDebuggable.cs index e2416cf922..1a756b5f56 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.IMemoryDomains.cs index 59a1075653..3b9ae269ff 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.ISaveRam.cs index 0a4b50e697..4fd573749a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.PCEngine diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.TurboCD.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.TurboCD.cs index 809338cb60..4d7ba97f23 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.TurboCD.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.TurboCD.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.PCEngine diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs index 1688550258..8cc473e6c5 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PceControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PceControllerDeck.cs index a4e48c0a72..a9f82e2dad 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PceControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/PceControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/QuickCollections.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/QuickCollections.cs index 228f18f437..7d7ccb5874 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/QuickCollections.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/QuickCollections.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.PCEngine { // If you're wondering what the point of this is: It's mostly to have .Clear() be fast. diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/ScsiCDBus.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/ScsiCDBus.cs index 35aa698643..add4bab4af 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/ScsiCDBus.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/ScsiCDBus.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.NumberExtensions; using BizHawk.Emulation.Cores.Components; diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/VDC.Render.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/VDC.Render.cs index ada80b224d..a00973094f 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/VDC.Render.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/VDC.Render.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.PCEngine diff --git a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/VPC.cs b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/VPC.cs index ebe019eed1..d6a5f8fa5a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/PC Engine/VPC.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/PC Engine/VPC.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components.H6280; diff --git a/src/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs b/src/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs index c9c1493136..8c4ef0d0d7 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.ICodeDataLog.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.ICodeDataLog.cs index c40d3c7380..7ed0dc8175 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.ICodeDataLog.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.ICodeDataLog.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.IDebuggable.cs index d6a2348f82..71addf8a86 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.IEmulator.cs index 8b6d4c9797..27a5be3134 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.IEmulator.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Sega.GGHawkLink diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.ISaveRam.cs index 9ea36de517..dc6c7904d1 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Sega.GGHawkLink diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.cs index 529d460f7b..a49e386757 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLink.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Sega.MasterSystem; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLinkControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLinkControllerDeck.cs index 6c29341cf6..9aea7635bd 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLinkControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/GGHawkLink/GGHawkLinkControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/PicoDrive/LibPicoDrive.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/PicoDrive/LibPicoDrive.cs index ea07e055d9..69f69e6148 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/PicoDrive/LibPicoDrive.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/PicoDrive/LibPicoDrive.cs @@ -1,6 +1,6 @@ using BizHawk.BizInvoke; using BizHawk.Emulation.Cores.Waterbox; -using System; + using System.Runtime.InteropServices; namespace BizHawk.Emulation.Cores.Consoles.Sega.PicoDrive diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/PicoDrive/PicoDrive.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/PicoDrive/PicoDrive.cs index 5c8422a92f..7ea7b48855 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/PicoDrive/PicoDrive.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/PicoDrive/PicoDrive.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/EEPROM.93c46.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/EEPROM.93c46.cs index 1f74f70daf..7ccb69acb7 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/EEPROM.93c46.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/EEPROM.93c46.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; namespace BizHawk.Emulation.Cores.Sega.MasterSystem diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/MemoryMap.EEPROM.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/MemoryMap.EEPROM.cs index 267c0b2d30..87f4e5be69 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/MemoryMap.EEPROM.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/MemoryMap.EEPROM.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.Cores.Sega.MasterSystem { public partial class SMS diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ICodeDataLogger.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ICodeDataLogger.cs index 477fbfdaa3..b816631da9 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ICodeDataLogger.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ICodeDataLogger.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.IDebuggable.cs index 9d8a340ad4..1488abe4ae 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.IMemoryDomains.cs index 3801f193e6..3dc4bd18da 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ISaveRam.cs index 20ab96123a..62b011f378 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ISaveRam.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Sega.MasterSystem diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ISoundProvider.cs index f97b5bf2f9..8a142c7461 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.ISoundProvider.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.cs index 3d28136829..0bead53efd 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Components; using BizHawk.Emulation.Cores.Components.Z80A; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMSControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMSControllerDeck.cs index ac46a247a0..ce6aecb755 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMSControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMSControllerDeck.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/VDP.Mode4.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/VDP.Mode4.cs index eb9d9849e3..d8c2b6c8a9 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/VDP.Mode4.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/VDP.Mode4.cs @@ -1,5 +1,3 @@ -using System; - // Contains rendering functions for TMS9918 Mode 4. namespace BizHawk.Emulation.Cores.Sega.MasterSystem diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/VDP.ModeTMS.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/VDP.ModeTMS.cs index 1a4935d614..12663a4a2d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/VDP.ModeTMS.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/VDP.ModeTMS.cs @@ -1,5 +1,4 @@ // Contains rendering functions for legacy TMS9918 modes. -using System; namespace BizHawk.Emulation.Cores.Sega.MasterSystem { diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/Saturn/Saturnus.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/Saturn/Saturnus.cs index d89c41705c..6169012aeb 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/Saturn/Saturnus.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/Saturn/Saturnus.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ICodeDataLogger.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ICodeDataLogger.cs index 5cc990652f..b684ff3886 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ICodeDataLogger.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ICodeDataLogger.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IDebuggable.cs index 1fc253158c..b5cc096e8a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IEmulator.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IEmulator.cs index 262e7af53b..753a1026ed 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IEmulator.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IMemoryDomains.cs index 53596066dd..16ad217c1d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISaveRam.cs index 46add24be9..7107a7d9b6 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISettable.cs index b48678a293..c43a2e187c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Globalization; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISoundProvider.cs index e0243f4da5..aab348cf41 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISoundProvider.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IVideoProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IVideoProvider.cs index 67e9c0b2df..86face6854 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IVideoProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IVideoProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs index 195d76f0aa..40f6390b11 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGXControlConverter.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGXControlConverter.cs index 9db366b975..449dec1357 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGXControlConverter.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGXControlConverter.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/LibGPGX.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/LibGPGX.cs index b146b4b12a..f315ec62de 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/LibGPGX.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/LibGPGX.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.IDebuggable.cs index 2d901ab2e5..8cb60cfb06 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.IDebuggable.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.ITraceable.cs b/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.ITraceable.cs index f93a71b5ca..74d5af3ef4 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.ITraceable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.ITraceable.cs @@ -1,4 +1,3 @@ -using System; using System.Text; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs b/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs index 882d1a226c..c63abf5bf5 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs @@ -10,7 +10,6 @@ //perhaps moving the slider is meaningless if the disc is ejected--it only affects what disc is inserted when the disc gets inserted!! yeah! this might could save us! //not exactly user friendly but maybe we can build it from there with a custom UI.. a disk-changer? dunno if that would help -using System; using System.ComponentModel; using System.Runtime.InteropServices; using System.IO; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/OctoshockDll.cs b/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/OctoshockDll.cs index c413fa0ffe..85e805d76b 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/OctoshockDll.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/OctoshockDll.cs @@ -1,6 +1,5 @@ //TODO - make sure msvc builds with 32bit enums and get rid of the extra marshalling fluff here -using System; using System.Runtime.InteropServices; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/PSF.cs b/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/PSF.cs index 4ec469872b..1bdb0c938f 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/PSF.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/PSF.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/BizSwan.cs b/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/BizSwan.cs index 58a9b39083..31cd7f21fc 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/BizSwan.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/BizSwan.cs @@ -1,4 +1,3 @@ -using System; using System.Text; using System.Runtime.InteropServices; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.ISaveRam.cs b/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.ISaveRam.cs index cb775adc3a..b44c001a16 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.ISaveRam.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.ISaveRam.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.WonderSwan diff --git a/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.ISettable.cs index c0c5e0d76f..dd819cba49 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.ISettable.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.ISoundProvider.cs index fe8983b1c9..a200953411 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.ISoundProvider.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.WonderSwan diff --git a/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.IStatable.cs b/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.IStatable.cs index 427d4fd14c..31066bd321 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.IStatable.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.cs b/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.cs index 044b411809..96d3a9846a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/CoreInventory.cs b/src/BizHawk.Emulation.Cores/CoreInventory.cs index 6573150a4d..a6515a3418 100644 --- a/src/BizHawk.Emulation.Cores/CoreInventory.cs +++ b/src/BizHawk.Emulation.Cores/CoreInventory.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/src/BizHawk.Emulation.Cores/FileID.cs b/src/BizHawk.Emulation.Cores/FileID.cs index 59a7746467..05b415394b 100644 --- a/src/BizHawk.Emulation.Cores/FileID.cs +++ b/src/BizHawk.Emulation.Cores/FileID.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.Cores/Libretro/Libretro.Api.cs b/src/BizHawk.Emulation.Cores/Libretro/Libretro.Api.cs index 038315cf95..9cf2323fc7 100644 --- a/src/BizHawk.Emulation.Cores/Libretro/Libretro.Api.cs +++ b/src/BizHawk.Emulation.Cores/Libretro/Libretro.Api.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Libretro/Libretro.IEmulator.cs b/src/BizHawk.Emulation.Cores/Libretro/Libretro.IEmulator.cs index e559b30222..872b5c9616 100644 --- a/src/BizHawk.Emulation.Cores/Libretro/Libretro.IEmulator.cs +++ b/src/BizHawk.Emulation.Cores/Libretro/Libretro.IEmulator.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Libretro/Libretro.IInputPollable.cs b/src/BizHawk.Emulation.Cores/Libretro/Libretro.IInputPollable.cs index 4602b3c836..1f8b488e23 100644 --- a/src/BizHawk.Emulation.Cores/Libretro/Libretro.IInputPollable.cs +++ b/src/BizHawk.Emulation.Cores/Libretro/Libretro.IInputPollable.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; using static BizHawk.Emulation.Cores.Libretro.LibretroApi; diff --git a/src/BizHawk.Emulation.Cores/Libretro/Libretro.IMemoryDomains.cs b/src/BizHawk.Emulation.Cores/Libretro/Libretro.IMemoryDomains.cs index 1f26a62054..8d4960954b 100644 --- a/src/BizHawk.Emulation.Cores/Libretro/Libretro.IMemoryDomains.cs +++ b/src/BizHawk.Emulation.Cores/Libretro/Libretro.IMemoryDomains.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Libretro/Libretro.ISoundProvider.cs b/src/BizHawk.Emulation.Cores/Libretro/Libretro.ISoundProvider.cs index e2557be88d..914e5c6911 100644 --- a/src/BizHawk.Emulation.Cores/Libretro/Libretro.ISoundProvider.cs +++ b/src/BizHawk.Emulation.Cores/Libretro/Libretro.ISoundProvider.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Libretro diff --git a/src/BizHawk.Emulation.Cores/Libretro/Libretro.IStatable.cs b/src/BizHawk.Emulation.Cores/Libretro/Libretro.IStatable.cs index ab708c4d72..b11969c428 100644 --- a/src/BizHawk.Emulation.Cores/Libretro/Libretro.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Libretro/Libretro.IStatable.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Libretro/Libretro.cs b/src/BizHawk.Emulation.Cores/Libretro/Libretro.cs index a26033cce9..7636451cac 100644 --- a/src/BizHawk.Emulation.Cores/Libretro/Libretro.cs +++ b/src/BizHawk.Emulation.Cores/Libretro/Libretro.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Runtime.InteropServices; using System.Text; diff --git a/src/BizHawk.Emulation.Cores/Properties/Resources.cs b/src/BizHawk.Emulation.Cores/Properties/Resources.cs index 6a24c69331..7ba78a8d3f 100644 --- a/src/BizHawk.Emulation.Cores/Properties/Resources.cs +++ b/src/BizHawk.Emulation.Cores/Properties/Resources.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common.IOExtensions; namespace BizHawk.Emulation.Cores.Properties { diff --git a/src/BizHawk.Emulation.Cores/Sound/CDAudio.cs b/src/BizHawk.Emulation.Cores/Sound/CDAudio.cs index 6a51a20da9..08cb480c18 100644 --- a/src/BizHawk.Emulation.Cores/Sound/CDAudio.cs +++ b/src/BizHawk.Emulation.Cores/Sound/CDAudio.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.DiscSystem; diff --git a/src/BizHawk.Emulation.Cores/Sound/DualSyncSound.cs b/src/BizHawk.Emulation.Cores/Sound/DualSyncSound.cs index 5974f33a87..69144f9b3a 100644 --- a/src/BizHawk.Emulation.Cores/Sound/DualSyncSound.cs +++ b/src/BizHawk.Emulation.Cores/Sound/DualSyncSound.cs @@ -1,5 +1,4 @@ using BizHawk.Emulation.Common; -using System; namespace BizHawk.Emulation.Cores.Sound { diff --git a/src/BizHawk.Emulation.Cores/Sound/HuC6280PSG.cs b/src/BizHawk.Emulation.Cores/Sound/HuC6280PSG.cs index 0a768e5659..950e1bc222 100644 --- a/src/BizHawk.Emulation.Cores/Sound/HuC6280PSG.cs +++ b/src/BizHawk.Emulation.Cores/Sound/HuC6280PSG.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/Sound/MMC5Audio.cs b/src/BizHawk.Emulation.Cores/Sound/MMC5Audio.cs index 48bb0e9fca..9107858d48 100644 --- a/src/BizHawk.Emulation.Cores/Sound/MMC5Audio.cs +++ b/src/BizHawk.Emulation.Cores/Sound/MMC5Audio.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Sound/OneBitBeeper.cs b/src/BizHawk.Emulation.Cores/Sound/OneBitBeeper.cs index a70d7e9d8b..7554efe6d4 100644 --- a/src/BizHawk.Emulation.Cores/Sound/OneBitBeeper.cs +++ b/src/BizHawk.Emulation.Cores/Sound/OneBitBeeper.cs @@ -1,4 +1,3 @@ -using System; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Sound/SoundMixer.cs b/src/BizHawk.Emulation.Cores/Sound/SoundMixer.cs index 7754ac651e..e1d4af4131 100644 --- a/src/BizHawk.Emulation.Cores/Sound/SoundMixer.cs +++ b/src/BizHawk.Emulation.Cores/Sound/SoundMixer.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/Sound/Sunsoft5BAudio.cs b/src/BizHawk.Emulation.Cores/Sound/Sunsoft5BAudio.cs index 8f79032eb9..7d0f0d9558 100644 --- a/src/BizHawk.Emulation.Cores/Sound/Sunsoft5BAudio.cs +++ b/src/BizHawk.Emulation.Cores/Sound/Sunsoft5BAudio.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Sound/SyncSoundMixer.cs b/src/BizHawk.Emulation.Cores/Sound/SyncSoundMixer.cs index 333f250407..dbf53e2af1 100644 --- a/src/BizHawk.Emulation.Cores/Sound/SyncSoundMixer.cs +++ b/src/BizHawk.Emulation.Cores/Sound/SyncSoundMixer.cs @@ -1,5 +1,5 @@ using BizHawk.Emulation.Common; -using System; + using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Sound/VRC6Alt.cs b/src/BizHawk.Emulation.Cores/Sound/VRC6Alt.cs index e95f4bf75d..7be9ddebd3 100644 --- a/src/BizHawk.Emulation.Cores/Sound/VRC6Alt.cs +++ b/src/BizHawk.Emulation.Cores/Sound/VRC6Alt.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.NumberExtensions; diff --git a/src/BizHawk.Emulation.Cores/Sound/YM2413.cs b/src/BizHawk.Emulation.Cores/Sound/YM2413.cs index 843cd71e42..5eb9ecce1e 100644 --- a/src/BizHawk.Emulation.Cores/Sound/YM2413.cs +++ b/src/BizHawk.Emulation.Cores/Sound/YM2413.cs @@ -4,7 +4,7 @@ // TODO The savestate support here is very simplistic and incomplete. However, this does not result in desyncs as the YM2413 is write-only. // TODO This should eventually be replaced, due to 1) uncertain licensing terms 2) This is not a native C# implementation, but a naive port. -using System; + using BizHawk.Common; namespace BizHawk.Emulation.Cores.Components diff --git a/src/BizHawk.Emulation.Cores/Waterbox/LibNymaCore.cs b/src/BizHawk.Emulation.Cores/Waterbox/LibNymaCore.cs index 6145b3b08d..9a3e738b46 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/LibNymaCore.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/LibNymaCore.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Waterbox/LibWaterboxCore.cs b/src/BizHawk.Emulation.Cores/Waterbox/LibWaterboxCore.cs index 035ac090e9..1965ceedbc 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/LibWaterboxCore.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/LibWaterboxCore.cs @@ -1,5 +1,5 @@ using BizHawk.BizInvoke; -using System; + using System.Runtime.InteropServices; namespace BizHawk.Emulation.Cores.Waterbox diff --git a/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Cd.cs b/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Cd.cs index 42c15e084f..56d0e7a150 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Cd.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Cd.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Emulation.Common; using BizHawk.Emulation.DiscSystem; diff --git a/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Controller.cs b/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Controller.cs index 42f3c54155..933e1b53bb 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Controller.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Controller.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Settings.ComponentModel.cs b/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Settings.ComponentModel.cs index be7b0379cb..44f1b88b0e 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Settings.ComponentModel.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Settings.ComponentModel.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; diff --git a/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Settings.cs b/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Settings.cs index c3995e39a9..285733c6fa 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Settings.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Settings.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.cs b/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.cs index 0254325912..8d72141e41 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Globalization; using System.IO; diff --git a/src/BizHawk.Emulation.Cores/Waterbox/ProxiedFile.cs b/src/BizHawk.Emulation.Cores/Waterbox/ProxiedFile.cs index b71b951344..6b6b93de4b 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/ProxiedFile.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/ProxiedFile.cs @@ -1,6 +1,5 @@ #nullable enable -using System; using System.IO; namespace BizHawk.Emulation.Cores.Waterbox diff --git a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxCore.cs b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxCore.cs index 9ca5339ea1..b09862697c 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxCore.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxCore.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Linq; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxHost.cs b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxHost.cs index cfe81d3f87..7a3ed81740 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxHost.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxHost.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Runtime.InteropServices; diff --git a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxHostNative.cs b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxHostNative.cs index 0d8d82e78c..65a345db7a 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxHostNative.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxHostNative.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; diff --git a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxMemoryDomain.cs b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxMemoryDomain.cs index 63840d3a0e..393fad0548 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxMemoryDomain.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxMemoryDomain.cs @@ -1,6 +1,5 @@ -using System; using System.Runtime.InteropServices; using BizHawk.BizInvoke; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/A26Schema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/A26Schema.cs index 0201dc9963..f11bd51f2f 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/A26Schema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/A26Schema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/A78Schema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/A78Schema.cs index 361e5a16f0..fe99ee1e79 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/A78Schema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/A78Schema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/AppleIISchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/AppleIISchema.cs index 4c7975055d..8dbe94aed7 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/AppleIISchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/AppleIISchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/C64Schema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/C64Schema.cs index e350af63f0..12f59f37f6 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/C64Schema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/C64Schema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/ColecoSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/ColecoSchema.cs index 81d7e3b8fe..4aedd0d624 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/ColecoSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/ColecoSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/DualGBSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/DualGBSchema.cs index 71c1fd0bdc..86f08fd62a 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/DualGBSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/DualGBSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/GBASchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/GBASchema.cs index 0b1373c792..ec9974e202 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/GBASchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/GBASchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/GBSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/GBSchema.cs index 3c282ed333..e370755b4e 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/GBSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/GBSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/GGLSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/GGLSchema.cs index cabb1d1547..46662b945a 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/GGLSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/GGLSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/GenSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/GenSchema.cs index 1fbce3d218..741a7d669f 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/GenSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/GenSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/IntvSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/IntvSchema.cs index c128f4e0f9..4a1bd19586 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/IntvSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/IntvSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/JaguarSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/JaguarSchema.cs index d3a3915ac6..f206796dbf 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/JaguarSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/JaguarSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/LynxSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/LynxSchema.cs index 8373e2416c..5f95a82432 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/LynxSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/LynxSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/N64Schema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/N64Schema.cs index 481573139b..078cef350c 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/N64Schema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/N64Schema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/NdsSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/NdsSchema.cs index 22965830c8..260d80a8eb 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/NdsSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/NdsSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/NesSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/NesSchema.cs index fc9fccb088..f5885d8f23 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/NesSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/NesSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/NgpSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/NgpSchema.cs index 2e5c42010d..16ec03e17d 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/NgpSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/NgpSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/O2Schema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/O2Schema.cs index 7ea4991238..d47bb90c9f 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/O2Schema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/O2Schema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/PSXSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/PSXSchema.cs index f2eb13e5d7..c02d6f1d03 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/PSXSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/PSXSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/PceSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/PceSchema.cs index d9dbff0623..29c510c9e4 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/PceSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/PceSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/PcfxSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/PcfxSchema.cs index f561ec063a..0b5b4d22ce 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/PcfxSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/PcfxSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/SGBSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/SGBSchema.cs index 4f2a6daa51..dfea3575a2 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/SGBSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/SGBSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/SaturnSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/SaturnSchema.cs index 68a61b7509..b751b22de7 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/SaturnSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/SaturnSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/SmsSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/SmsSchema.cs index 8753ab6294..a1624509af 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/SmsSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/SmsSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/SnesSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/SnesSchema.cs index bf6cca9dd8..89be3c8231 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/SnesSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/SnesSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/TIC80Schema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/TIC80Schema.cs index 647e801d19..8e3bf6cdba 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/TIC80Schema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/TIC80Schema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/VECSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/VECSchema.cs index dfeabd79c0..ce5c9b8c94 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/VECSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/VECSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/VirtualBoySchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/VirtualBoySchema.cs index c2776514d3..33f7901f07 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/VirtualBoySchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/VirtualBoySchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/WonderSwanSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/WonderSwanSchema.cs index 8eb20a10eb..b964b8015f 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/WonderSwanSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/WonderSwanSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.Cores/vpads_schemata/ZXSpectrumSchema.cs b/src/BizHawk.Emulation.Cores/vpads_schemata/ZXSpectrumSchema.cs index 42eaeb8767..1ce8fe013f 100644 --- a/src/BizHawk.Emulation.Cores/vpads_schemata/ZXSpectrumSchema.cs +++ b/src/BizHawk.Emulation.Cores/vpads_schemata/ZXSpectrumSchema.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; diff --git a/src/BizHawk.Emulation.DiscSystem/API_MednaDisc.cs b/src/BizHawk.Emulation.DiscSystem/API_MednaDisc.cs index 4ada99f9b2..f7c212bf73 100644 --- a/src/BizHawk.Emulation.DiscSystem/API_MednaDisc.cs +++ b/src/BizHawk.Emulation.DiscSystem/API_MednaDisc.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.DiscSystem/Disc.cs b/src/BizHawk.Emulation.DiscSystem/Disc.cs index 5ce69c5e7f..e06eb6cde2 100644 --- a/src/BizHawk.Emulation.DiscSystem/Disc.cs +++ b/src/BizHawk.Emulation.DiscSystem/Disc.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; // ARCHITECTURE NOTE: diff --git a/src/BizHawk.Emulation.DiscSystem/DiscDecoding.cs b/src/BizHawk.Emulation.DiscSystem/DiscDecoding.cs index af214f7cba..f996c24a9b 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscDecoding.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscDecoding.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscExceptions.cs b/src/BizHawk.Emulation.DiscSystem/DiscExceptions.cs index 8c9268519a..065bb77778 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscExceptions.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscExceptions.cs @@ -1,5 +1,3 @@ -using System; - // some old junk namespace BizHawk.Emulation.DiscSystem { diff --git a/src/BizHawk.Emulation.DiscSystem/DiscExtensions.cs b/src/BizHawk.Emulation.DiscSystem/DiscExtensions.cs index 067e639568..c3fee8528c 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscExtensions.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscExtensions.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.DiscSystem { public static class DiscExtensions diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_CHD.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_CHD.cs index 15394dcf6a..00b6bd05d6 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_CHD.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_CHD.cs @@ -1,4 +1,3 @@ -using System; using System.IO; namespace BizHawk.Emulation.DiscSystem diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_ECM.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_ECM.cs index 0b9b32c2cb..e56b4bfa06 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_ECM.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_ECM.cs @@ -3,7 +3,6 @@ //TODO - make a background thread to validate the EDC. be sure to terminate thread when the Blob disposes //remember: may need another stream for that. the IBlob architecture doesn't demand multi-threading support -using System; using System.IO; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_WaveFile.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_WaveFile.cs index 9f28c2ed32..ec6bad2535 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_WaveFile.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_WaveFile.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.IO; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_ZeroPadAdapter.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_ZeroPadAdapter.cs index 16b3847c59..92854aafed 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_ZeroPadAdapter.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/Blob_ZeroPadAdapter.cs @@ -1,5 +1,3 @@ -using System; - //I have an ff9 disc which is truncated namespace BizHawk.Emulation.DiscSystem diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/IBlob.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/IBlob.cs index 9572ed2284..ed7385bf2a 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/IBlob.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/IBlob.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.DiscSystem { /// diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/RiffMaster.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/RiffMaster.cs index 56201fee4f..2c2f6ffa16 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/RiffMaster.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/Blobs/RiffMaster.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CCD_format.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CCD_format.cs index fddf80264a..4f67776a51 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CCD_format.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CCD_format.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Globalization; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CDI_format.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CDI_format.cs index 76af9ce656..3d0d024eed 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CDI_format.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CDI_format.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CHD_format.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CHD_format.cs index 69c0b10e14..4bd3d71e20 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CHD_format.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CHD_format.cs @@ -1,4 +1,3 @@ -using System; using System.Buffers.Binary; using System.Collections.Generic; using System.IO; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Compile.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Compile.cs index 451a0a8b60..4d16e0ca22 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Compile.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Compile.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Load.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Load.cs index b3c489a870..80a7ffb89a 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Load.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Load.cs @@ -17,7 +17,6 @@ //PREGAP commands are special : at the moment it is received, emit flat records with a different pregap structure //POSTGAP commands are special : TBD -using System; using System.IO; using System.Collections.Generic; using BizHawk.Common; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Parse.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Parse.cs index 6831187ed2..1d3de8c1c5 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Parse.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Parse.cs @@ -1,6 +1,5 @@ //TODO - object initialization syntax cleanup -using System; using System.Text.RegularExpressions; using System.IO; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_SynthExtras.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_SynthExtras.cs index 151e3fcf85..70d88d32a7 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_SynthExtras.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_SynthExtras.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.DiscSystem.CUE { // extra synths using SS_Base, not used by CUEs but used for other formats diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Synths.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Synths.cs index 299ddd5e8d..6e89618ea4 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Synths.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Synths.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.DiscSystem.CUE { internal abstract class SS_Base : ISectorSynthJob2448 diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Types.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Types.cs index 7b919527bf..e4c221636f 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Types.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CUE_Types.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.DiscSystem.CUE { [Flags] diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CueFileResolver.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CueFileResolver.cs index e5b83baf6d..b7e49d5205 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CueFileResolver.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/CUE/CueFileResolver.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/MDS_Format.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/MDS_Format.cs index b8a4b70133..2ef3bfa416 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/MDS_Format.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/MDS_Format.cs @@ -1,4 +1,3 @@ -using System; using System.Text; using System.IO; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/NRG_format.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/NRG_format.cs index b7eda98fcf..35484c4945 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/NRG_format.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/NRG_format.cs @@ -1,4 +1,3 @@ -using System; using System.Buffers.Binary; using System.IO; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscFormats/SBI_format.cs b/src/BizHawk.Emulation.DiscSystem/DiscFormats/SBI_format.cs index 5b38a77cf1..2519bd92d0 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscFormats/SBI_format.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscFormats/SBI_format.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Collections.Generic; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscHasher.cs b/src/BizHawk.Emulation.DiscSystem/DiscHasher.cs index d2d7f0d2d2..c606696633 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscHasher.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscHasher.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using BizHawk.Common.BufferExtensions; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscIdentifier.cs b/src/BizHawk.Emulation.DiscSystem/DiscIdentifier.cs index 80a14f51e8..a75a1a7f0c 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscIdentifier.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscIdentifier.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscJob.cs b/src/BizHawk.Emulation.DiscSystem/DiscJob.cs index 6c2c77c2cf..d4adeadd64 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscJob.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscJob.cs @@ -1,4 +1,3 @@ -using System; using System.IO; namespace BizHawk.Emulation.DiscSystem diff --git a/src/BizHawk.Emulation.DiscSystem/DiscMountJob.cs b/src/BizHawk.Emulation.DiscSystem/DiscMountJob.cs index e3c053de40..42558deda3 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscMountJob.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscMountJob.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using BizHawk.Common.PathExtensions; using BizHawk.Emulation.DiscSystem.CUE; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscSectorReader.cs b/src/BizHawk.Emulation.DiscSystem/DiscSectorReader.cs index 79c2fbdaf9..6218ac2bf7 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscSectorReader.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscSectorReader.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.DiscSystem { public class DiscSectorReaderPolicy diff --git a/src/BizHawk.Emulation.DiscSystem/DiscStream.cs b/src/BizHawk.Emulation.DiscSystem/DiscStream.cs index ef9dda3f8a..842279707c 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscStream.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscStream.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.DiscSystem { public enum EDiscStreamView diff --git a/src/BizHawk.Emulation.DiscSystem/DiscSubQ.cs b/src/BizHawk.Emulation.DiscSystem/DiscSubQ.cs index 8e467c388e..703993411b 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscSubQ.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscSubQ.cs @@ -1,5 +1,3 @@ -using System; - //TODO - call on unmanaged code in mednadisc if available to do deinterleaving faster. be sure to benchmark it though.. //a decent little subcode reference diff --git a/src/BizHawk.Emulation.DiscSystem/DiscTypes.cs b/src/BizHawk.Emulation.DiscSystem/DiscTypes.cs index 57950f38bb..8ed8ab3c28 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscTypes.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscTypes.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.DiscSystem { /// diff --git a/src/BizHawk.Emulation.DiscSystem/DiscUtils.cs b/src/BizHawk.Emulation.DiscSystem/DiscUtils.cs index deb5ce6a90..456aad4fd4 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscUtils.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscUtils.cs @@ -1,5 +1,3 @@ -using System; - namespace BizHawk.Emulation.DiscSystem { public static class DiscUtils diff --git a/src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/AudioExtractor.cs b/src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/AudioExtractor.cs index 0a134d4027..0f232be8c1 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/AudioExtractor.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/AudioExtractor.cs @@ -1,4 +1,3 @@ -using System; using System.Threading.Tasks; using System.IO; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/DiscoHawkLogic.cs b/src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/DiscoHawkLogic.cs index c656c5fddb..81c426fc4a 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/DiscoHawkLogic.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/DiscoHawkLogic.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using System.Threading; diff --git a/src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/ECMTest.cs b/src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/ECMTest.cs index d11f8170b4..93d5051c10 100644 --- a/src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/ECMTest.cs +++ b/src/BizHawk.Emulation.DiscSystem/DiscoHawkLogic/ECMTest.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_A0A1A2_Job.cs b/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_A0A1A2_Job.cs index 68365bb826..a952831941 100644 --- a/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_A0A1A2_Job.cs +++ b/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_A0A1A2_Job.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; //TODO - generate correct Q subchannel CRC diff --git a/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_DiscTOC_From_RawTOCEntries_Job.cs b/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_DiscTOC_From_RawTOCEntries_Job.cs index 6b48907bf0..81be1d044e 100644 --- a/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_DiscTOC_From_RawTOCEntries_Job.cs +++ b/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_DiscTOC_From_RawTOCEntries_Job.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.DiscSystem diff --git a/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_DiscTracks_From_DiscTOC_Job.cs b/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_DiscTracks_From_DiscTOC_Job.cs index ed208d143c..05744a19f8 100644 --- a/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_DiscTracks_From_DiscTOC_Job.cs +++ b/src/BizHawk.Emulation.DiscSystem/Internal/Jobs/Synthesize_DiscTracks_From_DiscTOC_Job.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.DiscSystem diff --git a/src/BizHawk.Emulation.DiscSystem/Internal/SectorSynth.cs b/src/BizHawk.Emulation.DiscSystem/Internal/SectorSynth.cs index 723c6e01bd..05c295d923 100644 --- a/src/BizHawk.Emulation.DiscSystem/Internal/SectorSynth.cs +++ b/src/BizHawk.Emulation.DiscSystem/Internal/SectorSynth.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; namespace BizHawk.Emulation.DiscSystem diff --git a/src/BizHawk.Emulation.DiscSystem/LibChd.cs b/src/BizHawk.Emulation.DiscSystem/LibChd.cs index c3adbca8f2..6caede046c 100644 --- a/src/BizHawk.Emulation.DiscSystem/LibChd.cs +++ b/src/BizHawk.Emulation.DiscSystem/LibChd.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; #pragma warning disable IDE1006 diff --git a/src/BizHawk.Tests.Testroms.GB.GambatteSuite/GambatteSuite.cs b/src/BizHawk.Tests.Testroms.GB.GambatteSuite/GambatteSuite.cs index 80e46394f3..5ff84081af 100644 --- a/src/BizHawk.Tests.Testroms.GB.GambatteSuite/GambatteSuite.cs +++ b/src/BizHawk.Tests.Testroms.GB.GambatteSuite/GambatteSuite.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Globalization; diff --git a/src/BizHawk.Tests.Testroms.GB/DummyFrontend.cs b/src/BizHawk.Tests.Testroms.GB/DummyFrontend.cs index 8cf92f2d37..5d5e018fe9 100644 --- a/src/BizHawk.Tests.Testroms.GB/DummyFrontend.cs +++ b/src/BizHawk.Tests.Testroms.GB/DummyFrontend.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/src/BizHawk.Tests.Testroms.GB/GB_GBC/AcidTestroms.cs b/src/BizHawk.Tests.Testroms.GB/GB_GBC/AcidTestroms.cs index 66abe9599f..a5334f1cd1 100644 --- a/src/BizHawk.Tests.Testroms.GB/GB_GBC/AcidTestroms.cs +++ b/src/BizHawk.Tests.Testroms.GB/GB_GBC/AcidTestroms.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/src/BizHawk.Tests.Testroms.GB/GB_GBC/BullyGB.cs b/src/BizHawk.Tests.Testroms.GB/GB_GBC/BullyGB.cs index 98e36b5bbd..91dd9e28ce 100644 --- a/src/BizHawk.Tests.Testroms.GB/GB_GBC/BullyGB.cs +++ b/src/BizHawk.Tests.Testroms.GB/GB_GBC/BullyGB.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/src/BizHawk.Tests.Testroms.GB/GB_GBC/CPPTestroms.cs b/src/BizHawk.Tests.Testroms.GB/GB_GBC/CPPTestroms.cs index 00f24a6f41..609be827a6 100644 --- a/src/BizHawk.Tests.Testroms.GB/GB_GBC/CPPTestroms.cs +++ b/src/BizHawk.Tests.Testroms.GB/GB_GBC/CPPTestroms.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Globalization; diff --git a/src/BizHawk.Tests.Testroms.GB/GB_GBC/GBHelper.cs b/src/BizHawk.Tests.Testroms.GB/GB_GBC/GBHelper.cs index e6ecb07c9c..0b954c5bc5 100644 --- a/src/BizHawk.Tests.Testroms.GB/GB_GBC/GBHelper.cs +++ b/src/BizHawk.Tests.Testroms.GB/GB_GBC/GBHelper.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.IO; diff --git a/src/BizHawk.Tests.Testroms.GB/GB_GBC/MealybugTearoomTests.cs b/src/BizHawk.Tests.Testroms.GB/GB_GBC/MealybugTearoomTests.cs index beacd12328..fbf7ae9a52 100644 --- a/src/BizHawk.Tests.Testroms.GB/GB_GBC/MealybugTearoomTests.cs +++ b/src/BizHawk.Tests.Testroms.GB/GB_GBC/MealybugTearoomTests.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/src/BizHawk.Tests.Testroms.GB/GB_GBC/RTC3Test.cs b/src/BizHawk.Tests.Testroms.GB/GB_GBC/RTC3Test.cs index f1e0af112d..bb6b6a8899 100644 --- a/src/BizHawk.Tests.Testroms.GB/GB_GBC/RTC3Test.cs +++ b/src/BizHawk.Tests.Testroms.GB/GB_GBC/RTC3Test.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Tests.Testroms.GB/ImageUtils.cs b/src/BizHawk.Tests.Testroms.GB/ImageUtils.cs index 7e131ad321..3536a2e0a5 100644 --- a/src/BizHawk.Tests.Testroms.GB/ImageUtils.cs +++ b/src/BizHawk.Tests.Testroms.GB/ImageUtils.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; diff --git a/src/BizHawk.Tests.Testroms.GB/TestUtils.cs b/src/BizHawk.Tests.Testroms.GB/TestUtils.cs index a7b1f64a66..389dcf22ae 100644 --- a/src/BizHawk.Tests.Testroms.GB/TestUtils.cs +++ b/src/BizHawk.Tests.Testroms.GB/TestUtils.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; diff --git a/src/BizHawk.Tests/Client.Common/Api/MemoryApiTests.cs b/src/BizHawk.Tests/Client.Common/Api/MemoryApiTests.cs index ec6c5f1453..47d5a3951d 100644 --- a/src/BizHawk.Tests/Client.Common/Api/MemoryApiTests.cs +++ b/src/BizHawk.Tests/Client.Common/Api/MemoryApiTests.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Tests/Client.Common/Movie/ZwinderStateManagerTests.cs b/src/BizHawk.Tests/Client.Common/Movie/ZwinderStateManagerTests.cs index d232917c53..26b7902484 100644 --- a/src/BizHawk.Tests/Client.Common/Movie/ZwinderStateManagerTests.cs +++ b/src/BizHawk.Tests/Client.Common/Movie/ZwinderStateManagerTests.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Linq; using BizHawk.Client.Common; diff --git a/src/BizHawk.Tests/Client.Common/cheats/CheatDecoderTests.cs b/src/BizHawk.Tests/Client.Common/cheats/CheatDecoderTests.cs index e5616bc224..64e26f3737 100644 --- a/src/BizHawk.Tests/Client.Common/cheats/CheatDecoderTests.cs +++ b/src/BizHawk.Tests/Client.Common/cheats/CheatDecoderTests.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/src/BizHawk.Tests/Client.Common/config/SerializationStabilityTests.cs b/src/BizHawk.Tests/Client.Common/config/SerializationStabilityTests.cs index 82ca88e6a3..b92fe3a0e2 100644 --- a/src/BizHawk.Tests/Client.Common/config/SerializationStabilityTests.cs +++ b/src/BizHawk.Tests/Client.Common/config/SerializationStabilityTests.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Reflection; diff --git a/src/BizHawk.Tests/Client.Common/dearchive/DearchivalTests.cs b/src/BizHawk.Tests/Client.Common/dearchive/DearchivalTests.cs index b2ce159d8d..df91fd1890 100644 --- a/src/BizHawk.Tests/Client.Common/dearchive/DearchivalTests.cs +++ b/src/BizHawk.Tests/Client.Common/dearchive/DearchivalTests.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Linq; diff --git a/src/BizHawk.Tests/Client.Common/lua/LuaTests.cs b/src/BizHawk.Tests/Client.Common/lua/LuaTests.cs index 9f42381f8c..a480e0b301 100644 --- a/src/BizHawk.Tests/Client.Common/lua/LuaTests.cs +++ b/src/BizHawk.Tests/Client.Common/lua/LuaTests.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; diff --git a/src/BizHawk.Tests/Common/CollectionExtensions/CollectionExtensionTests.cs b/src/BizHawk.Tests/Common/CollectionExtensions/CollectionExtensionTests.cs index 9366a78b6e..4c57efe801 100644 --- a/src/BizHawk.Tests/Common/CollectionExtensions/CollectionExtensionTests.cs +++ b/src/BizHawk.Tests/Common/CollectionExtensions/CollectionExtensionTests.cs @@ -1,4 +1,3 @@ -using System; using System.Collections; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Tests/Common/EndiannessUtils/EndiannessUtilsTests.cs b/src/BizHawk.Tests/Common/EndiannessUtils/EndiannessUtilsTests.cs index f1a35a841e..311605c232 100644 --- a/src/BizHawk.Tests/Common/EndiannessUtils/EndiannessUtilsTests.cs +++ b/src/BizHawk.Tests/Common/EndiannessUtils/EndiannessUtilsTests.cs @@ -1,5 +1,3 @@ -using System; - using BizHawk.Common; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/src/BizHawk.Tests/Common/MultiPredicateSort/MultiPredicateSortTests.cs b/src/BizHawk.Tests/Common/MultiPredicateSort/MultiPredicateSortTests.cs index 2871111605..2612aae9a8 100644 --- a/src/BizHawk.Tests/Common/MultiPredicateSort/MultiPredicateSortTests.cs +++ b/src/BizHawk.Tests/Common/MultiPredicateSort/MultiPredicateSortTests.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Linq; diff --git a/src/BizHawk.Tests/Common/checksums/SHA1Tests.cs b/src/BizHawk.Tests/Common/checksums/SHA1Tests.cs index 4cabee087f..f4db2b7997 100644 --- a/src/BizHawk.Tests/Common/checksums/SHA1Tests.cs +++ b/src/BizHawk.Tests/Common/checksums/SHA1Tests.cs @@ -1,4 +1,3 @@ -using System; using System.Linq; using System.Text; using BizHawk.Common; diff --git a/src/BizHawk.Tests/EmbeddedData.cs b/src/BizHawk.Tests/EmbeddedData.cs index 42bcab3268..fdada279df 100644 --- a/src/BizHawk.Tests/EmbeddedData.cs +++ b/src/BizHawk.Tests/EmbeddedData.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using System.Reflection; diff --git a/src/BizHawk.WinForms.Controls/GroupBoxEx/RadioButtonGroupTracker.cs b/src/BizHawk.WinForms.Controls/GroupBoxEx/RadioButtonGroupTracker.cs index 01a7c44482..729c1ebcec 100644 --- a/src/BizHawk.WinForms.Controls/GroupBoxEx/RadioButtonGroupTracker.cs +++ b/src/BizHawk.WinForms.Controls/GroupBoxEx/RadioButtonGroupTracker.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.Windows.Forms; diff --git a/src/BizHawk.WinForms.Controls/MenuEx/MenuItemEx.cs b/src/BizHawk.WinForms.Controls/MenuEx/MenuItemEx.cs index f0b8e472aa..b952616e2d 100644 --- a/src/BizHawk.WinForms.Controls/MenuEx/MenuItemEx.cs +++ b/src/BizHawk.WinForms.Controls/MenuEx/MenuItemEx.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.WinForms.Controls/MenuEx/MenuStripEx.cs b/src/BizHawk.WinForms.Controls/MenuEx/MenuStripEx.cs index e1b6ee1d09..6ea0a4c0d3 100644 --- a/src/BizHawk.WinForms.Controls/MenuEx/MenuStripEx.cs +++ b/src/BizHawk.WinForms.Controls/MenuEx/MenuStripEx.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.WinForms.Controls/MenuEx/StatusLabelEx.cs b/src/BizHawk.WinForms.Controls/MenuEx/StatusLabelEx.cs index 4f18424870..d0c04aaa10 100644 --- a/src/BizHawk.WinForms.Controls/MenuEx/StatusLabelEx.cs +++ b/src/BizHawk.WinForms.Controls/MenuEx/StatusLabelEx.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.WinForms.Controls/MenuEx/StatusStripEx.cs b/src/BizHawk.WinForms.Controls/MenuEx/StatusStripEx.cs index e921c7827e..f3600623cd 100644 --- a/src/BizHawk.WinForms.Controls/MenuEx/StatusStripEx.cs +++ b/src/BizHawk.WinForms.Controls/MenuEx/StatusStripEx.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; diff --git a/src/BizHawk.WinForms.Controls/MenuEx/ToolStripEx.cs b/src/BizHawk.WinForms.Controls/MenuEx/ToolStripEx.cs index 9e59d42747..57b2352093 100644 --- a/src/BizHawk.WinForms.Controls/MenuEx/ToolStripEx.cs +++ b/src/BizHawk.WinForms.Controls/MenuEx/ToolStripEx.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; diff --git a/src/MainSlnCommon.props b/src/MainSlnCommon.props index 07aa5599b0..c28261ab53 100644 --- a/src/MainSlnCommon.props +++ b/src/MainSlnCommon.props @@ -19,6 +19,7 @@ +