Updates pt. 4

This commit is contained in:
twinaphex 2015-07-02 18:55:49 +02:00
parent e4384c5a10
commit 467452a698
4 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,6 @@
#include "../retroarch.h"
#include "../runloop.h"
#include "../performance.h"
#include "../intl/intl.h"
#ifndef AUDIO_BUFFER_FREE_SAMPLES_COUNT
#define AUDIO_BUFFER_FREE_SAMPLES_COUNT (8 * 1024)

View File

@ -39,7 +39,6 @@
#include "audio/audio_utils.h"
#include "record/record_driver.h"
#include "gfx/video_pixel_converter.h"
#include "intl/intl.h"
#ifdef HAVE_NETPLAY
#include "netplay.h"

View File

@ -22,8 +22,8 @@
#include "../../general.h"
#include "../../performance.h"
#include "../../intl/intl.h"
#include "../../system.h"
#include "../../intl/intl.h"
const char axis_labels[4][128] = {
RETRO_LBL_ANALOG_LEFT_X,

View File

@ -23,7 +23,6 @@
#include "../general.h"
#include "../retroarch.h"
#include "../runloop.h"
#include "../intl/intl.h"
#include "../gfx/video_driver.h"
#include "../gfx/video_viewport.h"
#include "../msg_hash.h"