mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 23:01:58 +00:00
No longer stubs
svn-id: r15906
This commit is contained in:
parent
6cd046a906
commit
fe43ebf73b
@ -2381,7 +2381,7 @@ void ScummEngine_v72he::o72_copyString() {
|
||||
appendSubstring(dst, src, -1, -1);
|
||||
|
||||
push(dst);
|
||||
debug(1,"stub o72_copyString");
|
||||
debug(1,"o72_copyString");
|
||||
}
|
||||
|
||||
void ScummEngine_v72he::o72_appendString() {
|
||||
@ -2402,7 +2402,7 @@ void ScummEngine_v72he::o72_appendString() {
|
||||
appendSubstring(dst, src, srcOffs, len);
|
||||
|
||||
push(dst);
|
||||
debug(1,"stub o72_appendString");
|
||||
debug(1,"o72_appendString");
|
||||
}
|
||||
|
||||
void ScummEngine_v72he::o72_concatString() {
|
||||
@ -2424,7 +2424,7 @@ void ScummEngine_v72he::o72_concatString() {
|
||||
appendSubstring(dst, src2, 0, -1);
|
||||
|
||||
push(dst);
|
||||
debug(1,"stub o72_concatString");
|
||||
debug(1,"o72_concatString");
|
||||
}
|
||||
|
||||
void ScummEngine_v72he::o72_checkGlobQueue() {
|
||||
|
@ -741,7 +741,7 @@ void ScummEngine_v70he::o70_getStringWidth() {
|
||||
}
|
||||
|
||||
push(width);
|
||||
debug(1,"stub o70_getStringWidth (%d)", width);
|
||||
debug(1,"o70_getStringWidth (%d)", width);
|
||||
}
|
||||
|
||||
void ScummEngine_v70he::o70_kernelSetFunctions() {
|
||||
@ -831,7 +831,7 @@ void ScummEngine_v70he::o70_appendString() {
|
||||
appendSubstring(dst, src, srcOffs, len);
|
||||
|
||||
push(dst);
|
||||
debug(1,"stub o70_appendString");
|
||||
debug(1,"o70_appendString");
|
||||
}
|
||||
|
||||
void ScummEngine_v70he::o70_compareString() {
|
||||
@ -873,7 +873,7 @@ void ScummEngine_v70he::o70_compareString() {
|
||||
}
|
||||
|
||||
push (i);
|
||||
debug(1,"o70_compareString stub (%d, %d, %d)", id, id2, i);
|
||||
debug(1,"o70_compareString (%d, %d, %d)", id, id2, i);
|
||||
}
|
||||
|
||||
void ScummEngine_v70he::o70_readINI() {
|
||||
@ -956,7 +956,7 @@ void ScummEngine_v70he::o70_getStringLenForWidth() {
|
||||
}
|
||||
|
||||
push(len);
|
||||
debug(1,"stub o70_getStringLenForWidth (%d)", len);
|
||||
debug(1,"o70_getStringLenForWidth (%d)", len);
|
||||
}
|
||||
|
||||
void ScummEngine_v70he::o70_getCharIndexInString() {
|
||||
@ -998,7 +998,7 @@ void ScummEngine_v70he::o70_getCharIndexInString() {
|
||||
}
|
||||
|
||||
push(-1);
|
||||
debug(1,"stub o70_getCharIndexInString");
|
||||
debug(1,"o70_getCharIndexInString");
|
||||
}
|
||||
|
||||
void ScummEngine_v70he::o70_setFilePath() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user