generic-pc: help finding missing blit() calls

This commit is contained in:
Stefan Seyfried
2013-06-01 15:58:47 +02:00
parent 94830cf33f
commit 437a7d1b51

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;
}