diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-03-27 23:29:30 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-03-27 23:29:30 +0900 |
commit | e2ee18347d45e4620a8279afb8b0bc4a809441ef (patch) | |
tree | 04045a1e15a48c995b1b5f2c463f21144aec322e /fmdsp/font_fmdsp_small_data.h | |
parent | c5a386c9e2cce061310f3660e4898218dabbec31 (diff) |
fmdsp: display pcm file names
Diffstat (limited to 'fmdsp/font_fmdsp_small_data.h')
-rw-r--r-- | fmdsp/font_fmdsp_small_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fmdsp/font_fmdsp_small_data.h b/fmdsp/font_fmdsp_small_data.h index 3702831..d5f9105 100644 --- a/fmdsp/font_fmdsp_small_data.h +++ b/fmdsp/font_fmdsp_small_data.h @@ -128,4 +128,4 @@ static const unsigned char fontdat[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; -static unsigned int fmdsp_dat_len = 1536; + |