MIPS/ARM: blit faster, thx redblue

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c8c8a14dc
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-06-20 (Sat, 20 Jun 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2020-06-20 17:35:00 +02:00
committed by vanhofen
parent 0eb0a3a25f
commit 30049a0acb
2 changed files with 4 additions and 4 deletions

View File

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

View File

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