mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
AUDIO: Silence compiler warning in Nuked OPL emulator
This commit is contained in:
parent
3676c3886d
commit
2d62b8efeb
@ -1474,7 +1474,6 @@ void OPL::dualWrite(uint8 index, uint8 reg, uint8 val) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
byte OPL::read(int port) {
|
byte OPL::read(int port) {
|
||||||
port = 0;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user