mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
TOUCHE: MidiPlayer::_gmToRol is 128 bytes long
This commit is contained in:
parent
9d8f94d79c
commit
a9e7fbe7e4
@ -28,7 +28,7 @@
|
||||
|
||||
namespace Touche {
|
||||
|
||||
static const uint8 _gmToRol[256] = {
|
||||
static const uint8 _gmToRol[128] = {
|
||||
0x01, 0x02, 0x03, 0x08, 0x04, 0x05, 0x11, 0x14, 0x66, 0x66, 0x66, 0x62, 0x69, 0x68, 0x67, 0x26,
|
||||
0x09, 0x0A, 0x0B, 0x0E, 0x0F, 0x10, 0x10, 0x10, 0x3C, 0x3D, 0x3D, 0x3D, 0x3D, 0x3E, 0x3F, 0x3F,
|
||||
0x47, 0x41, 0x42, 0x48, 0x45, 0x46, 0x1D, 0x1E, 0x35, 0x36, 0x37, 0x39, 0x33, 0x34, 0x3A, 0x71,
|
||||
|
Loading…
Reference in New Issue
Block a user