1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
This commit is contained in:
twinaphex 2015-09-04 21:11:00 +02:00
parent a3349dc364
commit 4ebfe7a779
6 changed files with 25 additions and 16 deletions

View File

@ -14,13 +14,15 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "autosave.h"
#include <rthreads/rthreads.h>
#include <stdio.h>
#include <stdlib.h>
#include <boolean.h>
#include <string.h>
#include <stdio.h>
#include <rthreads/rthreads.h>
#include "general.h"
#include "autosave.h"
struct autosave
{

View File

@ -14,22 +14,24 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "cheats.h"
#include "general.h"
#include "runloop.h"
#include "dynamic.h"
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <file/config_file.h>
#include <file/file_path.h>
#include <compat/strl.h>
#include <compat/posix_string.h>
#include "cheats.h"
#include "general.h"
#include "runloop.h"
#include "dynamic.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
void cheat_manager_apply_cheats(cheat_manager_t *handle)
{

View File

@ -15,11 +15,12 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "core_info.h"
#include "general.h"
#include <file/file_path.h>
#include "file_ext.h"
#include <file/file_extract.h>
#include "core_info.h"
#include "general.h"
#include "dir_list_special.h"
#include "config.def.h"

View File

@ -14,11 +14,11 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <compat/posix_string.h>
#include "driver.h"
#include "general.h"
#include "retroarch.h"
#include "msg_hash.h"
#include "compat/posix_string.h"
#include "gfx/video_monitor.h"
#include "audio/audio_monitor.h"

View File

@ -20,7 +20,9 @@
#include <stdlib.h>
#include <string.h>
#include <net/net_compat.h>
#include "netplay.h"
#include "general.h"
#include "autosave.h"

View File

@ -16,14 +16,16 @@
*/
#define __STDC_LIMIT_MACROS
#include "rewind.h"
#include "performance.h"
#include <stdlib.h>
#include <string.h>
#include <retro_inline.h>
#include "dynamic.h"
#include "general.h"
#include "msg_hash.h"
#include "rewind.h"
#include "performance.h"
#ifndef UINT16_MAX
#define UINT16_MAX 0xffff