mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
partially revived platform support for PSP (unfinished)
just to have a platform with an unusal screen resolution - suspend/resume handling probably non-working - no scaling settings - no image generation currently no intentions to finish this.
This commit is contained in:
parent
f821bb7011
commit
cdc6aac4c0
17 changed files with 961 additions and 2468 deletions
|
@ -148,7 +148,11 @@ char *PDebugSpriteList(void)
|
|||
}
|
||||
|
||||
#define GREEN1 0x0700
|
||||
#ifdef USE_BGR555
|
||||
#if defined(USE_BGR555)
|
||||
#define YELLOW1 0x039c
|
||||
#define BLUE1 0x7800
|
||||
#define RED1 0x001e
|
||||
#elif defined(USE_BGR565)
|
||||
#define YELLOW1 0x071c
|
||||
#define BLUE1 0xf000
|
||||
#define RED1 0x001e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue