From 4e01abe0308f091b6e05a4feec4622956d96fb65 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Thu, 8 Apr 2021 03:25:49 +0100 Subject: [PATCH] Vita: set(PREFILL_PLAYER_NAME ON) Not strictly necessary because we always do this now if the gamepad is active, just adding for consistency with other handheld ports --- CMake/vita_defs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/vita_defs.cmake b/CMake/vita_defs.cmake index 20f5b7411..adb3d69ea 100644 --- a/CMake/vita_defs.cmake +++ b/CMake/vita_defs.cmake @@ -1,5 +1,5 @@ set(ASAN OFF) set(UBSAN OFF) set(NONET ON) +set(PREFILL_PLAYER_NAME ON) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDEFAULT_WIDTH=960 -DDEFAULT_HEIGHT=544") -