Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpcm720 <pcm720@gmail.com>2017-02-20 07:44:23 +0300
committerpcm720 <pcm720@gmail.com>2017-02-20 07:44:23 +0300
commitbb33939c702d8aa6fcdcec5646f24c700f0c114c (patch)
tree3ea9e2f582522268b7646e8dd1855b9861da23aa
parent59f0380c75418d97a9e881c7f38094d12ed8a6a6 (diff)
Added mednafen_pce_fast as PC Engine/Turbografx 16 core, now you can enter RetroArch in-game menu by pressing Select + Start on controller
-rw-r--r--README.md4
-rwxr-xr-xretroarch.hmod/bin/pce2
-rwxr-xr-xretroarch.hmod/etc/libretro/core/mednafen_pce_fast_libretro.sobin0 -> 1722299 bytes
-rw-r--r--retroarch.hmod/etc/libretro/retroarch.cfg2
-rw-r--r--retroarch.hmod/readme.txt4
5 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 055efd9..20ae6f2 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ It can also run games for other consoles. This pack already contains the followi
- mupen64plus (N64)
- stella (Atari 2600)
- picodrive (SMS, MD/Genesis, 32X, Pico)
+- mednafen_pce_fast (PC Engine/Turbografx 16)
Available executables and arguments:
@@ -41,6 +42,8 @@ Available executables and arguments:
runs "stella" core
- /bin/32x <rom> <clover_args>
runs "picodrive" core
+ - /bin/pce <rom> <clover_args>
+ runs "mednafen_pce_fast" core
- /bin/retroarch-mini [core] [rom] [args]
runs RetroArch directly, without clover intergration
- /bin/retroarch
@@ -63,6 +66,7 @@ The following changes were made in this fork:
- Greyscale palette for Gambatte core
- Use mGBA as GBA core
- Added PicoDrive as Sega 32X core
+- Added mednafen_pce_fast as PCE/TG16 core
NES Mini port by madmonkey
diff --git a/retroarch.hmod/bin/pce b/retroarch.hmod/bin/pce
new file mode 100755
index 0000000..5592fa3
--- /dev/null
+++ b/retroarch.hmod/bin/pce
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec retroarch-clover mednafen_pce_fast "$@"
diff --git a/retroarch.hmod/etc/libretro/core/mednafen_pce_fast_libretro.so b/retroarch.hmod/etc/libretro/core/mednafen_pce_fast_libretro.so
new file mode 100755
index 0000000..dd383d8
--- /dev/null
+++ b/retroarch.hmod/etc/libretro/core/mednafen_pce_fast_libretro.so
Binary files differ
diff --git a/retroarch.hmod/etc/libretro/retroarch.cfg b/retroarch.hmod/etc/libretro/retroarch.cfg
index 117e40a..29d2878 100644
--- a/retroarch.hmod/etc/libretro/retroarch.cfg
+++ b/retroarch.hmod/etc/libretro/retroarch.cfg
@@ -60,7 +60,7 @@ input_bind_timeout = "5"
input_turbo_period = "6"
input_duty_cycle = "3"
input_max_users = "2"
-input_menu_toggle_gamepad_combo = "3"
+input_menu_toggle_gamepad_combo = "4"
audio_latency = "64"
audio_block_frames = "0"
rewind_granularity = "1"
diff --git a/retroarch.hmod/readme.txt b/retroarch.hmod/readme.txt
index 150ca35..b423c7c 100644
--- a/retroarch.hmod/readme.txt
+++ b/retroarch.hmod/readme.txt
@@ -16,6 +16,7 @@ It can also run games for other consoles. This pack already contains the followi
- mupen64plus (N64)
- stella (Atari 2600)
- picodrive (SMS, MD/Genesis, 32X, Pico)
+- mednafen_pce_fast (PC Engine/Turbografx 16)
Available executables and arguments:
@@ -43,6 +44,8 @@ Available executables and arguments:
runs "stella" core
- /bin/32x <rom> <clover_args>
runs "picodrive" core
+- /bin/pce <rom> <clover_args>
+ runs "mednafen_pce_fast" cor
- /bin/retroarch-mini [core] [rom] [args]
runs RetroArch directly, without clover intergration
- /bin/retroarch
@@ -66,6 +69,7 @@ Enabled integer scaling
Greyscale palette for Gambatte core
Use mGBA as GBA core
Added PicoDrive as Sega 32X core
+Added mednafen_pce_fast as PCE/TG16 core
------
NES Mini port by madmonkey