summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-10-19 05:52:41 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-10-19 05:52:41 +0000
commitcf6927cb9f328c197cc7137495b43646d2f2be09 (patch)
tree3836ca68756493954a57b6a63c0b29c24bf7ea68 /.gitattributes
parent05421623da5cd8014428679caba4195bf9f11038 (diff)
Fix MT04065: tiny (and ldplayer) don't link.
This needs an unfortunate hack with a dummy driver added to seed references to the devices that are only otherwise referenced by libemu.a. Also removed SOUNDS += CUSTOM since such a sound device no longer exists.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 7226ac76423..706ca65df44 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -612,6 +612,7 @@ src/emu/drawgfxm.h svneol=native#text/plain
src/emu/driver.c svneol=native#text/plain
src/emu/driver.h svneol=native#text/plain
src/emu/drivers/empty.c svneol=native#text/plain
+src/emu/drivers/emudummy.c svneol=native#text/plain
src/emu/drivers/xtal.h svneol=native#text/plain
src/emu/eigccppc.h svneol=native#text/plain
src/emu/eigccx86.h svneol=native#text/plain