mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Rename retro.h to libretro_version_1.h
This commit is contained in:
parent
68c4d364e1
commit
90c7617b65
2
driver.h
2
driver.h
@ -37,7 +37,7 @@
|
||||
#include "audio/audio_resampler_driver.h"
|
||||
#include "record/record_driver.h"
|
||||
|
||||
#include "retro.h"
|
||||
#include "libretro_version_1.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <boolean.h>
|
||||
#include "libretro.h"
|
||||
#include "dynamic.h"
|
||||
#include "retro.h"
|
||||
#include "libretro_version_1.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <stddef.h>
|
||||
#include <boolean.h>
|
||||
#include "libretro.h"
|
||||
#include "retro.h"
|
||||
#include "libretro_version_1.h"
|
||||
|
||||
typedef struct netplay netplay_t;
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <boolean.h>
|
||||
#include "retro.h"
|
||||
#include "libretro_version_1.h"
|
||||
#include "dynamic.h"
|
||||
#include "content.h"
|
||||
#include "file_ops.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user