mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-13 06:15:07 +01:00
Merge pull request #86 from ekeeke/patch-1
revert unicode character corruption in cdd.c
This commit is contained in:
commit
867c8580f8
@ -1265,7 +1265,7 @@ static void cdd_read_subcode(void)
|
|||||||
void cdd_update(void)
|
void cdd_update(void)
|
||||||
{
|
{
|
||||||
#ifdef LOG_CDD
|
#ifdef LOG_CDD
|
||||||
error("LBA = %d (track n?%d)(latency=%d)\n", cdd.lba, cdd.index, cdd.latency);
|
error("LBA = %d (track n°%d)(latency=%d)\n", cdd.lba, cdd.index, cdd.latency);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* seeking disc */
|
/* seeking disc */
|
||||||
|
Loading…
Reference in New Issue
Block a user