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 03:12:21 +0300
committerpcm720 <pcm720@gmail.com>2017-02-20 03:12:21 +0300
commit7082b146e9010a16ac57aa507db60482fce00675 (patch)
tree534cb66ec38fff316e207627554efde820d5d375 /README.md
parentdcef4f11f9e182a77a52d66f63cb0d8f1f0a7a7a (diff)
Added Stella core, disabled bilinear filtering, enabled integer scaling, made some additional tweaks
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4f260d..9d90d50 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ It can also run games for other consoles. This pack already contains the followi
- mednafen_gba (GBA)
- genesis_plus_gx (SMS/Genesis/MD)
- mupen64plus (N64)
+- stella (Atari 2600)
Available executables and arguments:
@@ -35,6 +36,8 @@ Available executables and arguments:
runs "snes9x2010" core
- /bin/n64 <rom> <clover_args>
runs "mupen64plus" core
+ - /bin/a26 <rom> <clover_args>
+ runs "stella" core
- /bin/retroarch-mini [core] [rom] [args]
runs RetroArch directly, without clover intergration
- /bin/retroarch
@@ -47,11 +50,21 @@ Known issues:
- Default CRT filter is not working, scanlines shader added instead but it's not working with all systems.
- It's recommended to turn your NES Mini off from shell, not during game
+The following changes were made in this fork:
+- Added Stella core for Atari 2600 emulation
+- System dir is now '~/system'
+- Core info dir is now '~/info'
+- RGUI default browser dir is now '/usr/share/games/nes/kachikachi' instead of '/'
+- Disabled bilinear filtering for every preset
+- Enabled integer scaling
+- Greyscale palette for Gambatte core
NES Mini port by madmonkey
NES Mini shell integration by Cluster
+Module additions by pcm720
+
RetroArch/libretro project: https://www.libretro.com
(c) 2017