mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-12 22:37:10 +00:00
Setting DarkFilter to be true to match the default
This commit is contained in:
parent
3f5cbbb65d
commit
c7a647d098
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@ namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
|
|||
public GBA()
|
||||
{
|
||||
mvm = (MainViewModel)FindResource("mvm");
|
||||
mvm.GameConfiguration.GBAStuff = new N64Conf();
|
||||
mvm.GameConfiguration.GBAStuff = new N64Conf
|
||||
{
|
||||
DarkFilter = true
|
||||
};
|
||||
InitializeComponent();
|
||||
mvm.setThing(this);
|
||||
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
|
||||
|
|
Loading…
Reference in a new issue