Skip to content

Commit

Permalink
Support latest fbneo core
Browse files Browse the repository at this point in the history
  • Loading branch information
R-YaTian authored May 8, 2022
1 parent c62f785 commit 2c2e5ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions pfbneo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ set(CPU_DIRS
${CMAKE_SOURCE_DIR}/cores/fbneo/src/cpu/tlcs90
${CMAKE_SOURCE_DIR}/cores/fbneo/src/cpu/tlcs900
${CMAKE_SOURCE_DIR}/cores/fbneo/src/cpu/sh2
${CMAKE_SOURCE_DIR}/cores/fbneo/src/cpu/sh4
${CMAKE_SOURCE_DIR}/cores/fbneo/src/cpu/tms32010
${CMAKE_SOURCE_DIR}/cores/fbneo/src/cpu/tms34
${CMAKE_SOURCE_DIR}/cores/fbneo/src/cpu/upd7725
Expand Down
5 changes: 5 additions & 0 deletions pfbneo/sources/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ Skin *skin;

void BurnPathsInit(C2DIo *io);

INT32 GetIpsesMaxLen(char *)
{
return 0;
}

int main(int argc, char **argv) {
#ifdef __PSP2__
// set max cpu speed
Expand Down

0 comments on commit 2c2e5ab

Please sign in to comment.