Skip to content

Commit a11e07a

Browse files
authored
Merge pull request #311 from Cpasjuste/dev
merge dev
2 parents 9c1f6a3 + 890b5b5 commit a11e07a

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

.github/workflows/switch-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
2727
- name: Install "fixed" libmpv
2828
run: |
29-
wget https://github.com/Cpasjuste/pacman-packages/releases/download/switch-libmpv-0.41.0/switch-libmpv-0.41.0-1-any.pkg.tar.zst
30-
sudo dkp-pacman -U --noconfirm switch-libmpv-0.41.0-1-any.pkg.tar.zst
29+
wget https://github.com/Cpasjuste/pacman-packages/releases/download/switch-libmpv-lua-fix/switch-libmpv-0.39.0-3-any.pkg.tar.zst
30+
sudo dkp-pacman -U --noconfirm switch-libmpv-0.39.0-3-any.pkg.tar.zst
3131
3232
- name: Configure
3333
run: |

.github/workflows/switch-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
2828
- name: Install "fixed" libmpv
2929
run: |
30-
wget https://github.com/Cpasjuste/pacman-packages/releases/download/switch-libmpv-0.41.0/switch-libmpv-0.41.0-1-any.pkg.tar.zst
31-
sudo dkp-pacman -U --noconfirm switch-libmpv-0.41.0-1-any.pkg.tar.zst
30+
wget https://github.com/Cpasjuste/pacman-packages/releases/download/switch-libmpv-lua-fix/switch-libmpv-0.39.0-3-any.pkg.tar.zst
31+
sudo dkp-pacman -U --noconfirm switch-libmpv-0.39.0-3-any.pkg.tar.zst
3232
3333
- name: Configure
3434
run: |

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ add_subdirectory(external/sscrap)
3232
project(pemu)
3333
set(PROJECT_AUTHOR cpasjuste)
3434
set(VERSION_MAJOR 7)
35-
set(VERSION_MINOR 0)
35+
set(VERSION_MINOR 1)
3636

3737
# pemu (ui)
3838
add_subdirectory(src/skeleton)

external/cores/snes9x

Submodule snes9x updated 299 files

src/cores/pfbneo/README.MD

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@ pFBN: Portable FinalBurn Neo
3232
- pFBN, as fbneo, support consoles roms. Here is the default configuration for your roms paths:
3333
```
3434
NAME SYSTEM SYSTEM_ID PATH
35-
ARCADE = ( "Arcade", "0x12341234", "/media/cpasjuste/Data/emulation/01_roms/fbneo-1.0.0.03-full/arcade/" );
36-
CHANNELF = ( "Channel F", "0x21000000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/channelf/" );
37-
COLECO = ( "ColecoVision", "0x1a000000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/coleco/" );
38-
FDS = ( "NES FDS", "0x1f000000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/fds/" );
39-
GAMEGEAR = ( "Sega Game Gear", "0x12000000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/gamegear/" );
40-
MEGADRIVE = ( "Sega Megadrive", "0x0c000000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/megadrive/" );
41-
MSX = ( "MSX", "0x1c000000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/msx/" );
42-
NES = ( "NES", "0x1e000000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/nes/" );
43-
NGP = ( "Neo Geo Pocket", "0x20000000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/ngp/" );
44-
PCE = ( "PC Engine", "0x17010000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/pce/" );
45-
SG1000 = ( "Sega SG-1000", "0x19000000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/sg1000/" );
46-
SGX = ( "PC Engine SGX", "0x17030000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/sgx/" );
47-
MASTERSYSTEM = ( "Sega Master System", "0x18000000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/sms/" );
48-
SPECTRUM = ( "ZX Spectrum", "0x1d000000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/spectrum/" );
49-
TG16 = ( "PC Engine TG16", "0x17020000", "/home/cpasjuste/dev/multi/pemu/cmake-build-debug/src/cores/pfbneo/tg16/" );
35+
ARCADE = ( "Arcade", "0x12341234", "/pfbneo/arcade/" );
36+
CHANNELF = ( "Channel F", "0x21000000", "/pfbneo/channelf/" );
37+
COLECO = ( "ColecoVision", "0x1a000000", "/pfbneo/coleco/" );
38+
FDS = ( "NES FDS", "0x1f000000", "/pfbneo/fds/" );
39+
GAMEGEAR = ( "Sega Game Gear", "0x12000000", "/pfbneo/gamegear/" );
40+
MEGADRIVE = ( "Sega Megadrive", "0x0c000000", "/pfbneo/megadrive/" );
41+
MSX = ( "MSX", "0x1c000000", "/pfbneo/msx/" );
42+
NES = ( "NES", "0x1e000000", "/pfbneo/nes/" );
43+
NGP = ( "Neo Geo Pocket", "0x20000000", "/pfbneo/ngp/" );
44+
PCE = ( "PC Engine", "0x17010000", "/pfbneo/pce/" );
45+
SG1000 = ( "Sega SG-1000", "0x19000000", "/pfbneo/sg1000/" );
46+
SGX = ( "PC Engine SGX", "0x17030000", "/pfbneo/sgx/" );
47+
MASTERSYSTEM = ( "Sega Master System", "0x18000000", "/pfbneo/sms/" );
48+
SPECTRUM = ( "ZX Spectrum", "0x1d000000", "/pfbneo/spectrum/" );
49+
TG16 = ( "PC Engine TG16", "0x17020000", "/pfbneo/tg16/" );
5050
```
5151
Please note that, unlike other pEMU emulators, **you need to use [a specific system id (HARDWARE_XXX)](https://github.com/finalburnneo/FBNeo/blob/36092078ac2ba48acf2105d2cad8310ab2236224/src/burn/burn.h#L494) for each system**.
5252
The "Arcade" system id "0x12341234" is a special case, arcade roms found in this path will get their system/id from fbneo internal drivers database.
-2.98 KB
Loading
0 Bytes
Loading
-6.12 KB
Loading

0 commit comments

Comments
 (0)