Skip to content
  • Deucе's avatar
    22f3d102
    Don't link in RGB <-> YUV tables by default. · 22f3d102
    Deucе authored
    Instead, have the r2yptr and y2rptr pointers that need to be set
    to those tables in order for interpolation to work.  Not setting one
    locks ciolib into "LCD" modes (everything uses square pixels), and
    XBR scaling is disabled.
    
    The CIOLIB_INTERPOLATE_OBJS make variable contains the path to the
    object file that contains those tables, so it's just a matter of
    some code and an extra (128MB) object to link against.
    22f3d102
    Don't link in RGB <-> YUV tables by default.
    Deucе authored
    Instead, have the r2yptr and y2rptr pointers that need to be set
    to those tables in order for interpolation to work.  Not setting one
    locks ciolib into "LCD" modes (everything uses square pixels), and
    XBR scaling is disabled.
    
    The CIOLIB_INTERPOLATE_OBJS make variable contains the path to the
    object file that contains those tables, so it's just a matter of
    some code and an extra (128MB) object to link against.
Loading