mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
Update config.h
This commit is contained in:
parent
8748f94363
commit
8e41d5614c
@ -19,6 +19,8 @@ enum HideCursorState : int { Never, Idle, Always };
|
||||
void load(const std::filesystem::path& path);
|
||||
void save(const std::filesystem::path& path);
|
||||
|
||||
int getVolumeSlider();
|
||||
void setVolumeSlider(int volumeValue);
|
||||
std::string getTrophyKey();
|
||||
void setTrophyKey(std::string key);
|
||||
bool getIsFullscreen();
|
||||
|
Loading…
Reference in New Issue
Block a user