Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:Cpasjuste/pemu into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpasjuste committed Dec 11, 2023
2 parents 2399fbd + a222cdc commit 158eda3
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 158eda3

Please sign in to comment.