Updates pt. 4
This commit is contained in:
parent
e4384c5a10
commit
467452a698
|
@ -25,7 +25,6 @@
|
||||||
#include "../retroarch.h"
|
#include "../retroarch.h"
|
||||||
#include "../runloop.h"
|
#include "../runloop.h"
|
||||||
#include "../performance.h"
|
#include "../performance.h"
|
||||||
#include "../intl/intl.h"
|
|
||||||
|
|
||||||
#ifndef AUDIO_BUFFER_FREE_SAMPLES_COUNT
|
#ifndef AUDIO_BUFFER_FREE_SAMPLES_COUNT
|
||||||
#define AUDIO_BUFFER_FREE_SAMPLES_COUNT (8 * 1024)
|
#define AUDIO_BUFFER_FREE_SAMPLES_COUNT (8 * 1024)
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
#include "audio/audio_utils.h"
|
#include "audio/audio_utils.h"
|
||||||
#include "record/record_driver.h"
|
#include "record/record_driver.h"
|
||||||
#include "gfx/video_pixel_converter.h"
|
#include "gfx/video_pixel_converter.h"
|
||||||
#include "intl/intl.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_NETPLAY
|
#ifdef HAVE_NETPLAY
|
||||||
#include "netplay.h"
|
#include "netplay.h"
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
#include "../../performance.h"
|
#include "../../performance.h"
|
||||||
#include "../../intl/intl.h"
|
|
||||||
#include "../../system.h"
|
#include "../../system.h"
|
||||||
|
#include "../../intl/intl.h"
|
||||||
|
|
||||||
const char axis_labels[4][128] = {
|
const char axis_labels[4][128] = {
|
||||||
RETRO_LBL_ANALOG_LEFT_X,
|
RETRO_LBL_ANALOG_LEFT_X,
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#include "../general.h"
|
#include "../general.h"
|
||||||
#include "../retroarch.h"
|
#include "../retroarch.h"
|
||||||
#include "../runloop.h"
|
#include "../runloop.h"
|
||||||
#include "../intl/intl.h"
|
|
||||||
#include "../gfx/video_driver.h"
|
#include "../gfx/video_driver.h"
|
||||||
#include "../gfx/video_viewport.h"
|
#include "../gfx/video_viewport.h"
|
||||||
#include "../msg_hash.h"
|
#include "../msg_hash.h"
|
||||||
|
|
Loading…
Reference in New Issue