summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2011-10-31 01:30:24 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2011-10-31 01:30:24 +0000
commitfd0be74ab47456c9c7f3932885d78cc26df3ad52 (patch)
tree232cb1181eb2d663c283b8e7b633f90c9910c022 /.gitattributes
parentab7999d477e0bd177447ecf47ab9dbc47c3eab63 (diff)
SDL: Add TAP/TUN networking capability and shell script for configuration [Carl]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index fe78be61998..bcd9ac8eaae 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4908,6 +4908,10 @@ src/osd/sdl/man/ldverify.1 svneol=native#text/plain
src/osd/sdl/man/mame.1 svneol=native#text/plain
src/osd/sdl/man/romcmp.1 svneol=native#text/plain
src/osd/sdl/man/testkeys.1 svneol=native#text/plain
+src/osd/sdl/netdev.c svneol=native#text/plain
+src/osd/sdl/netdev.h svneol=native#text/plain
+src/osd/sdl/netdev_tap.c svneol=native#text/plain
+src/osd/sdl/netdev_tap.h svneol=native#text/plain
src/osd/sdl/osd_opengl.h svneol=native#text/plain
src/osd/sdl/osdsdl.h svneol=native#text/plain
src/osd/sdl/osinline.h svneol=native#text/plain
@@ -4962,6 +4966,7 @@ src/osd/sdl/shader/glsl_plain_rgb32_lut.fsh.c svneol=native#text/plain
src/osd/sdl/sound.c svneol=native#text/plain
src/osd/sdl/strconv.c svneol=native#text/plain
src/osd/sdl/strconv.h svneol=native#text/plain
+src/osd/sdl/taputil.sh svneol=native#text/plain
src/osd/sdl/testkeys.c svneol=native#text/plain
src/osd/sdl/texcopy.c svneol=native#text/plain
src/osd/sdl/texsrc.h svneol=native#text/plain