tehpola@yahoo.com
b655e470df
Stop sound when exiting to menu (untested).
2007-12-31 08:52:32 +00:00
tehpola@yahoo.com
8dbfd8f016
Fixed bug that screwed up loading save games.
2007-12-31 08:48:35 +00:00
tehpola@yahoo.com
96f429ad6a
Save games now attempt to load (but seem corrupted).
2007-12-31 08:16:34 +00:00
tehpola@yahoo.com
615968ed39
Resuming game play seems to work flawlessly now.
2007-12-31 07:03:03 +00:00
tehpola@yahoo.com
10da578d75
Cleaned up feedback from selecting a ROM: now reads "Loaded <filename>"
2007-12-30 23:33:58 +00:00
tehpola@yahoo.com
d7bda24d44
Added special color to certain menu items and directories in the file browser. menuFileBrowser is now left aligned. Stops user from choosing Play Game before a ROM is loaded.
2007-12-30 23:18:23 +00:00
tehpola@yahoo.com
1ce2e6aef3
Progress bar displays when loading a ROM. Screen is blanked when play game is selected.
2007-12-30 22:09:54 +00:00
tehpola@yahoo.com
102081af17
Added feedback whether load/save game was successful or not
2007-12-30 21:46:29 +00:00
sepp256
78d4784cd2
Added GUI load progress bar and GUI toggle functions.
...
Usage:
call GUI_setLoadProg(percent) to set the bar
set percent to -1 to not show bar
set percent from 0~1.0 to show current load percentage
call GUI_toggle() as leaving and re-entering menu to clear the screen and come back to GUI
2007-12-30 21:40:00 +00:00
tehpola@yahoo.com
4163e9ea57
Added check for loading a ROM before a save
2007-12-30 03:11:35 +00:00
emukidid
369ed05be1
dma.c save name also, and made the code clearer ' '
2007-12-30 03:08:27 +00:00
emukidid
2581953cc5
Save file names should now have the extra spaces from the end of their names deleted. (Untested), Also put isWii into the gc_main-menu.c
2007-12-30 01:50:18 +00:00
emukidid
f19caf191d
Fixed DVD stuff, there was a directory problem, and a offset in the file problem, all fixed.. I can now successfully play many roms from DVD without rebooting :).. also, i removed the rom_deinit functionality, If a user wants to swap a Dvd, they should do it from the menu.. otherwise theres way too many drive re-inits.
2007-12-29 07:00:26 +00:00
tehpola@yahoo.com
d6951f18c1
Menu now behaves properly when you scroll up at the top of a menu
2007-12-28 16:58:27 +00:00
sepp256
4e60e6fc18
Added option to center text in the GUI.
...
Default is for centered text, but code should be added to the menu to call GUI_centerText(bool flag) to specify centered (TRUE) or left-justified (FALSE) text.
2007-12-28 09:09:31 +00:00
sepp256
358183d0ae
Ported Splash Screen sequence to the new menu.
...
Fixed background reload on return to menu from game.
2007-12-28 08:16:33 +00:00
tehpola@yahoo.com
9466f7d704
Menu should handle a number of items > GUI_TEXT_HEIGHT properly by scrolling now (not fully tested)
2007-12-28 07:13:00 +00:00
tehpola@yahoo.com
eb2b42d9ed
Menu is now capable of producing feedback when selecting an item
2007-12-27 18:32:03 +00:00
tehpola@yahoo.com
80b3e543bd
Menu now responds to input; capable of loading a ROM (SD only method tested) and playing it, exiting back to menu, but not playing anymore; menuFileBrowser should now support directories with more than GUI_TEXT_HEIGHT number of files properly
2007-12-27 08:28:58 +00:00
tehpola@yahoo.com
3d7001bd51
Committing the new code (menu, file browser) although it still doesn't work properly
2007-12-26 23:54:30 +00:00
tehpola@yahoo.com
42dc38c152
I can't figure out why the input doesn't seem to be working...
2007-12-26 07:54:09 +00:00
emukidid
08efc6c658
Fixed up init/deinit for DVD and CARD, also moved the var SysArea and the function card_removed_cb into fileBrowser-CARD.c and made them externs in Save-Prompt.c since it'll be removed soon enough
2007-12-24 06:23:35 +00:00
tehpola@yahoo.com
338b5f246e
Changed the specs for _init and _deinit, removed _exists to be replaced with error codes for read/write
2007-12-24 06:09:26 +00:00
emukidid
becada32f5
fileBrowser_DVD_init() fileBrowser_DVD_deinit() and respective CARD functions
2007-12-24 04:58:52 +00:00
tehpola@yahoo.com
2e268925fe
Added _init and _deinit and saveFile_exists to the fileBrowser interface
2007-12-24 04:19:48 +00:00
emukidid
18ccd89629
Fixed up the compiler warnings in fileBrowser-CARD.c and also made sure everything returns a value
2007-12-24 03:07:47 +00:00
emukidid
7cdd383f65
Fixed a variable name (CARD_ERROR_READY) and also added fileBrowser-CARD into the GX makefile
2007-12-24 03:02:37 +00:00
emukidid
037cdc7e3e
Logic error in fileBrowser_CARD_writeFile should be resolved
2007-12-24 00:56:16 +00:00
emukidid
b83f706d44
fileBrowser-CARD.c and fileBrowser-CARD.h coded
2007-12-24 00:37:55 +00:00
emukidid
78b372ee88
Makefile.GX_gfx edited to produce a .elf
2007-12-23 13:08:56 +00:00
sepp256
e13d4ba16d
Added a cool splash screen!
...
Features:
- analog stick translates the logo
- C-stick rotates the logo
- press and release A to skip the splash screen
2007-12-23 08:36:50 +00:00
sepp256
88b49ebce9
Added non-threaded version of the gui to be used with the new main().
...
Updated gui function calls in the new main().
2007-12-23 00:25:40 +00:00
tehpola@yahoo.com
94eb9eff72
Early (unfinished) new main
2007-12-22 23:49:20 +00:00
sepp256
2047713597
Updated GUI background and logo.
...
Reformatted GUI and DEBUG text slightly.
2007-12-22 23:33:58 +00:00
tehpola@yahoo.com
e207ad1fa4
Implemented menuFileBrowser (not tested on the cube, but I created unit-tests to make sure it worked on my pc)
2007-12-20 06:11:35 +00:00
tehpola@yahoo.com
7faef93e66
fileBrowser-SD should now maintain full path name (required for use)
2007-12-20 06:09:54 +00:00
tehpola@yahoo.com
5fb233de3f
fileBrowser-SD should now maintain full path name (required for use)
2007-12-20 05:51:32 +00:00
emukidid
9947cb28e1
Edited wiki page through web user interface.
2007-12-19 08:29:12 +00:00
emukidid
592f9f2ac0
Oops, forgot the files
2007-12-19 01:13:35 +00:00
emukidid
776589d8a0
Added fileBrowser-DVD.c, also enabled the fileBrowser stuff in the GX makefile
2007-12-19 01:12:33 +00:00
tehpola@yahoo.com
762fa8d8b9
Fixed a recursive include and return values for readDir and seekFile
2007-12-19 00:50:02 +00:00
tehpola@yahoo.com
83ee43426e
Missing semi-colon and fixed returns of read/write
2007-12-19 00:45:12 +00:00
tehpola@yahoo.com
97cb0ca24f
Typos in arguments' types
2007-12-19 00:40:23 +00:00
tehpola@yahoo.com
b905b96bef
Added the fileBrowser interface with a SD module (untested)
2007-12-18 21:51:17 +00:00
emukidid
d0ec47fec7
Removed some more compiler warnings (added that signed char in MIPS-to-PPC.c), added debug prints to pif,flashram and cache load blocks
2007-12-17 02:10:59 +00:00
tehpola@yahoo.com
52dd012610
Finished (save a couple fixes) menu system
2007-12-16 13:19:23 +00:00
emukidid
577209e48a
DEBUG_update added to the current DEBUG printing, not tested, but should work
2007-12-16 02:30:14 +00:00
emukidid
3abe64a5cd
Edited wiki page through web user interface.
2007-12-15 13:43:12 +00:00
emukidid
594043e4ff
Edited wiki page through web user interface.
2007-12-15 13:41:37 +00:00
emukidid
5cd5d4548b
Edited wiki page through web user interface.
2007-12-15 08:32:33 +00:00