Skip to content

Commit

Permalink
v2.13 update
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalct committed Nov 21, 2020
1 parent d3b830c commit a184b4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pkg: npdrm
pkgsnes:
$(VERB) echo building SNES upgrade pkg ... $(notdir $@)
$(VERB) cp -f $(RETROARCH_PATH)/retroarch_ps3.elf $(CURDIR)/snes9x.elf
$(VERB) bin/make_self_wc.exe $(CURDIR)/snes9x.elf $(CURDIR)/../pkgMD/USRDIR/cores/snes9x.SELF
$(VERB) bin/make_self_wc.exe $(CURDIR)/snes9x.elf $(CURDIR)/../pkgSnes/USRDIR/cores/snes9x.SELF
$(VERB) $(SFO) --title "$(TITLE)" --appid "$(APPID)"
$(VERB) $(PKG) --contentid $(CONTENTID) $(CURDIR)/../pkgSnes/ $(TARGET)_$(APP_VER)_snes_upgrade.pkg >> /dev/null
#---------------------------------------------------------------------------------
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ E-UAE Core: v0.8.29-WIP4 r11 by Ole (r11 update by CrystalCT);<br>
![Alt Text](https://raw.githubusercontent.com/crystalct/FBNeoRLPlus/master/images/fbneo1.png)
![Alt Text](https://raw.githubusercontent.com/crystalct/FBNeoRLPlus/master/images/fbneo2.png)

## Cangelog from 2.12 to 2.13
* Fixed a Retroarch layer bug (PS3 crash when Retroarch layer tried show a message on screen)
* Fbneo core (basepack) can be used to execute genesis/megadrive games
* Added in the options the selection of which core to use to execute genesis/megadrive games
* Added more than 300 genesis/megadrive games (hacks, translations and homebrews)

## Cangelog from 2.11 to 2.12
* Improved Roms Scan (Subfolders scan)
* FBNeo core 1.0
Expand Down
Binary file modified source/.vs/source/v16/Browse.VC.db
Binary file not shown.

0 comments on commit a184b4d

Please sign in to comment.