mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 11:35:45 +00:00
don't make fullscreen default
This commit is contained in:
parent
13cd22aea6
commit
dfc4f1c35b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
namespace Config {
|
||||
|
||||
static bool isNeo = false;
|
||||
static bool isFullscreen = true;
|
||||
static bool isFullscreen = false;
|
||||
static u32 screenWidth = 1280;
|
||||
static u32 screenHeight = 720;
|
||||
static s32 gpuId = -1; // Vulkan physical device index. Set to negative for auto select
|
||||
|
|
Loading…
Add table
Reference in a new issue