devtools: persist fsr configs (#2852)

Saves FSR config to imgui.ini so it won't reset every startup
This commit is contained in:
Vinicius Rangel
2025-04-27 13:32:29 -03:00
committed by GitHub
parent 410313ca87
commit cef795b80b
4 changed files with 27 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include "SDL3/SDL_log.h"
#include "layer.h"
#include <imgui.h>
#include "SDL3/SDL_log.h"
#include "common/config.h"
#include "common/singleton.h"
#include "common/types.h"