mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
- u can use real keyboard on OSK (when searching for e.g.) - add hack for "Swap OK/Cancel buttons in menu" when using OSK - using "Unified menu controls" for keystrokes so will behave the same as controller which is to expect refactor commits log
26 lines
608 B
Diff
26 lines
608 B
Diff
From 9116e6ccb9fba122d962876963b17fb1f72454f3 Mon Sep 17 00:00:00 2001
|
|
From: Apaczer <94932128+Apaczer@users.noreply.github.com>
|
|
Date: Mon, 10 Mar 2025 20:46:29 +0100
|
|
Subject: [PATCH] Makefile.miyoo: enable Networking
|
|
|
|
---
|
|
Makefile.miyoo | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.miyoo b/Makefile.miyoo
|
|
index 4c4d92b208..87013d37f0 100644
|
|
--- a/Makefile.miyoo
|
|
+++ b/Makefile.miyoo
|
|
@@ -112,7 +112,7 @@ HAVE_LIBSHAKE = 0
|
|
HAVE_CORE_INFO_CACHE = 1
|
|
#HAVE_TINYALSA = 1
|
|
HAVE_NEAREST_RESAMPLER = 1
|
|
-
|
|
+HAVE_NETWORKING = 1
|
|
OS = Linux
|
|
TARGET = retroarch
|
|
|
|
--
|
|
2.45.2.windows.1
|
|
|