Add hardware acceleration toggle

This commit is contained in:
Opelkuh
2021-10-30 01:02:53 +02:00
parent f8aa4c2851
commit 4d988340eb
3 changed files with 54 additions and 0 deletions

View File

@ -25,6 +25,7 @@ namespace osu.Game.Overlays.Settings.Sections
new LayoutSettings(),
new RendererSettings(),
new ScreenshotSettings(),
new VideoSettings(),
};
}
}