Log system information on startup

This commit is contained in:
jp9000
2014-07-12 00:21:06 -07:00
parent 4512b9c4f8
commit 76ff395aed
4 changed files with 233 additions and 0 deletions

View File

@@ -504,10 +504,14 @@ static inline bool obs_init_handlers(void)
extern const struct obs_source_info scene_info;
extern void log_system_info(void);
static bool obs_init(const char *locale)
{
obs = bzalloc(sizeof(struct obs_core));
log_system_info();
if (!obs_init_data())
return false;
if (!obs_init_handlers())