[nostalgia/core/gba] Move cstartup.cpp back to gbastartup
This commit is contained in:
parent
29734d5ee1
commit
a66f1499a4
1
deps/gbastartup/CMakeLists.txt
vendored
1
deps/gbastartup/CMakeLists.txt
vendored
@ -2,6 +2,7 @@ enable_language(C ASM)
|
|||||||
add_library(
|
add_library(
|
||||||
GbaStartup
|
GbaStartup
|
||||||
gba_crt0.s
|
gba_crt0.s
|
||||||
|
cstartup.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
if(NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
|
if(NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
|
||||||
add_library(
|
add_library(
|
||||||
NostalgiaCore-GBA
|
NostalgiaCore-GBA
|
||||||
cstartup.cpp
|
|
||||||
core.cpp
|
core.cpp
|
||||||
gfx.cpp
|
gfx.cpp
|
||||||
media.cpp
|
media.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user