generic-pc: help finding missing blit() calls

Origin commit data
------------------
Branch: master
Commit: 437a7d1b51
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-06-01 (Sat, 01 Jun 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-06-01 15:58:47 +02:00
parent 699fe77b5d
commit d3e2b1e863

View File

@@ -40,6 +40,8 @@ void init_td_api()
* valgrind-check other parts... export HAL_NOAVDEC=1 */
if (getenv("HAL_NOAVDEC"))
HAL_nodec = true;
/* hack, this triggers that the simple_display thread does not blit() once per second... */
setenv("SPARK_NOBLIT", "1", 1);
initialized = true;
}