gitextract_nzcsa59w/ ├── .gitattributes ├── .gitignore ├── AnalysisReport.sarif ├── LICENSE ├── README.md ├── UWUVCI AIO WPF/ │ ├── App.config │ ├── App.xaml │ ├── App.xaml.cs │ ├── AssemblyInfo1.cs │ ├── Classes/ │ │ ├── BootImage.cs │ │ ├── DeflickerDitheringRemover.cs │ │ ├── Dol.cs │ │ ├── GameConfig.cs │ │ ├── GameCubeISO.cs │ │ ├── Injection.cs │ │ ├── KeyFile.cs │ │ ├── MenuIconImage - Kopieren.cs │ │ ├── MenuIconImage.cs │ │ └── ToolCheck.cs │ ├── FodyWeavers.xml │ ├── FodyWeavers.xsd │ ├── Font/ │ │ └── font.otf │ ├── Helpers/ │ │ ├── ConsoleLoggerWriter.cs │ │ ├── FileUtils.cs │ │ ├── JsonSettingsManager.cs │ │ ├── Logger.cs │ │ └── MacLinuxHelper.cs │ ├── ILLink/ │ │ └── ILLink.Descriptors.LibraryBuild.xml │ ├── Models/ │ │ ├── BaseModel.cs │ │ ├── DolSection.cs │ │ ├── GctCode.cs │ │ ├── JsonAppSettings.cs │ │ ├── MainViewModel.cs │ │ ├── N64Conf.cs │ │ ├── PNGTGA.cs │ │ ├── TKeys.cs │ │ └── ToolStep.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Settings.cs │ ├── UI/ │ │ ├── Done.xaml │ │ ├── Done.xaml.cs │ │ ├── Frames/ │ │ │ ├── InjectFrame.xaml │ │ │ ├── InjectFrame.xaml.cs │ │ │ ├── InjectFrames/ │ │ │ │ ├── Bases/ │ │ │ │ │ ├── BaseContainerFrame.xaml │ │ │ │ │ ├── BaseContainerFrame.xaml.cs │ │ │ │ │ ├── CustomBaseFrame.xaml │ │ │ │ │ ├── CustomBaseFrame.xaml.cs │ │ │ │ │ ├── NonCustomBaseFrame.xaml │ │ │ │ │ └── NonCustomBaseFrame.xaml.cs │ │ │ │ └── Configurations/ │ │ │ │ ├── BrightnessValidationRule.cs │ │ │ │ ├── GBA.xaml │ │ │ │ ├── GBA.xaml.cs │ │ │ │ ├── GCConfig.xaml │ │ │ │ ├── GCConfig.xaml.cs │ │ │ │ ├── InverseBootConverter.cs │ │ │ │ ├── N64Config.xaml │ │ │ │ ├── N64Config.xaml.cs │ │ │ │ ├── OtherConfigs.xaml │ │ │ │ ├── OtherConfigs.xaml.cs │ │ │ │ ├── PixelArtScalerValidationRule.cs │ │ │ │ ├── TurboGrafX.xaml │ │ │ │ ├── TurboGrafX.xaml.cs │ │ │ │ ├── WiiConfig.xaml │ │ │ │ └── WiiConfig.xaml.cs │ │ │ ├── KeyFrame/ │ │ │ │ ├── TKFrame.xaml │ │ │ │ └── TKFrame.xaml.cs │ │ │ ├── Path/ │ │ │ │ ├── Paths.xaml │ │ │ │ └── Paths.xaml.cs │ │ │ ├── SettingsFrame.xaml │ │ │ ├── SettingsFrame.xaml.cs │ │ │ ├── StartFrame.xaml │ │ │ └── StartFrame.xaml.cs │ │ └── Windows/ │ │ ├── BaseGameWindow.xaml │ │ ├── BaseGameWindow.xaml.cs │ │ ├── CloseWindow.xaml │ │ ├── CloseWindow.xaml.cs │ │ ├── Custom Message - Kopieren.xaml │ │ ├── Custom Message - Kopieren.xaml.cs │ │ ├── Custom Message.xaml │ │ ├── Custom Message.xaml.cs │ │ ├── DownloadWait - Kopieren.xaml │ │ ├── DownloadWait - Kopieren.xaml.cs │ │ ├── DownloadWait.xaml │ │ ├── DownloadWait.xaml.cs │ │ ├── EnterKey.xaml │ │ ├── EnterKey.xaml.cs │ │ ├── GuideWindow.xaml │ │ ├── GuideWindow.xaml.cs │ │ ├── IMG_Message - Kopieren - Kopieren - Kopieren.xaml │ │ ├── IMG_Message - Kopieren - Kopieren - Kopieren.xaml.cs │ │ ├── IMG_Message - Kopieren - Kopieren.xaml │ │ ├── IMG_Message - Kopieren - Kopieren.xaml.cs │ │ ├── IMG_Message - Kopieren.xaml │ │ ├── IMG_Message - Kopieren.xaml.cs │ │ ├── IMG_Message.xaml │ │ ├── IMG_Message.xaml.cs │ │ ├── ImageCreator - Kopieren - Kopieren (2).xaml │ │ ├── ImageCreator - Kopieren - Kopieren (2).xaml.cs │ │ ├── ImageCreator - Kopieren - Kopieren.xaml │ │ ├── ImageCreator - Kopieren - Kopieren.xaml.cs │ │ ├── ImageCreator - Kopieren.xaml │ │ ├── ImageCreator - Kopieren.xaml.cs │ │ ├── ImageCreator.xaml │ │ ├── ImageCreator.xaml.cs │ │ ├── IntroductionWindow.xaml │ │ ├── IntroductionWindow.xaml.cs │ │ ├── MacLinuxWindow.xaml │ │ ├── MacLinuxWindow.xaml.cs │ │ ├── MenuWindow.xaml │ │ ├── MenuWindow.xaml.cs │ │ ├── TitleKeys - Kopieren.xaml │ │ ├── TitleKeys - Kopieren.xaml.cs │ │ ├── TitleKeys.xaml │ │ └── TitleKeys.xaml.cs │ ├── UWUVCI AIO WPF.csproj │ ├── app.manifest │ ├── packages.config │ └── uwuvci_installer_creator/ │ ├── app/ │ │ └── Readme.txt │ └── install_script.iss ├── UWUVCI AIO WPF.sln └── upgrade-assistant.clef