You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this file only contains extern consts containing screen size. This approach is unnecessary since ACE really supports only PAL modes atm and values other than 320/256 may yield unexpected results.
Sometimes screen dimensions are needed in code, so to make them more generic I propose adding generic/screen.h which would contain defines with PAL/NTSC screen boundaries, also hires/laced variants. Also, PAL/NTSC names will be more meaningful
The text was updated successfully, but these errors were encountered:
Currently, this file only contains extern consts containing screen size. This approach is unnecessary since ACE really supports only PAL modes atm and values other than 320/256 may yield unexpected results.
Sometimes screen dimensions are needed in code, so to make them more generic I propose adding generic/screen.h which would contain defines with PAL/NTSC screen boundaries, also hires/laced variants. Also, PAL/NTSC names will be more meaningful
The text was updated successfully, but these errors were encountered: