Output ASCII art image after all init functions (inside main_mobile.c)
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#endif
|
||||
#include "../liboptions/options.h"
|
||||
#include "../libfm/fm.h"
|
||||
#include "image.h"
|
||||
|
||||
#define DEFAULT_LO_OFFSET -1000000.0
|
||||
|
||||
@@ -494,6 +495,9 @@ void main_mobile(int *quit, int latency, int interval, void (*myhandler)(void),
|
||||
if (console_open_audio(latspl))
|
||||
return;
|
||||
|
||||
if (!loopback)
|
||||
print_image();
|
||||
|
||||
/* real time priority */
|
||||
if (rt_prio > 0) {
|
||||
struct sched_param schedp;
|
||||
|
Reference in New Issue
Block a user