mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-05 09:39:32 +00:00
Rearrange HAVE_CONFIG_H ifdef placement
This commit is contained in:
parent
4b2adec67a
commit
15d62256d7
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
#include <compat/strl.h>
|
#include <compat/strl.h>
|
||||||
|
|
||||||
#include "frontend_driver.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "frontend_driver.h"
|
||||||
|
|
||||||
static frontend_ctx_driver_t *frontend_ctx_drivers[] = {
|
static frontend_ctx_driver_t *frontend_ctx_drivers[] = {
|
||||||
#if defined(EMSCRIPTEN)
|
#if defined(EMSCRIPTEN)
|
||||||
&frontend_ctx_emscripten,
|
&frontend_ctx_emscripten,
|
||||||
|
Loading…
Reference in New Issue
Block a user