mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 23:58:04 -04:00
speed improvement and fixes for 32x ARM asm draw
This commit is contained in:
parent
83bafe8e0b
commit
08626dab12
5 changed files with 118 additions and 60 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue