Core: Update <Project64-plugin-spec\ to <Project64-plugin-spec/
This commit is contained in:
parent
f3d6d3fc7c
commit
c4abebe201
|
@ -14,7 +14,7 @@
|
|||
#else
|
||||
#include <Project64-audio/Driver/OpenSLES.h>
|
||||
#endif
|
||||
#include <Project64-plugin-spec\Audio.h>
|
||||
#include <Project64-plugin-spec/Audio.h>
|
||||
#include "Version.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#pragma once
|
||||
#include <Project64-plugin-spec\Audio.h>
|
||||
#include <Project64-plugin-spec/Audio.h>
|
||||
|
||||
extern AUDIO_INFO g_AudioInfo;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#pragma once
|
||||
#include <Common/SyncEvent.h>
|
||||
#include <Project64-plugin-spec\Audio.h>
|
||||
#include <Project64-plugin-spec/Audio.h>
|
||||
#include "SoundBase.h"
|
||||
|
||||
class OpenSLESDriver :
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include <Project64-plugin-spec\Input.h>
|
||||
#include <Project64-plugin-spec/Input.h>
|
||||
#include "DirectInput.h"
|
||||
#include "N64Controller.h"
|
||||
#include "Shortcuts.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include <string>
|
||||
#include "N64Controller.h"
|
||||
#include "Shortcuts.h"
|
||||
#include <Project64-plugin-spec\Input.h>
|
||||
#include <Project64-plugin-spec/Input.h>
|
||||
|
||||
class CInputSettings
|
||||
{
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "trace.h"
|
||||
#include "SettingsID.h"
|
||||
#include <Settings/Settings.h>
|
||||
#include<Project64-plugin-spec\Video.h>
|
||||
#include <Project64-plugin-spec/Video.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Common/CriticalSection.h>
|
||||
|
|
Loading…
Reference in New Issue