mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 07:23:05 +00:00
Added stubs for cd_playtrack() and BoxTest().
svn-id: r3630
This commit is contained in:
parent
8a84e16c2c
commit
1247c1984f
@ -37,6 +37,14 @@ SoundEngine sound;
|
||||
SOUND_DRIVER_TYPE snd_driv;
|
||||
|
||||
|
||||
void cd_playtrack(int track, int offset, int delay) {
|
||||
/* Not implemented yet => stub function */
|
||||
}
|
||||
|
||||
void BoxTest(int num) {
|
||||
/* No debugger on the DC => stub function */
|
||||
}
|
||||
|
||||
void waitForTimer(Scumm *s, int time)
|
||||
{
|
||||
if(time<0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user