Small inconsequential tweaks
This commit is contained in:
parent
360184d49e
commit
ac40910221
|
@ -29,7 +29,6 @@
|
||||||
<activity android:name="org.retroarch.browser.ROMActivity"></activity>
|
<activity android:name="org.retroarch.browser.ROMActivity"></activity>
|
||||||
|
|
||||||
<activity android:name="org.retroarch.browser.ShaderActivity"></activity>
|
<activity android:name="org.retroarch.browser.ShaderActivity"></activity>
|
||||||
<activity android:name="org.retroarch.browser.Shader2Activity"></activity>
|
|
||||||
<activity android:name="org.retroarch.browser.OverlayActivity"></activity>
|
<activity android:name="org.retroarch.browser.OverlayActivity"></activity>
|
||||||
<activity android:name="org.retroarch.browser.ROMDirActivity"></activity>
|
<activity android:name="org.retroarch.browser.ROMDirActivity"></activity>
|
||||||
<activity android:name="org.retroarch.browser.SRMDirActivity"></activity>
|
<activity android:name="org.retroarch.browser.SRMDirActivity"></activity>
|
||||||
|
|
|
@ -13,6 +13,7 @@ libretro_nestopia = "Nestopia (Nintendo NES)"
|
||||||
libretro_pcsx_rearmed-neon = "PCSX-reARMed (PlayStation1) [NEON]"
|
libretro_pcsx_rearmed-neon = "PCSX-reARMed (PlayStation1) [NEON]"
|
||||||
libretro_pcsx_rearmed = "PCSX-reARMed (PlayStation1)"
|
libretro_pcsx_rearmed = "PCSX-reARMed (PlayStation1)"
|
||||||
libretro_nxengine = "NXEngine (Cave Story/Doukutsu Monogatari)"
|
libretro_nxengine = "NXEngine (Cave Story/Doukutsu Monogatari)"
|
||||||
|
libretro_quicknes = "QuickNES (Nintendo NES)"
|
||||||
libretro_tyrquake = "TyrQuake (Quake 1)"
|
libretro_tyrquake = "TyrQuake (Quake 1)"
|
||||||
libretro_scenewalker = "SceneWalker (Objects)"
|
libretro_scenewalker = "SceneWalker (Objects)"
|
||||||
libretro_modelviewer = "ModelViewer (Objects)"
|
libretro_modelviewer = "ModelViewer (Objects)"
|
||||||
|
|
|
@ -114,7 +114,7 @@ The Gamecube port of RetroArch has the following features:
|
||||||
new libretro cores
|
new libretro cores
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
EMULATOR/GAME CORES BUNDLED WITH WII PORT
|
EMULATOR/GAME CORES BUNDLED WITH GAMECUBE PORT
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
The following emulators/games have been ported to RetroArch and are included in
|
The following emulators/games have been ported to RetroArch and are included in
|
||||||
the Gamecube release of RetroArch.
|
the Gamecube release of RetroArch.
|
||||||
|
@ -188,9 +188,6 @@ automatically pick a random libretro core and write this to the config file.
|
||||||
What can you expect in the future?
|
What can you expect in the future?
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
- Make the libxenon port release-worthy.
|
- Make the libxenon port release-worthy.
|
||||||
- Add console-friendly features (nicely formatted names for FBA, some better
|
|
||||||
way to do core switching, etc)
|
|
||||||
- Fix NxEngine issues on consoles
|
|
||||||
- Finish up MAME 0.72 port
|
- Finish up MAME 0.72 port
|
||||||
- Finish up ScummVM port
|
- Finish up ScummVM port
|
||||||
- Port of VICE to libretro
|
- Port of VICE to libretro
|
||||||
|
|
Loading…
Reference in New Issue