Commit graph

67 commits

Author SHA1 Message Date
sepp256
474e6c93d0 Fixed a texture conversion bug.
Fixed a texture coordinate bug.
Reworked some combining/blending code.
Added support for Screen Capture -> .png file.
(This is currently commented as it would require ~1MB of RAM)
Still need to figure out Mario's shininess.
2008-03-09 22:57:26 +00:00
tehpola
35c3d65f95 Should print out more dynarec debugging info to the USBGecko, should turn off wiimote if line is uncommented, and more detailed, better formatted profiling. 2008-02-29 16:21:11 +00:00
emukidid
f5d7aa9fb3 Fixed USBGecko Printing to actually work, added dir called PC which contains a PC usbgecko app i quickly hacked together. also, added flag EMBEDDED_FONTS which will work for Qoob users. 2008-02-26 13:12:23 +00:00
tehpola@yahoo.com
668795ef26 Since Progressive is supported by official libogc, removed my #ifdef NTSC_PROGRESSIVE_SUPPORT 2008-02-25 00:47:14 +00:00
tehpola
58291b6ac3 Compiles with NTSC progressive support when NTSC_PROGRESSIVE_SUPPORT (defined in customlibs) and PROGRESSIVE_DISPLAY are defined. 2008-01-05 19:50:12 +00:00
tehpola@yahoo.com
9823f8dd14 Added "Show Credits" to menu (kind of a hack way to do it, but its fine for now) 2007-12-31 22:05:51 +00:00
emukidid
85eff4b185 still there are issues with loading from memcard then trying to save to sd card.. this is fine if you update something in the game then go to save. Not a big issue. 2007-12-31 12:52:15 +00:00
emukidid
c09b479a7b Fixed multiple SD card ROM loads, also bumped up to 32mhz on the EXI, please place the file customlibs/libsdcard.a into your powerpc-gekko/lib/ dir. also, the rom loading is much faster without the constant closing/opening 2007-12-31 09:44:17 +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
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
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
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