aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorAaron Kling2018-04-09 15:13:13 -0500
committerAaron Kling2018-04-09 23:05:36 -0500
commitb2fed0c3e7d6daac2d5b808330602428d4f2c656 (patch)
treefcbe22f1d608be4604f7e46a7180bcfe00ec0c62 /frontend
parentb2aef32156f90092d1c4ef2611c64ba778e4484f (diff)
downloadpcsx_rearmed-b2fed0c3e7d6daac2d5b808330602428d4f2c656.tar.gz
pcsx_rearmed-b2fed0c3e7d6daac2d5b808330602428d4f2c656.tar.bz2
pcsx_rearmed-b2fed0c3e7d6daac2d5b808330602428d4f2c656.zip
Add missing libretro linker script
Diffstat (limited to 'frontend')
-rw-r--r--frontend/link.T5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/link.T b/frontend/link.T
new file mode 100644
index 0000000..b0c262d
--- /dev/null
+++ b/frontend/link.T
@@ -0,0 +1,5 @@
+{
+ global: retro_*;
+ local: *;
+};
+