forked from Xpndable/DotUI
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated picoarch, SFC core snes9x2005 -> mednafen_supafaust, GG core …
…picodrive -> smsplus-gx, fixed picodrive build picoarch update: updated core overrides for fceumm, gambatte, picodrive, mednafen_supafaust fixed picodrive build, segacd autoresume/save works now, uses less memory, correct optimization options and asm routines are now used. from preliminary testing MD/32X/SEGACD emulation is close to perfect and runs at full speed core changes: GG is not fully supported on picodrive, changed the extra GG.pak core to smsplus-gx, which works fine mednafen_supafaust (SUPA) moved from extras to core and is now the default SFC core. snes9x2005 (SFC) was removed, and SUPA.pak was renamed to SFC.pak. testing showed that supafaust is on-par or faster than snes9x2005 on less demanding games, and more demanding games run perfectly on supafaust while being slow or unplayable on snes9x2005
- Loading branch information
Showing
6 changed files
with
12 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
5e600602 DinguxCommander | ||
608ebfc1 SDL-1.2 | ||
ab7f0294 picoarch | ||
c57a554b SDL-1.2 | ||
20dbad6d picoarch | ||
76e45c34 libpicofe | ||
88252880 libretro-common | ||
aa237429 st-sdl | ||
7edb79a8 st-sdl | ||
15e0485e vvvvvv | ||
a53a9df3 beetle-pce-fast | ||
a45a25c0 beetle-pce-fast | ||
dd6393f7 beetle-vb | ||
eed6109d fake-08 | ||
93543609 fceumm | ||
154ee559 fceumm | ||
9574b6ef gambatte | ||
79077669 genesis-plus-gx | ||
f4e65d15 gpsp | ||
75c658cc mednafen_supafaust | ||
a69c3434 mgba | ||
1f371e51 nxengine | ||
131a1b41 pcsx_rearmed | ||
97232a47 picodrive | ||
26d58060 picodrive | ||
684e7ea0 pokemini | ||
60af17dd smsplus-gx | ||
fd45b0e0 snes9x2005 | ||
fd45b0e0 snes9x2005_plus | ||
-------- | ||
generated by ./bits/commits.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule picoarch
updated
5 files
+8 −4 | Makefile | |
+85 −10 | patches/picodrive/1001-miyoomini-build.patch | |
+274 −4 | source/overrides/gambatte.h | |
+30 −14 | source/overrides/mednafen_supafaust.h | |
+38 −8 | source/overrides/picodrive.h |