diff --git a/UWUVCI AIO WPF/Classes/GameConfig.cs b/UWUVCI AIO WPF/Classes/GameConfig.cs
index 6214121..384c1d5 100644
--- a/UWUVCI AIO WPF/Classes/GameConfig.cs
+++ b/UWUVCI AIO WPF/Classes/GameConfig.cs
@@ -59,6 +59,7 @@ namespace UWUVCI_AIO_WPF
public PNGTGA TGATv { get; set; } = new PNGTGA();
public PNGTGA TGALog { get; set; } = new PNGTGA();
public N64Conf N64Stuff { get; set; } = new N64Conf();
+ public N64Conf GBAStuff { get; set; } = new N64Conf();
}
}
diff --git a/UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/OtherConfigs - Kopieren - Kopieren (2).xaml b/UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/OtherConfigs - Kopieren - Kopieren (2).xaml
index f33c767..7df5b22 100644
--- a/UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/OtherConfigs - Kopieren - Kopieren (2).xaml
+++ b/UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/OtherConfigs - Kopieren - Kopieren (2).xaml
@@ -28,6 +28,11 @@
+
+
+
+
+
diff --git a/UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/OtherConfigs - Kopieren - Kopieren (2).xaml.cs b/UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/OtherConfigs - Kopieren - Kopieren (2).xaml.cs
index ab9ee68..581f89f 100644
--- a/UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/OtherConfigs - Kopieren - Kopieren (2).xaml.cs
+++ b/UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/OtherConfigs - Kopieren - Kopieren (2).xaml.cs
@@ -601,6 +601,20 @@ namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
}
}
+ private void rbRDF_GBA_Click(object sender, RoutedEventArgs e)
+ {
+ mvm.GameConfiguration.GBAStuff.DarkFilter = true;
+ }
+
+ private void rbREF_GBA_Click(object sender, RoutedEventArgs e)
+ {
+ mvm.GameConfiguration.GBAStuff.DarkFilter = false;
+ }
+
+ private void RbREF_GBA_Checked(object sender, RoutedEventArgs e)
+ {
+
+ }
}
}