mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Enable networking in RetroArch (#123)
This commit is contained in:
13
package/retroarch/0006-enable-networking.patch
Normal file
13
package/retroarch/0006-enable-networking.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/Makefile.miyoo b/Makefile.miyoo
|
||||
index 2880af10ad..1762d23e72 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
|
||||
|
||||
Reference in New Issue
Block a user