Include "config.h" before including msg_hash.h - we were

getting a crash at startup of the Qt desktop interface because
we didn't do this
This commit is contained in:
twinaphex 2021-09-02 01:12:24 +02:00
parent ad01f5d5b6
commit 868865c388

View file

@ -25,15 +25,20 @@
#include <retro_common_api.h>
#include <retro_miscellaneous.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gfx/video_defines.h"
#include "input/input_defines.h"
#include "led/led_defines.h"
#include "msg_hash.h"
#ifdef HAVE_LAKKA
#include "lakka.h"
#endif
#include "msg_hash.h"
#define configuration_set_float(settings, var, newvar) \
{ \
settings->modified = true; \