mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(PSP) fixes OSD text rendering glitches.
This commit is contained in:
parent
ea1c580839
commit
6ea5afbd07
@ -37,7 +37,7 @@
|
||||
#endif
|
||||
|
||||
/* Frame buffer */
|
||||
#define SCEGU_VRAM_TOP 0x04000000
|
||||
#define SCEGU_VRAM_TOP 0x44000000
|
||||
/* 16bit mode */
|
||||
#define SCEGU_VRAM_BUFSIZE (SCEGU_VRAM_WIDTH*SCEGU_SCR_HEIGHT*2)
|
||||
#define SCEGU_VRAM_BP_0 (void *)(SCEGU_VRAM_TOP)
|
||||
|
Loading…
Reference in New Issue
Block a user