Change on DISC_MAX_TRACKS

Changing DISC_MAX_TRACKS from 64 to 128 (attempt to fix issue https://github.com/inolen/redream/issues/204 )
This commit is contained in:
literalmente-game 2017-10-30 14:34:38 -02:00 committed by Anthony Pesch
parent 487a786b8b
commit f97782e777
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#define DISC_MAX_SECTOR_SIZE 2352
#define DISC_MAX_SESSIONS 2
#define DISC_MAX_TRACKS 64
#define DISC_MAX_TRACKS 128
#define DISC_UID_SIZE 256
enum {