Commit Graph

986 Commits

Author SHA1 Message Date
dborth
4d372ffa07 Add libdi to project for easier compiling 2008-08-19 16:28:37 +00:00
michniewski
30dd0d1a0d - preliminary Wii DVD support (with libdi)
- misc small dvd fixes
2008-08-19 06:05:57 +00:00
dborth
0ca6590c3f fix 'black screen' bug 2008-08-17 19:33:55 +00:00
dborth
62e6fab1ad memcard / DVD / other bug fixes 2008-08-17 05:25:33 +00:00
dborth
d253f9f590 fix GC DVD support 2008-08-16 00:02:08 +00:00
dborth
1a366b7a1f 2008-08-14 06:20:44 +00:00
dborth
3489e853a1 2008-08-14 06:08:03 +00:00
dborth
d473270f30 -rearrange libpng, add xml support
-update readme
2008-08-14 06:07:17 +00:00
dborth
aff0dc6d17 -scrollable cheat menu
-housekeeping
2008-08-13 22:44:59 +00:00
dborth
30dc47b29d SMB updates, menu tweaks 2008-08-13 05:47:04 +00:00
dborth
6b785b0b68 housekeeping 2008-08-12 03:25:16 +00:00
dborth
0ddf00e79e bug fixes for smb - everything works now EXCEPT LoadSMBFile() 2008-08-10 08:09:22 +00:00
dborth
654c9b353b update makefiles, readme 2008-08-10 03:36:44 +00:00
dborth
e6f129332f tinysmb now used from libogc 2008-08-10 03:15:16 +00:00
dborth
6ff361a2cd rewrite of smb code, partially working on Wii
misc bug fixes
function cleanup
2008-08-10 03:14:39 +00:00
michniewski
7cb0371b38 2008-08-08 16:27:29 +00:00
dborth
530ab87bc5 2008-08-08 08:13:13 +00:00
dborth
09cb10dfb6 -add functions to auto-determine load/save device
-libfat cleanup, add sd gecko support
-tweak to mouse code
2008-08-08 07:57:01 +00:00
michniewski
c3bead1447 + mouse and justifier support (mapped to GC pad and wiimote) 2008-08-08 02:09:02 +00:00
dborth
301108bfdd Add mouse toggle to menu 2008-08-07 06:46:36 +00:00
dborth
9f3a75e134 Renaming files 2008-08-07 05:33:24 +00:00
dborth
994d3c8944 Renaming files 2008-08-07 05:20:24 +00:00
dborth
023b0e4f3b Renaming files 2008-08-07 05:19:17 +00:00
dborth
56ac399948 2008-08-07 03:59:45 +00:00
dborth
fa53f1227b 2008-08-07 03:59:06 +00:00
dborth
81b0a43d5c 2008-08-07 03:58:41 +00:00
dborth
15f45cf523 Enable cheats 2008-08-07 03:25:32 +00:00
dborth
17d6488545 -Save/Load preferences are now on Preferences menu
-Save/Load Method set to Auto - will automatically determine method (NOT YET IMPLEMENTED - defaults to SD for the moment)
-All ROM, SRAM, Freeze, and preferences are saved/loaded according to these preferences
-new cheats menu! Loads .CHT file from /cheats folder, must match file name of ROM
-combined SRAM / Freeze Managers into new "Game Option" menu
-SRAM / Freeze - game (re)loaded automatically after loading a SRAM or Freeze from Game Options
-SRAM load/save defaults to ON
-Game Options, Return to Game, Reload Game do not show up until a game has been loaded
-added ROM Information page to Game Option menu
-licence/credits moved to Credits page
-menu code tweaks
-USB support
-added future support for Wii DVD / Network loading
-MultiTap & SuperScope moved to controller configuration
-combined/rewrote SRAM/preferences/freeze code - this is now much cleaner and less repetitve - a few steps closer to being workable
-a lot of function parameters have been changed and standardized
-if preferences can't be loaded at the start and/or are reset, preferences menu pops up
-if Home button is pressed when a game is running, Game Menu pops up
-a bunch of misc. bug fixes
-probably some more things
2008-08-07 03:25:02 +00:00
michniewski
1478cee2a3 - Superscope support for wiimote and GC controller
- Fixed Multitap
2008-08-06 14:40:28 +00:00
michniewski
66b4f278f6 - added preliminary superscope support 2008-08-06 02:55:44 +00:00
michniewski
edf269f97d - added: option to disable AA filtering (snes graphics 'crisper', AA now default OFF)
- added: mapped zooming and turbo mode to classic controller
- added: preliminary usb support (loading)
- changed: sram and freezes now saved by filename, not internal romname. If you have multiple versions of the same game, you can now have srams and freezes for each version. A prompt to convert to the new naming is provided for sram only.
- changed: by default, autoload/save sram and freeze enabled
2008-08-06 02:31:44 +00:00
michniewski
26b7c62aca removed files which shouldn't have been there.
These should have been removed in previous revisions (whoops).
2008-08-06 02:27:52 +00:00
michniewski
dee563ab2d [What Was New 003]
- added: alphabetical file sorting
- added: background logo/backdrop + nicer menus
- added: scrolling in ROM selector
- fixed: switching between pal/ntsc ROMS doesn't mess up timings
- fixed: GC controller config works now
- fixed: freeze autoloading on ROM load
- fixed: zipped ROMS should now load in a reasonable time
- fixed: precompiled dols for autosaving to various locations (see readme)
- changed: GC default quickload slot (to sd) (thanks kerframil)
- changed: default load/save dirs are now "/snes9x/roms" and "/snes/save/"  (thanks kerframil)
- changed: Classic X and Y defaults aren't switched
- changed: if autosave is enabled, it doesn't ask to save SRAM anymore. It is saved in the background.
- updated README
2008-08-06 01:55:59 +00:00
michniewski
6892e8152e [What Was New 002]
- added: classic and nunchuk support
- added: all controllers can now be configured
- added: GC version (untested)
- changed: mappings are no longer stored in SRAM, but in config file. This means no per-game configurations, but one global config per controller.
- one makefile to make all versions. (thanks to snes9x143 SVN)
2008-08-06 01:45:56 +00:00
michniewski
6fb28b823a [What Was New 001]
- compiles with latest devkitppc (r15)
- now uses libfat (can use front sd slot on wii)
- updated menu items a bit
- wiimote support
- fixed: autoload sram/freeze
- fixed: rom plays immediately after loading
2008-08-06 01:39:43 +00:00
michniewski
ceacc3a72c Original version off of which work began. Crunchy2's last release (2.0.1b8) 2008-08-06 01:09:59 +00:00