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 19:08:48 +0300
committerpcm720 <pcm720@gmail.com>2017-02-20 19:08:48 +0300
commit10a99cf9df1a32e2547817d9539551f71ded10ee (patch)
tree9cd28e94516c5cae33d0463348528197d916f682
parentbb33939c702d8aa6fcdcec5646f24c700f0c114c (diff)
Minor fixes
-rw-r--r--README.md7
-rwxr-xr-xretroarch.hmod/bin/32x2
-rw-r--r--retroarch.hmod/etc/libretro/core/mednafen_gba_libretro.sobin1970471 -> 0 bytes
-rwxr-xr-xretroarch.hmod/etc/libretro/core/picodrive_libretro.sobin729275 -> 0 bytes
-rw-r--r--retroarch.hmod/etc/libretro/retroarch.cfg2
-rw-r--r--retroarch.hmod/readme.txt9
6 files changed, 6 insertions, 14 deletions
diff --git a/README.md b/README.md
index 20ae6f2..681374b 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,11 @@ It can also run games for other consoles. This pack already contains the followi
- genesis_plus_gx (SMS/Genesis/MD)
- mupen64plus (N64)
- stella (Atari 2600)
-- picodrive (SMS, MD/Genesis, 32X, Pico)
- mednafen_pce_fast (PC Engine/Turbografx 16)
Available executables and arguments:
- - retroarch-clover <core> <rom> <clover_args>
+ - /bin/retroarch-clover <core> <rom> <clover_args>
runs RetroArch with specified core,
designed for executing from clover shell,
so it parses all clover arguments (saves, aspect ratio, etc.)
@@ -40,8 +39,6 @@ Available executables and arguments:
runs "mupen64plus" core
- /bin/a26 <rom> <clover_args>
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]
@@ -65,8 +62,8 @@ The following changes were made in this fork:
- 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
+- Enter RetroArch in-game menu by pressing Select + Start
NES Mini port by madmonkey
diff --git a/retroarch.hmod/bin/32x b/retroarch.hmod/bin/32x
deleted file mode 100755
index a40abc3..0000000
--- a/retroarch.hmod/bin/32x
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec retroarch-clover picodrive "$@"
diff --git a/retroarch.hmod/etc/libretro/core/mednafen_gba_libretro.so b/retroarch.hmod/etc/libretro/core/mednafen_gba_libretro.so
deleted file mode 100644
index 7b3a5c9..0000000
--- a/retroarch.hmod/etc/libretro/core/mednafen_gba_libretro.so
+++ /dev/null
Binary files differ
diff --git a/retroarch.hmod/etc/libretro/core/picodrive_libretro.so b/retroarch.hmod/etc/libretro/core/picodrive_libretro.so
deleted file mode 100755
index 95a75f9..0000000
--- a/retroarch.hmod/etc/libretro/core/picodrive_libretro.so
+++ /dev/null
Binary files differ
diff --git a/retroarch.hmod/etc/libretro/retroarch.cfg b/retroarch.hmod/etc/libretro/retroarch.cfg
index 29d2878..bf07e0a 100644
--- a/retroarch.hmod/etc/libretro/retroarch.cfg
+++ b/retroarch.hmod/etc/libretro/retroarch.cfg
@@ -7,7 +7,7 @@ input_libretro_device_p1 = "5"
input_libretro_device_p2 = "5"
core_updater_buildbot_assets_url = "http://buildbot.libretro.com/assets/"
libretro_directory = "~/core"
-libretro_info_path = "~/.config/retroarch/info"
+libretro_info_path = "~/info"
content_database_path = "~/.config/retroarch/database/rdb"
cheat_database_path = "~/.config/retroarch/cheats"
content_history_path = "~/content_history.lpl"
diff --git a/retroarch.hmod/readme.txt b/retroarch.hmod/readme.txt
index b423c7c..2a884f4 100644
--- a/retroarch.hmod/readme.txt
+++ b/retroarch.hmod/readme.txt
@@ -15,12 +15,11 @@ It can also run games for other consoles. This pack already contains the followi
- genesis_plus_gx (SMS/Genesis/MD)
- mupen64plus (N64)
- stella (Atari 2600)
-- picodrive (SMS, MD/Genesis, 32X, Pico)
- mednafen_pce_fast (PC Engine/Turbografx 16)
Available executables and arguments:
-- retroarch-clover <core> <rom> <clover_args>
+- /bin/retroarch-clover <core> <rom> <clover_args>
runs RetroArch with specified core,
designed for executing from clover shell,
so it parses all clover arguments (saves, aspect ratio, etc.)
@@ -42,10 +41,8 @@ Available executables and arguments:
runs "mupen64plus" core
- /bin/a26 <rom> <clover_args>
runs "stella" core
-- /bin/32x <rom> <clover_args>
- runs "picodrive" core
- /bin/pce <rom> <clover_args>
- runs "mednafen_pce_fast" cor
+ runs "mednafen_pce_fast" core
- /bin/retroarch-mini [core] [rom] [args]
runs RetroArch directly, without clover intergration
- /bin/retroarch
@@ -68,8 +65,8 @@ Disabled bilinear filtering for every preset
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
+Enter RetroArch in-game menu by pressing Select + Start
------
NES Mini port by madmonkey