mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
lcd: fix function name in comments in assembly files (lcd_write_yup_420 instead of lcd_write_yuv420)
This commit is contained in:
parent
cfccd57dcb
commit
5ef27368f1
8 changed files with 16 additions and 16 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include "cpu.h"
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride);
|
||||
*
|
||||
|
|
@ -243,7 +243,7 @@ lcd_write_yuv420_lines:
|
|||
.size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines_odither(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride,
|
||||
* int x_screen,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue