Write PROGRAM_VERSION_STRING at start of log.

This commit is contained in:
Aloshi 2013-06-02 11:17:13 -05:00
parent 628b0b6958
commit 1cef2f5433

View file

@ -11,6 +11,7 @@
#include "platform.h"
#include "Log.h"
#include "Window.h"
#include "EmulationStation.h"
#ifdef _RPI_
#include <bcm_host.h>
@ -109,6 +110,7 @@ int main(int argc, char* argv[])
//start the logger
Log::open();
LOG(LogInfo) << "EmulationStation - " << PROGRAM_VERSION_STRING;
//the renderer also takes care of setting up SDL for input and sound
bool renderInit = Renderer::init(width, height);