diff options
author | 2011-08-20 06:47:40 +0000 | |
---|---|---|
committer | 2011-08-20 06:47:40 +0000 | |
commit | 36136e22936c95afdae79694e0eb7027039a9d0f (patch) | |
tree | 7617bff78cadf1e1601d04426d92861d23e82859 /.gitattributes | |
parent | 45359b609ba1a3c350a4fad729fe4f656421bf23 (diff) |
Added support for loading other image types to cdrom device, with use of chdman part of code [Miodrag Milanovic]
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index aa8a277202d..682f72ba70a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1539,6 +1539,8 @@ src/lib/util/cdrom.c svneol=native#text/plain src/lib/util/cdrom.h svneol=native#text/plain src/lib/util/chd.c svneol=native#text/plain src/lib/util/chd.h svneol=native#text/plain +src/lib/util/chdcd.c svneol=native#text/plain +src/lib/util/chdcd.h svneol=native#text/plain src/lib/util/corefile.c svneol=native#text/plain src/lib/util/corefile.h svneol=native#text/plain src/lib/util/corestr.c svneol=native#text/plain @@ -4938,8 +4940,6 @@ src/osd/windows/winutf8.h svneol=native#text/plain src/osd/windows/winutil.c svneol=native#text/plain src/osd/windows/winutil.h svneol=native#text/plain src/osd/windows/winwork.c svneol=native#text/plain -src/tools/chdcd.c svneol=native#text/plain -src/tools/chdcd.h svneol=native#text/plain src/tools/chdman.c svneol=native#text/plain src/tools/jedutil.c svneol=native#text/plain src/tools/ldresample.c svneol=native#text/plain |