mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
rendering, fix bgr555 output mode
NB not done for ARM asm since no target uses bgr555
This commit is contained in:
parent
42077979ca
commit
16b11d9171
4 changed files with 43 additions and 42 deletions
|
@ -7,6 +7,8 @@
|
|||
* See COPYING file in the top-level directory.
|
||||
*
|
||||
* this is highly specialized, be careful if changing related C code!
|
||||
*
|
||||
* NB only does RGB565 output, BGR555 isn't supported
|
||||
*/
|
||||
|
||||
#include "pico_int_offs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue