Add API for saving driver prefs. Save fullscreen state in D3D11 driver.

This commit is contained in:
elasota
2020-07-03 02:46:43 -04:00
parent ed9e0fec97
commit 05604e5604
23 changed files with 542 additions and 51 deletions

View File

@@ -76,6 +76,11 @@ void GpInputDriverXInput::Shutdown()
free(this);
}
IGpPrefsHandler *GpInputDriverXInput::GetPrefsHandler() const
{
return nullptr;
}
GpInputDriverXInput *GpInputDriverXInput::Create(const GpInputDriverProperties &props)
{
void *storage = malloc(sizeof(GpInputDriverXInput));