MIPS/ARM: blit faster, thx redblue

This commit is contained in:
BPanther
2020-06-20 17:35:00 +02:00
committed by Thilo Graf
parent 0a64ccc0e9
commit e947d53eba
2 changed files with 4 additions and 4 deletions

View File

@@ -410,8 +410,8 @@ bool CFbAccelARM::fullHdAvailable()
}
#if ENABLE_ARM_ACC
#define BLIT_INTERVAL_MIN 40
#define BLIT_INTERVAL_MAX 250
#define BLIT_INTERVAL_MIN 10
#define BLIT_INTERVAL_MAX 50
void CFbAccelARM::run()
{
printf(LOGTAG "run start\n");

View File

@@ -411,8 +411,8 @@ bool CFbAccelMIPS::fullHdAvailable()
}
#if ENABLE_MIPS_ACC
#define BLIT_INTERVAL_MIN 40
#define BLIT_INTERVAL_MAX 250
#define BLIT_INTERVAL_MIN 10
#define BLIT_INTERVAL_MAX 50
void CFbAccelMIPS::run()
{
printf(LOGTAG "run start\n");