From 2c2e5ab1a37ef429bb4f560a6dd03f4b4a8c87c6 Mon Sep 17 00:00:00 2001 From: R-YaTian <47445484+R-YaTian@users.noreply.github.com> Date: Sun, 8 May 2022 12:55:35 +0800 Subject: [PATCH 1/3] Support latest fbneo core --- pfbneo/CMakeLists.txt | 1 + pfbneo/sources/main.cpp | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/pfbneo/CMakeLists.txt b/pfbneo/CMakeLists.txt index 9c056538..e0d8c949 100644 --- a/pfbneo/CMakeLists.txt +++ b/pfbneo/CMakeLists.txt @@ -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 diff --git a/pfbneo/sources/main.cpp b/pfbneo/sources/main.cpp index fec902e0..ef0a2271 100644 --- a/pfbneo/sources/main.cpp +++ b/pfbneo/sources/main.cpp @@ -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 From 95ac085804e7e0939f24f42eccaadd50cb4335fe Mon Sep 17 00:00:00 2001 From: R-YaTian <47445484+R-YaTian@users.noreply.github.com> Date: Sun, 8 May 2022 13:47:12 +0800 Subject: [PATCH 2/3] Derp fix --- pfbneo/sources/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfbneo/sources/main.cpp b/pfbneo/sources/main.cpp index ef0a2271..e49babf9 100644 --- a/pfbneo/sources/main.cpp +++ b/pfbneo/sources/main.cpp @@ -51,7 +51,7 @@ void BurnPathsInit(C2DIo *io); INT32 GetIpsesMaxLen(char *) { - return 0; + return 0; } int main(int argc, char **argv) { From a3806e09fe2cd6f79482b4e97febfd33e9356c5e Mon Sep 17 00:00:00 2001 From: R-YaTian <47445484+R-YaTian@users.noreply.github.com> Date: Sun, 8 May 2022 15:43:29 +0800 Subject: [PATCH 3/3] Update README.MD --- pfbneo/README.MD | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/pfbneo/README.MD b/pfbneo/README.MD index d1fb3c16..a11ff01d 100644 --- a/pfbneo/README.MD +++ b/pfbneo/README.MD @@ -72,46 +72,46 @@ You can download a near fullset mixrbv2 and video package for each platform here * ##### NINTENDO SWITCH CONTROLS (UI) | Buttons | Action | |:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|----------------------------------------| -| | General options + default roms options | -| | Per rom options | -| / | Switch systems | +| | General options + default roms options | +| | Per rom options | +| / | Switch systems | * ##### NINTENDO SWITCH CONTROLS (UI, SINGLE JOYCON MODE, 1P ONLY) | Buttons | Action | |:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|----------------------------------------| -| / | General options + default roms options | -| / | Per rom options | -| / | Switch systems (SL/SR) | +| / | General options + default roms options | +| / | Per rom options | +| / | Switch systems (SL/SR) | * ##### NINTENDO SWITCH CONTROLS (IN-GAME) | Buttons | Action | |:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|--------------------------------------| -| | Coins | -| | Start | -| + | pFBN menu | -| + + + | UniBios menu (Neo-Geo) | -| | Hold 2 seconds for diagnostic menu | -| | Hold 2 seconds to reset current game | +| | Coins | +| | Start | +| + | pFBN menu | +| + + + | UniBios menu (Neo-Geo) | +| | Hold 2 seconds for diagnostic menu | +| | Hold 2 seconds to reset current game | * ##### NINTENDO SWITCH CONTROLS (IN-GAME, SINGLE JOYCON MODE, LEFT) | Buttons | Action | |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|------------------------------------------------| -| | Coins | -| | Start | -| + | pFBN menu (1P only) | -| + + + | UniBios menu (Neo-Geo) (1P only) | -| | Hold 2 seconds for diagnostic menu (1P only) | -| | Hold 2 seconds to reset current game (1P only) | +| | Coins | +| | Start | +| + | pFBN menu (1P only) | +| + + + | UniBios menu (Neo-Geo) (1P only) | +| | Hold 2 seconds for diagnostic menu (1P only) | +| | Hold 2 seconds to reset current game (1P only) | * ##### NINTENDO SWITCH CONTROLS (IN-GAME, SINGLE JOYCON MODE, RIGHT) | Buttons | Action | |:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|------------------------------------------------| -| | Coins | -| | Start | -| + | pFBN menu (1P only) | -| + + + | UniBios menu (Neo-Geo) (1P only) | -| | Hold 2 seconds for diagnostic menu (1P only) | -| | Hold 2 seconds to reset current game (1P only) | +| | Coins | +| | Start | +| + | pFBN menu (1P only) | +| + + + | UniBios menu (Neo-Geo) (1P only) | +| | Hold 2 seconds for diagnostic menu (1P only) | +| | Hold 2 seconds to reset current game (1P only) | ----- ### PS VITA INFORMATION'S ((may be outdated))