sepp256
|
4ecbf29d95
|
deleting tik and tmd
|
2008-05-23 02:18:43 +00:00 |
|
emukidid
|
aaf093348b
|
Cleared up compiler warnings for files in fileBrowser dir
|
2008-05-15 01:31:03 +00:00 |
|
emukidid
|
379b4d2a1b
|
Removed Wii DVD stuff functions, Removed Load from DVD in wiimode, Removed usb.c and usb.h (now in libOGC). Also updated all the makefiles to reflect this usb.c removal
|
2008-04-24 02:01:35 +00:00 |
|
tehpola
|
a091581fb3
|
Removed code to get certificates from DVD since we're going to include them and it never worked anyways.
|
2008-04-24 00:56:28 +00:00 |
|
emukidid
|
d45992393d
|
Removed mupen64-sft_wii.elf, added empty .tik and .tmd
|
2008-04-23 13:22:48 +00:00 |
|
tehpola
|
1c0a248933
|
Removed ticket and tmd for now.
|
2008-04-15 21:27:37 +00:00 |
|
tehpola
|
9c4579aca2
|
Fixed a potential alignment issue and remembered to reset fd after closing a file in fileBrowser-WiiFS.
|
2008-04-15 18:32:11 +00:00 |
|
tehpola
|
1d299a42be
|
Readding cert as a hard copy. It should function properly now.
|
2008-04-15 15:39:15 +00:00 |
|
tehpola
|
87ab93c1b9
|
Deleting symbolic link 'cert' svn is being weird about me changing it to a hard copy.
|
2008-04-15 15:38:40 +00:00 |
|
tehpola
|
f5634cfeaa
|
Added certificate to svn. The certificate shouldn't be considered copyrighted material so we can use it.
|
2008-04-15 15:06:36 +00:00 |
|
tehpola
|
a6568974c7
|
fileBrowser-WiiFS added (Note: currently, you must supply your own certificate to use)
|
2008-04-14 23:58:24 +00:00 |
|
emukidid
|
b2935ceb25
|
Compiled a GC build to notice that some DVD stuff broke. this is now fixed.
|
2008-04-03 13:36:04 +00:00 |
|
emukidid
|
a3190f747f
|
DVD issue fixed
|
2008-04-01 15:36:06 +00:00 |
|
emukidid
|
e6270b9914
|
DVD Browsing now works however there is still a bug when loading a ROM
|
2008-03-19 14:17:12 +00:00 |
|
emukidid
|
316ace7ee7
|
Fixed some defines. Added Wii DVD functions (currently broken - but i'm working on it!)
|
2008-03-19 09:22:42 +00:00 |
|
emukidid
|
ed478bfb42
|
Added new menu items: Stop DVD (This will check if the ROM still needs the DVD, if not, it will allow it to stop the DVD Motor), and Swap DVD was added.. this will regardless of ROM size stop the motor.
|
2008-01-01 22:46:38 +00:00 |
|
emukidid
|
da34e71d63
|
OoT bonus disc supported again
|
2007-12-31 13:02:20 +00:00 |
|
emukidid
|
0c95bc7b78
|
Fixed memory cards loading and saving, tested with .mpk, .eep etc, its all fine now :)
|
2007-12-31 12:29:52 +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 |
|
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
|
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 |
|
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 |
|
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
|
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 |
|