mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-25 12:55:00 +00:00
Added Fullscreen mode (#173)
* Added Fullscreen mode * fix for config.toml * fix for config.toml * Apply review comment
This commit is contained in:
parent
1a66fa098f
commit
1563dffd46
3 changed files with 12 additions and 3 deletions
|
@ -11,6 +11,7 @@ void load(const std::filesystem::path& path);
|
|||
void save(const std::filesystem::path& path);
|
||||
|
||||
bool isNeoMode();
|
||||
bool isFullscreenMode();
|
||||
std::string getLogFilter();
|
||||
std::string getLogType();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue