Commit graph

22 commits

Author SHA1 Message Date
sepp256
5a2242e4b7 Added headers to some menuV1 source files. 2009-11-08 05:24:53 +00:00
sepp256
a32adb6072 Changed "widescreen" to "screenMode". 2009-11-03 20:54:00 +00:00
sepp256
6a6519f48f Moved xfb's to MEM2.
When using component cable for Wii, GX copies a 640 wide FB into a 720 wide xfb. (revert this later)
Something (libogc?) overwrites the bottom 1/4 of one xfb during the splash screen and again just before ROM load. (This is easier to see with component cables because GX isn't overwriting the whole xfb.)
2009-10-21 21:54:22 +00:00
sepp256
85d06292e2 Changed Vector to guVector so we can compile with libogc svn.
Removed external gettick declaration.
2009-10-21 21:53:05 +00:00
emukidid
d491ae2921 Updated defaults, removed load ROMs from ISFS. Added Shutdown from Wii remote and power button (only in the menu). 2009-10-15 22:27:26 +00:00
sepp256
24dc8a5a96 Fixed menu gfx after running Earthworm Jim or Rampage 2.
General code cleanup.
2009-10-14 02:40:17 +00:00
sepp256
b9095235a8 Revamped EFB clearing.
Reworked FB Textures.
Added FB Texture menu item to dev features menu.
Note: build in tehpola's branch not tested.
Note 2: FB Textures are sometimes unstable. I'm not sure why, yet.
2009-10-13 21:35:02 +00:00
sepp256
d3917c7500 Updated credits screen to read "Wii64 Tiizer Edition!!" 2008-05-23 06:21:32 +00:00
emukidid
4598524e0c removed sdcard.h and fixed sdcard in debug.c, also had to comment out two things in wrappers.s 2008-05-23 04:41:55 +00:00
sepp256
6026895dcd WIP Combiner. It really needs a lot more work, so don't expect much from this commit.
Various other fixes/changes.
2008-04-14 00:55:36 +00:00
sepp256
0fd14c9e49 Added initial port of glN64 gfx plugin to GX.
Small fixes to the DEBUG, font, gui.
Added GDB code for DEBUGON flag. (Works fine if you init after ROM load.)
2008-04-02 05:32:08 +00:00
sepp256
5f281471c5 Updated GX_gfx and soft_gfx Makefiles to compile with latest libOGC
Added "Liip year 2008 edition!!" to credits screen
Lots of GX fixes, including handling of N64 transform matrices, calculation of lighting and generated texture coordinates, and texture synchronization with CPU...
I didn't get to some other GX fixes I want to do, so don't complain about Mario's face looking weird, yet. :)
2008-03-01 09:14:52 +00:00
tehpola@yahoo.com
4ed8a92a5e Reverted accidental changes to gui_GX-menu.c and a simple attempt at not throwing an exception when something goes wrong with the menuFileBrowser 2008-02-25 00:57:44 +00:00
emukidid
0d10a68e7a USB Gecko debug printing, use DEBUG_print(string,DBG_USBGECKO); to print out your message, it will get send straight to the PC from usbgecko slot B, it won't wait for any GUI list 2008-01-23 00:33:31 +00:00
sepp256
8b464366b1 Revised credit screen - Thanks Hacktarux!
Enjoy!
2008-01-01 00:14:17 +00:00
sepp256
45f2042625 see previous 2007-12-31 21:03:28 +00:00
sepp256
d6c777f57d Added credit screen function to GUI.
Usage:
 - add credits menu item which calls GUI_creditScreen() instead of GUI_draw() in a continuous loop until button A/B is pressed.
2007-12-31 20:57:37 +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
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
3d7001bd51 Committing the new code (menu, file browser) although it still doesn't work properly 2007-12-26 23:54:30 +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