Commit graph

89 commits

Author SHA1 Message Date
sepp256
6e8f5fe032 Menu revamp with drmr's new graphics.
Note: This is a WIP.
2009-11-10 16:35:53 +00:00
sepp256
9c7778e5ba Added headers to menu source files. 2009-11-08 05:22:49 +00:00
sepp256
48c4b1879d Added ConfigureInput Frame.
Added option to auto assign controllers or manually assign them.
Various changes to input plugin.
2009-11-08 05:20:38 +00:00
sepp256
2a27697366 Various modifications to gc_input plugin and menu input management.
Added crude input status indicator to MainFrame.
Inputs are currently updated automatically while menu is running.
2009-11-08 05:19:46 +00:00
emukidid
9d1a7e692a SD/USB device removal thread. It's toggled on menu entry/exit so it doesn't do any harm to performance. 2009-11-07 23:07:46 +00:00
emukidid
7baccf4a1e Proper save state loading and saving behavior. 2009-11-07 13:41:13 +00:00
sepp256
7e0b032408 Fixed credits text being cut off. 2009-11-06 13:53:27 +00:00
sepp256
504885064c Credits take 2. 2009-11-06 13:52:57 +00:00
sepp256
e4b7f6e80b DIR entries are now a different color than files. 2009-11-06 13:52:37 +00:00
sepp256
b11b1f510f Updated Credits screen 2009-11-06 13:52:11 +00:00
sepp256
6034dee598 Fixed Button heights with new style.
Moved filebrowser frame to new button style.
Tweaked font centering.
2009-11-06 13:51:42 +00:00
sepp256
1d12926096 Wait until 'A' released before play/resume game.
Fixed unresponsive wiimote in menu!
Removed exit to menu when 'start' pressed.
2009-11-06 06:13:01 +00:00
sepp256
e52726e4fb Added new button styles.
Added backdrop.
Added spinning logo.
Added ROM Load icon.
Various code cleanup.
2009-11-06 06:09:06 +00:00
sepp256
1feadbc937 Ported tehpola's gc_input code to googlecode/.
Removed unnecessary usleep now that PAD_Init is fixed.
Changed N64_B button to map to wiimote MINUS or PLUS buttons for wiimote+nunchuck config.
Changed wiimote+nunchuck to get use buttons _held_ rather than buttons _down_.
Updated wii makefiles.
Added fade message for autosave to all devices when return to menu.
2009-11-05 21:48:38 +00:00
sepp256
50dcd93683 IPLFont now handles text transparency.
Power-off via Wii power button & wiimote (from menu or in game).
"Are you sure you want to exit loader?" implemented.
Auto Save message no longer requires button press.
2009-11-05 21:47:25 +00:00
sepp256
59926e3a03 pakMode[4] added to wii64config and indicates MEMPAK/RUMBLEPAK.
Added ConfigurePaksFrame.
Added input controller polling when configure paks and on play/resume game.
Focus defaults to Frame if no buttons active.
2009-11-05 14:31:44 +00:00
emukidid
f780ba270f Fix CountryCode masking for ROM info. 2009-11-04 21:20:19 +00:00
sepp256
e5248813f4 Multi-line support for MessageBox improved.
Added ROM info and AutoSave info to messageBox after loaded ROM.
Implemented Show ROM Info.
Implemented Credits.
2009-11-04 15:29:35 +00:00
sepp256
7d2e504c9f Fixed Cursor Manager focus handling.
Fixed Cursor debouncing.
"Play Game"/"Resume Game" dynamic strings.
Added multi-line support to message box. (still one feature to add here)
2009-11-04 15:29:09 +00:00
sepp256
ca9aabcdd9 Filebrowser now defaults to 3rd item if entering a directory.
Filebrowser feedback now pops up a MessageBox.
Text for loading bar cleaned up a bit.
2009-11-03 20:56:44 +00:00
sepp256
c9a4a8c9e6 Filebrowser now defaults to 3rd item when entering a non-empty directory. 2009-11-03 20:56:11 +00:00
sepp256
f3bb841713 Button label trimming and scrolling added to filebrowser frame. 2009-11-03 20:55:25 +00:00
sepp256
a32adb6072 Changed "widescreen" to "screenMode". 2009-11-03 20:54:00 +00:00
sepp256
dcaaff8708 Removed Show Debug from Settings Frame
Added Render CPU Framebuffer to Settings Frame
2009-11-03 20:53:30 +00:00
emukidid
cd6a56fce7 Auto Loading of saves completed, tested from SD card too. 2009-10-31 01:03:14 +00:00
emukidid
baae5cf862 Saving of settings.cfg via settings menu done and tested. 2009-10-31 01:02:26 +00:00
sepp256
883ff83264 Fixed non-clearing gfx in Rampage, 007 WINE, ... with Menu_V2 2009-10-30 03:22:15 +00:00
sepp256
5adc34a00a Removed autoLoad from everywhere.
Added Save settings.cfg to Settings Frame. (TODO: fill out functions)
Menu v1 compiles again.
2009-10-30 03:21:51 +00:00
emukidid
0fd71d3e26 Creation & Loading of emulator settings.cfg.
TODO: saving changes to config
2009-10-28 12:45:57 +00:00
emukidid
98f937d187 autoSave stuff is done. We need to remove autoLoad and have a single autoSaveLoad since a user could overwrite a save if only autoSave is on and the user didn't manually load up the save before. 2009-10-28 12:44:41 +00:00
emukidid
ca3ce66473 Saving now actually returns proper error codes if a write fails.
We have "Nothing to Save", "Saved Successfully to X" and "Failed to save".
2009-10-28 12:41:24 +00:00
sepp256
5ba3cfbf62 Made new Settings Frame with tabs.
Implemented Native Saves and Save States.
Added wii64config.h header containing config variables and enumerations.
Improved Menu layouts and features.

main/savestates_gc.c needs to be revised so that we can use the selected savestate location (i.e. SD/USB)
2009-10-27 22:03:20 +00:00
emukidid
d1bb476747 autoSave just needs to do the actual saving now. 2009-10-27 21:43:03 +00:00
emukidid
08a4173753 autoLoad & autoSave toggle ability linked to menu. 2009-10-27 21:41:45 +00:00
emukidid
5d92e89354 Added some TODO's (in place of actual code) in menuV2 for auto Save/Load and default save/load device changing 2009-10-27 21:37:55 +00:00
emukidid
d57ada201f We can now load ROMs from USB or SD at the same time. There's a bug, don't try to load two in a row without having played each loaded ROM.
TODO: look at LoadSaveFrame.cpp and based on save location preference save to SD or USB.
2009-10-27 21:35:17 +00:00
sepp256
1806554ff4 Fixed FPS/Debug fonts in game for Menu2.
Fixed Current ROM Frame button.
2009-10-27 20:38:41 +00:00
sepp256
14a94e27c4 Added more items to the menu. Untested. 2009-10-27 20:27:38 +00:00
sepp256
f7371e40a0 Initial port of menuV2 to googlecode/.
Options are incomplete.
Currently get an ISI after loading and playing ROM.
2009-10-27 20:26:10 +00:00