mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
Fix slashes in OpenAL includes
This commit is contained in:
parent
8461bee32e
commit
bde5c9cfed
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "OpenAL\include\al.h"
|
||||
#include "OpenAL\include\alc.h"
|
||||
#include "OpenAL/include/al.h"
|
||||
#include "OpenAL/include/alc.h"
|
||||
#include <map>
|
||||
|
||||
extern ALenum g_last_al_error;
|
||||
@ -47,3 +47,4 @@ public:
|
||||
bool AddBlock(ALuint bufferID, ALsizei size, const void* src);
|
||||
void AddData(const void* src, ALsizei size);
|
||||
};
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "sysutil_audio.h"
|
||||
#include "AL\OpenALThread.h"
|
||||
#include "AL/OpenALThread.h"
|
||||
|
||||
struct AudioInfo
|
||||
{
|
||||
@ -44,3 +44,4 @@ public:
|
||||
};
|
||||
|
||||
extern OpenALThread* m_audio_out;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user