mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-19 02:36:27 +01:00
Revert "Remove some unnecessary includes."
Turns out this explodes on Linux. This reverts commit c4696568cc15d140cbdae460cd5e227c46845114.
This commit is contained in:
parent
c4696568cc
commit
f3af8ee0f0
@ -6,6 +6,7 @@
|
|||||||
#define _NULLSOUNDSTREAM_H_
|
#define _NULLSOUNDSTREAM_H_
|
||||||
|
|
||||||
#include "SoundStream.h"
|
#include "SoundStream.h"
|
||||||
|
#include "Thread.h"
|
||||||
|
|
||||||
#define BUF_SIZE (48000 * 4 / 32)
|
#define BUF_SIZE (48000 * 4 / 32)
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
#define _DEBUGINTERFACE_H
|
#define _DEBUGINTERFACE_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
class DebugInterface
|
class DebugInterface
|
||||||
{
|
{
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#ifndef _EXIDEVICE_H
|
#ifndef _EXIDEVICE_H
|
||||||
#define _EXIDEVICE_H
|
#define _EXIDEVICE_H
|
||||||
|
|
||||||
|
#include "Common.h"
|
||||||
#include "ChunkFile.h"
|
#include "ChunkFile.h"
|
||||||
|
|
||||||
enum TEXIDevices
|
enum TEXIDevices
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#ifndef _GCPAD_H_INCLUDED__
|
#ifndef _GCPAD_H_INCLUDED__
|
||||||
#define _GCPAD_H_INCLUDED__
|
#define _GCPAD_H_INCLUDED__
|
||||||
|
|
||||||
|
#include "CommonTypes.h"
|
||||||
|
|
||||||
#define PAD_ERR_NONE 0
|
#define PAD_ERR_NONE 0
|
||||||
#define PAD_ERR_NO_CONTROLLER -1
|
#define PAD_ERR_NO_CONTROLLER -1
|
||||||
#define PAD_ERR_NOT_READY -2
|
#define PAD_ERR_NOT_READY -2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user