mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 12:36:18 +00:00
57ab31843d
* Update kernel Config/patches for CEC support * Add base CEC support to dock-hotplug, and make so support can be disabled via uenv.txt * Add working libcec package for L4T, and enable CEC support in packages. * Fix pulseaudio-alsa routing This fixes using other audio backends(Alsathread, Alsa, TinyAlsa) in retroarch via dock or bluetooth. * Downgrade GCC in L4T builds This fixes issues revolving around undefined symbol: __aarch64_ldadd4_acq_rel issue with gcc 10 * Fix updater for switch builds Only tested working with tar archives. * Edit retroarch default settings for the switch. * Fix pulseaudio changing sink volume issues.
16 lines
339 B
Diff
16 lines
339 B
Diff
diff --git a/gcc/config/aarch64/arm_acle.h b/gcc/config/aarch64/arm_acle.h
|
|
index 56147352c..5b35faed2 100644
|
|
--- a/gcc/config/aarch64/arm_acle.h
|
|
+++ b/gcc/config/aarch64/arm_acle.h
|
|
@@ -92,6 +92,10 @@ __rint64x (double __a)
|
|
}
|
|
#pragma GCC pop_options
|
|
|
|
+#ifdef __cplusplus
|
|
+}
|
|
+#endif
|
|
+
|
|
#pragma GCC pop_options
|
|
|
|
#pragma GCC push_options
|