Update duckstationsa & 552 kernel config
This commit is contained in:
parent
b32a8a012c
commit
587b7c6ba9
3 changed files with 26 additions and 12 deletions
|
@ -10,7 +10,7 @@ PKG_SHORTDESC="Fast PlayStation 1 emulator for x86-64/AArch32/AArch64 "
|
|||
|
||||
case ${DEVICE} in
|
||||
RG552|handheld)
|
||||
PKG_VERSION="b3d074a4807bd0fadd7af41555c4f29b1159dcd7"
|
||||
PKG_VERSION="ef3ad91ad0969013bc29ad1276c13aa2842ecc2b"
|
||||
PKG_PATCH_DIRS+=" new"
|
||||
;;
|
||||
*)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
diff --git a/src/frontend-common/fullscreen_ui.cpp b/src/frontend-common/fullscreen_ui.cpp
|
||||
index b66d1ddd..3b1ffe91 100644
|
||||
index ce53e69f..fc0b24d5 100644
|
||||
--- a/src/frontend-common/fullscreen_ui.cpp
|
||||
+++ b/src/frontend-common/fullscreen_ui.cpp
|
||||
@@ -222,6 +222,7 @@ static void DoChangeDiscFromFile();
|
||||
@@ -244,6 +244,7 @@ static void DoChangeDiscFromFile();
|
||||
static void DoChangeDisc();
|
||||
static void DoRequestExit();
|
||||
static void DoToggleFullscreen();
|
||||
|
@ -10,7 +10,7 @@ index b66d1ddd..3b1ffe91 100644
|
|||
static void DoCheatsMenu();
|
||||
static void DoToggleAnalogMode();
|
||||
|
||||
@@ -922,6 +923,10 @@ void FullscreenUI::DoToggleFullscreen()
|
||||
@@ -1038,6 +1039,11 @@ void FullscreenUI::DoToggleFullscreen()
|
||||
Host::RunOnCPUThread([]() { Host::SetFullscreen(!Host::IsFullscreen()); });
|
||||
}
|
||||
|
||||
|
@ -18,15 +18,16 @@ index b66d1ddd..3b1ffe91 100644
|
|||
+{
|
||||
+ Host::SetFullscreen(true);
|
||||
+}
|
||||
+
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// Landing Window
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
@@ -934,6 +939,8 @@ void FullscreenUI::SwitchToLanding()
|
||||
@@ -1050,6 +1056,8 @@ void FullscreenUI::SwitchToLanding()
|
||||
|
||||
void FullscreenUI::DrawLandingWindow()
|
||||
{
|
||||
+ EnableDoToggleFullscreen();
|
||||
+
|
||||
BeginFullscreenColumns();
|
||||
BeginFullscreenColumns(nullptr, 0.0f, true);
|
||||
|
||||
if (BeginFullscreenColumnWindow(0.0f, 570.0f, "logo", UIPrimaryDarkColor))
|
||||
if (BeginFullscreenColumnWindow(0.0f, -710.0f, "logo", UIPrimaryDarkColor))
|
||||
|
|
|
@ -2605,6 +2605,9 @@ CONFIG_INPUT_JOYDEV=y
|
|||
CONFIG_INPUT_EVDEV=y
|
||||
# CONFIG_INPUT_EVBUG is not set
|
||||
|
||||
#
|
||||
# Input Device Drivers
|
||||
#
|
||||
#
|
||||
# Input Device Drivers
|
||||
#
|
||||
|
@ -2613,10 +2616,8 @@ CONFIG_KEYBOARD_ADC=y
|
|||
# CONFIG_KEYBOARD_ADP5588 is not set
|
||||
# CONFIG_KEYBOARD_ADP5589 is not set
|
||||
# CONFIG_KEYBOARD_ATKBD is not set
|
||||
# CONFIG_KEYBOARD_QT1050 is not set
|
||||
# CONFIG_KEYBOARD_QT1070 is not set
|
||||
# CONFIG_KEYBOARD_QT2160 is not set
|
||||
# CONFIG_KEYBOARD_DLINK_DIR685 is not set
|
||||
# CONFIG_KEYBOARD_LKKBD is not set
|
||||
CONFIG_KEYBOARD_GPIO=y
|
||||
CONFIG_KEYBOARD_GPIO_POLLED=y
|
||||
|
@ -2634,12 +2635,24 @@ CONFIG_KEYBOARD_GPIO_POLLED=y
|
|||
# CONFIG_KEYBOARD_STOWAWAY is not set
|
||||
# CONFIG_KEYBOARD_SUNKBD is not set
|
||||
# CONFIG_KEYBOARD_OMAP4 is not set
|
||||
# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
|
||||
CONFIG_KEYBOARD_ROCKCHIP=y
|
||||
# CONFIG_KEYBOARD_XTKBD is not set
|
||||
CONFIG_KEYBOARD_CROS_EC=y
|
||||
# CONFIG_KEYBOARD_CAP11XX is not set
|
||||
# CONFIG_KEYBOARD_BCM is not set
|
||||
# CONFIG_KEYBOARD_CYPRESS_SF is not set
|
||||
# CONFIG_INPUT_MOUSE is not set
|
||||
CONFIG_INPUT_MOUSE=y
|
||||
# CONFIG_MOUSE_PS2 is not set
|
||||
# CONFIG_MOUSE_SERIAL is not set
|
||||
# CONFIG_MOUSE_APPLETOUCH is not set
|
||||
# CONFIG_MOUSE_BCM5974 is not set
|
||||
CONFIG_MOUSE_CYAPA=y
|
||||
CONFIG_MOUSE_ELAN_I2C=y
|
||||
CONFIG_MOUSE_ELAN_I2C_I2C=y
|
||||
# CONFIG_MOUSE_ELAN_I2C_SMBUS is not set
|
||||
# CONFIG_MOUSE_VSXXXAA is not set
|
||||
# CONFIG_MOUSE_GPIO is not set
|
||||
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
|
||||
# CONFIG_MOUSE_SYNAPTICS_USB is not set
|
||||
CONFIG_INPUT_JOYSTICK=y
|
||||
CONFIG_JOYSTICK_ANALOG=y
|
||||
CONFIG_JOYSTICK_A3D=y
|
||||
|
|
Loading…
Reference in a new issue