Skip to content

Commit

Permalink
Merge pull request #272 from R-YaTian/dev
Browse files Browse the repository at this point in the history
Fix pfbneo target linking issue for MSYS
  • Loading branch information
Cpasjuste authored Nov 29, 2023
2 parents 79b0c31 + 99772b9 commit a222cdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.5)
#set(CMAKE_VERBOSE_MAKEFILE ON)

SET(CMAKE_CXX_USE_RESPONSE_FILE_FOR_OBJECTS 1)
SET(CMAKE_CXX_RESPONSE_FILE_LINK_FLAG "@")

# add libcross2d library. If you want to port pfba to another platform,
# you should (may) only need to port libcross2d library.
add_subdirectory(external/libcross2d)
Expand Down
2 changes: 1 addition & 1 deletion src/cores/pgba/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pGBA: Portable GameBoy Advance

### Installation (switch)

- copy "pgba.nro" directory to "/pgba/pgen/" directory on sdcard
- copy "pgba.nro" file to "/switch/pgba/" directory on sdcard
- copy roms to "/switch/pgba/roms/" directory on sdcard

### Bios
Expand Down
2 changes: 1 addition & 1 deletion src/cores/pgen/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pGEN: Portable Genesis
- Support hardware filtering (shaders)

### Installation (switch)
- copy "pgen.nro" directory to "/switch/pgen/" directory on sdcard
- copy "pgen.nro" file to "/switch/pgen/" directory on sdcard
- copy gamegear roms to "/switch/pgen/gamegear/" directory on sdcard
- copy megadrive roms to "/switch/pgen/megadrive/" directory on sdcard
- copy master system roms to "/switch/pgen/mastersystem/" directory on sdcard
Expand Down

0 comments on commit a222cdc

Please sign in to comment.