speed improvement and fixes for 32x ARM asm draw

This commit is contained in:
kub 2019-04-25 19:02:29 +02:00
parent 83bafe8e0b
commit 08626dab12
5 changed files with 118 additions and 60 deletions

View file

@ -311,11 +311,6 @@ void PicoDraw32xLayerMdOnly(int offs, int lines)
void PicoDrawSetOutFormat32x(pdso_t which, int use_32x_line_mode)
{
#ifdef _ASM_32X_DRAW
extern void *Pico32xNativePal;
Pico32xNativePal = Pico32xMem->pal_native;
#endif
if (which == PDF_RGB555) {
// need CLUT pixels in PicoDraw2FB for layer transparency
PicoDrawSetInternalBuf(Pico.est.Draw2FB, 328);