Hi there, i try to follow the tutorial ->
https://wiki.ubuntuusers.de/Archiv/Spie ... mit_Glide/But when i try to patch, this ask me which file i want to patch
- Code: Select all
$ cat dosbox_glide.diff | patch -p0
can't find file to patch at input line 53
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|DOSBox Glide patch.
|
|From: gulikoza <gulikoza@si-gamer.net>
|
|Add Glide support.
|
|Author: gulikoza (http://vogons.zetafleet.com/viewtopic.php?t=16462)
|
|Changes:
| - configurable splash screen
| - support multiple buffer locks (eg: back + depth) (Extreme Assault)
| - increase available LFB memory
| - fix Tie Break Tennis init
| - fix Unreal GPF
|
|Previous versions:
| - 2012/06/08: Fix grTexClampMode (thanks robertmo!)
| - 2011/08/03: Fix polygon rendering
| - 2010/10/27: Add Pył support, fix grLFBRead/WriteRegion
| - 2009/11/24: Fix some minor issues, add MacOSX support (!)
| - 2009/10/09: Various fixes and code cleanups, fix originlocation + splash screen
| - 2009/08/30: Fix LFB operations when paging is active
| - 2009/06/04: Updated for 0.73, add MSVC6 projects for glide2x win9x build
| - 2008/09/14: Updated for current CVS, allow disabling LFB reads/writes
| - 2008/02/17: Updated for current CVS
| - 2007/11/06: Improve TR shadow support (gidierre)
| - 2007/10/18: Add TombRaider shadow hack (thanks gidierre!)
| - 2007/09/03: Fix a crash when closing dosbox while glide is active
| - 2007/08/28: x86_64 support
| - 2007/08/23: Fix buffer overflow
| - 2007/08/22: Fix compilation problems
|
|TODO:
| - threading (?)
|---
| configure.ac | 2
| include/glide.h | 331 ++++++++
| include/glidedef.h | 179 ++++
| include/mem.h | 2
| src/dosbox.cpp | 12
| src/gui/sdlmain.cpp | 13
| src/hardware/Makefile.am | 2
| src/hardware/glide.cpp | 1962 ++++++++++++++++++++++++++++++++++++++++++++++
| src/hardware/memory.cpp | 21
| 9 files changed, 2520 insertions(+), 4 deletions(-)
| create mode 100644 include/glide.h
| create mode 100644 include/glidedef.h
| create mode 100644 src/hardware/glide.cpp
|
|diff --git a/configure.ac b/configure.ac
|--- configure.ac
|+++ configure.ac
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file include/glide.h,
which already exists! Assume -R? [n] y
patching file include/glide.h
The next patch would create the file include/glidedef.h,
which already exists! Assume -R? [n] y
patching file include/glidedef.h
can't find file to patch at input line 585
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/include/mem.h b/include/mem.h
|--- include/mem.h
|+++ include/mem.h
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 597
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/src/dosbox.cpp b/src/dosbox.cpp
|--- src/dosbox.cpp
|+++ src/dosbox.cpp
--------------------------
File to patch:
i am trying to patch dosbox 0.73 source code.
Someone have a patch version for the official dosbox 0.74 source code to enable glide support ???