mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 08:49:47 +00:00
Remove SimpleFIFO
This commit is contained in:
parent
2c6e495d0f
commit
f841c7f4f8
@ -156,7 +156,6 @@ SOURCES_CXX += $(MEDNAFEN_DIR)/cdrom/CDAccess.cpp \
|
||||
$(MEDNAFEN_DIR)/cdrom/CDAccess_Image.cpp \
|
||||
$(MEDNAFEN_DIR)/cdrom/CDAccess_CCD.cpp \
|
||||
$(MEDNAFEN_DIR)/cdrom/CDAccess_PBP.cpp \
|
||||
$(MEDNAFEN_DIR)/cdrom/SimpleFIFO.cpp \
|
||||
$(MEDNAFEN_DIR)/cdrom/audioreader.cpp \
|
||||
$(MEDNAFEN_DIR)/cdrom/misc.cpp \
|
||||
$(MEDNAFEN_DIR)/cdrom/cdromif.cpp
|
||||
|
@ -1,6 +0,0 @@
|
||||
#include "../mednafen.h"
|
||||
#include "SimpleFIFO.h"
|
||||
|
||||
|
||||
|
||||
|
@ -354,9 +354,6 @@
|
||||
<File
|
||||
RelativePath="..\mednafen\cdrom\recover-raw.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\mednafen\cdrom\SimpleFIFO.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="tremor"
|
||||
|
@ -374,7 +374,6 @@
|
||||
<ClCompile Include="..\mednafen\cdrom\lec.c" />
|
||||
<ClCompile Include="..\mednafen\cdrom\misc.cpp" />
|
||||
<ClCompile Include="..\mednafen\cdrom\recover-raw.c" />
|
||||
<ClCompile Include="..\mednafen\cdrom\SimpleFIFO.cpp" />
|
||||
<ClCompile Include="..\mednafen\tremor\bitwise.c">
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
|
||||
|
@ -213,9 +213,6 @@
|
||||
<ClCompile Include="..\mednafen\cdrom\recover-raw.c">
|
||||
<Filter>mednafen\cdrom</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\mednafen\cdrom\SimpleFIFO.cpp">
|
||||
<Filter>mednafen\cdrom</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\mednafen\tremor\bitwise.c">
|
||||
<Filter>mednafen\tremor</Filter>
|
||||
</ClCompile>
|
||||
|
Loading…
Reference in New Issue
Block a user