index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
sfx
/
tests
/
stubs.c
blob: 06da6f941914badd37d515e5fcb85c1374193958 (
plain
)
1
2
3
4
5
6
7
8
9
int
sciprintf
(
char
*
fmt
,...)
{
return
0
;
}
int
sfx_pcm_available
()
{
return
1
;
}