Integrate GBA.cpp into libretro.cpp

This commit is contained in:
twinaphex 2014-06-22 23:46:54 +02:00
parent 472ec64871
commit dea7ad0c1f
7 changed files with 3433 additions and 3439 deletions

View File

@ -38,7 +38,6 @@ CORE_SOURCES := $(CORE_DIR)/arm.cpp \
$(CORE_DIR)/bios.cpp \
$(CORE_DIR)/eeprom.cpp \
$(CORE_DIR)/flash.cpp \
$(CORE_DIR)/GBA.cpp \
$(CORE_DIR)/GBAinline.cpp \
$(CORE_DIR)/Gfx.cpp \
$(CORE_DIR)/Globals.cpp \

View File

@ -43,7 +43,6 @@ CORE_SOURCES := $(CORE_DIR)/arm.cpp \
$(CORE_DIR)/bios.cpp \
$(CORE_DIR)/eeprom.cpp \
$(CORE_DIR)/flash.cpp \
$(CORE_DIR)/GBA.cpp \
$(CORE_DIR)/GBAinline.cpp \
$(CORE_DIR)/Gfx.cpp \
$(CORE_DIR)/Globals.cpp \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,6 @@
<ClCompile Include="..\..\..\mednafen\gba\bios.cpp" />
<ClCompile Include="..\..\..\mednafen\gba\eeprom.cpp" />
<ClCompile Include="..\..\..\mednafen\gba\flash.cpp" />
<ClCompile Include="..\..\..\mednafen\gba\GBA.cpp" />
<ClCompile Include="..\..\..\mednafen\gba\GBAinline.cpp" />
<ClCompile Include="..\..\..\mednafen\gba\Gfx.cpp" />
<ClCompile Include="..\..\..\mednafen\gba\Globals.cpp" />

View File

@ -128,9 +128,6 @@
<ClCompile Include="..\..\..\mednafen\gba\flash.cpp">
<Filter>Source Files\mednafen\gba</Filter>
</ClCompile>
<ClCompile Include="..\..\..\mednafen\gba\GBA.cpp">
<Filter>Source Files\mednafen\gba</Filter>
</ClCompile>
<ClCompile Include="..\..\..\mednafen\gba\GBAinline.cpp">
<Filter>Source Files\mednafen\gba</Filter>
</ClCompile>

View File

@ -21,7 +21,6 @@
<ClCompile Include="..\..\..\mednafen\gba\bios.cpp" />
<ClCompile Include="..\..\..\mednafen\gba\eeprom.cpp" />
<ClCompile Include="..\..\..\mednafen\gba\flash.cpp" />
<ClCompile Include="..\..\..\mednafen\gba\GBA.cpp" />
<ClCompile Include="..\..\..\mednafen\gba\GBAinline.cpp" />
<ClCompile Include="..\..\..\mednafen\gba\Gfx.cpp" />
<ClCompile Include="..\..\..\mednafen\gba\Globals.cpp" />