Skip to content

Commit

Permalink
Moved IAudioDriver into Fel
Browse files Browse the repository at this point in the history
  • Loading branch information
ferris committed May 17, 2013
1 parent 3e49efc commit cca8158
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 36 deletions.
2 changes: 0 additions & 2 deletions Chip8/Apu.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#include "../Common.h"

#include "../IAudioDriver.h"

class Apu
{
public:
Expand Down
2 changes: 0 additions & 2 deletions Chip8/Chip8.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#include "Gpu.h"
#include "Apu.h"

#include "../IAudioDriver.h"

class Chip8 : public IEmulator
{
public:
Expand Down
1 change: 0 additions & 1 deletion DirectSoundAudioDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define __DIRECTSOUNDAUDIODRIVER_H__

#include "Common.h"
#include "IAudioDriver.h"

#include <Windows.h>
#include <dsound.h>
Expand Down
5 changes: 0 additions & 5 deletions IAudioDriver.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions IAudioDriver.h

This file was deleted.

2 changes: 0 additions & 2 deletions Vip8.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
<ClCompile Include="Chip8\Gpu.cpp" />
<ClCompile Include="DirectSoundAudioDriver.cpp" />
<ClCompile Include="GLVideoDriver.cpp" />
<ClCompile Include="IAudioDriver.cpp" />
<ClCompile Include="Main.cpp" />
</ItemGroup>
<ItemGroup>
Expand All @@ -93,7 +92,6 @@
<ClInclude Include="Common.h" />
<ClInclude Include="DirectSoundAudioDriver.h" />
<ClInclude Include="GLVideoDriver.h" />
<ClInclude Include="IAudioDriver.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 0 additions & 2 deletions Vip8.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<Filter>Chip8</Filter>
</ClCompile>
<ClCompile Include="GLVideoDriver.cpp" />
<ClCompile Include="IAudioDriver.cpp" />
<ClCompile Include="DirectSoundAudioDriver.cpp" />
<ClCompile Include="Chip8\Apu.cpp">
<Filter>Chip8</Filter>
Expand All @@ -29,7 +28,6 @@
<Filter>Chip8</Filter>
</ClInclude>
<ClInclude Include="GLVideoDriver.h" />
<ClInclude Include="IAudioDriver.h" />
<ClInclude Include="DirectSoundAudioDriver.h" />
<ClInclude Include="Chip8\Apu.h">
<Filter>Chip8</Filter>
Expand Down

0 comments on commit cca8158

Please sign in to comment.