Skip to content

Commit

Permalink
Move PSP dynamic code to mips
Browse files Browse the repository at this point in the history
  • Loading branch information
howard0su committed Dec 5, 2023
1 parent e636a8e commit 6c3e678
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 15 deletions.
4 changes: 3 additions & 1 deletion Source/DynaRec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64")
file(GLOB SRC_FILES x64/*.cpp x64/*.S)
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86")
file(GLOB SRC_FILES x86/*.cpp x86/*.S)
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "mips")
file(GLOB SRC_FILES mips/*.cpp mips/*.S)
else()
file(GLOB SRC_FILES x86/*.cpp x86/*.S)
file(GLOB SRC_FILES dummy/*.cpp dummy/*.S)
endif()

add_library(DynaRec OBJECT
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion Source/SysPSP/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_subdirectory(Debug)
add_subdirectory(DynaRec)
add_subdirectory(Graphics)
add_subdirectory(HLEAudio)
add_subdirectory(HLEGraphics)
Expand Down
13 changes: 0 additions & 13 deletions Source/SysPSP/DynaRec/CMakeLists.txt

This file was deleted.

0 comments on commit 6c3e678

Please sign in to comment.