mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-26 12:26:18 +00:00
devtools: persist fsr configs (#2852)
Saves FSR config to imgui.ini so it won't reset every startup
This commit is contained in:
parent
410313ca87
commit
cef795b80b
4 changed files with 27 additions and 2 deletions
|
@ -4,8 +4,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <filesystem>
|
||||
#include <vector>
|
||||
#include <imgui.h>
|
||||
|
||||
#include "common/types.h"
|
||||
|
||||
namespace ImGui {
|
||||
|
||||
namespace Core::TextureManager {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue