From c9772f059cf92a9dec41456db7e4341ef7d5ed6a Mon Sep 17 00:00:00 2001 From: tiopex <67048640+tiopex@users.noreply.github.com> Date: Thu, 5 Sep 2024 01:37:53 +0200 Subject: [PATCH] Enable networking in RetroArch (#123) --- package/retroarch/0006-enable-networking.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/retroarch/0006-enable-networking.patch diff --git a/package/retroarch/0006-enable-networking.patch b/package/retroarch/0006-enable-networking.patch new file mode 100644 index 00000000..3fe0d0c4 --- /dev/null +++ b/package/retroarch/0006-enable-networking.patch @@ -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 +