enabled seek for devices
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@487
This commit is contained in:
parent
00d4feeb16
commit
81f2bdf671
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@ bool device_CON::Write(Bit8u * data,Bit16u * size) {
|
|||
}
|
||||
|
||||
bool device_CON::Seek(Bit32u * pos,Bit32u type) {
|
||||
return false;
|
||||
// seek is valid
|
||||
*pos = 0;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool device_CON::Close() {
|
||||
|
|
Loading…
Add table
Reference in a new issue