-
-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Description
From a programmers perspective it makes no difference which value is used if both values do the same and it is only to control the behavior. Which is the case for VRAM_ADRSTINC_128
. Therefore, I suggest to remove one of the definitions of VRAM_ADRSTINC_128
or comment one out to avoid re-definition of the same enumeration value.
See:
pvsneslib/pvsneslib/include/snes/video.h
Lines 49 to 50 in 862adbf
VRAM_ADRSTINC_128 = (2 << 0), /*!< \brief Address Increment Step (0..3 = Increment Word-Address by 1,32,128,128) */ | |
VRAM_ADRSTINC_128 = (3 << 0), /*!< \brief Address Increment Step (0..3 = Increment Word-Address by 1,32,128,128) */ |
Metadata
Metadata
Assignees
Labels
No labels