mirror of https://github.com/inolen/redream.git
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:
parent
487a786b8b
commit
f97782e777
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue