From acb405ba36ec82511525f4f9e2a0775e2d85308e Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Sun, 22 Oct 2017 23:37:05 +0900 Subject: Implemented filename and PCM filename display --- fmdsp/fmdsp_sprites.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fmdsp/fmdsp_sprites.h') diff --git a/fmdsp/fmdsp_sprites.h b/fmdsp/fmdsp_sprites.h index 1553400..5c33554 100644 --- a/fmdsp/fmdsp_sprites.h +++ b/fmdsp/fmdsp_sprites.h @@ -181,6 +181,12 @@ enum { COMMENT_TRI_X = 8, COMMENT_TRI_U_Y = 349, COMMENT_TRI_D_Y = 387, + FILEBAR_PCMBAR_X = 551, + FILEBAR_PCM_X = FILEBAR_PCMBAR_X + 4, + FILEBAR_PCM_TRI_X = FILEBAR_PCM_X + 1, + FILEBAR_PCM_NAME_X = FILEBAR_PCM_TRI_X + 27, + FILEBAR_PCM_NAME_Y = FILEBAR_TRI_Y - 4, + FILEBAR_PCM_W = 88, }; enum { -- cgit v1.2.3