tehpola
4ee043ab01
Added WiiFS support to menu. Try to remember to disable ROM loading before release.
2008-04-15 00:07:39 +00:00
tehpola
6343c42108
Added pause/resume functions to input (for rumble now, for network play later hopefully).
2008-04-15 00:05:15 +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
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
emukidid
76e10e6fd3
tehpola's audio and pak selection fixes to menu.c. Added 50,60hz swapping via reset button held on bootup (replace with PAD later).
2008-04-06 01:35:59 +00:00
tehpola
56098dce78
Increased priority of audio_thread; using LWP_SemWait(audio_free) works perfectly for pausing the audio and kill and create semaphores and the thread in romOpen and romClosed. This should fix all problems with audio where it shouldn't be and reduce some crackle.
2008-04-05 17:25:52 +00:00
tehpola
f02fc06a48
Fixed a tiny bug in the audio pausing code and commented on how it works a little.
2008-04-05 02:25:46 +00:00
tehpola
f9fe5fa9a9
Added code to pause audio (thanks sepp256).
2008-04-05 02:19:01 +00:00
tehpola
cd8b81c69e
Added some of the major features to the change log.
2008-04-04 18:07:26 +00:00
tehpola
23c5a93d2e
Made a (untested) fix which should always stop the audio when exiting the menu. Cleaned up and commented the threaded audio code.
2008-04-04 15:09:30 +00:00
emukidid
bdda3f280e
Deleting wiki page CompilerCodeWarnings.
2008-04-04 07:40:46 +00:00
emukidid
9bcfc79213
Float casting on ARAM Rom loading bar. Again.
2008-04-04 07:35:26 +00:00
emukidid
e61124b508
commented the aram loading guisetloadprog which used floats as it doesn't work
2008-04-04 07:16:13 +00:00
emukidid
e9fa18db70
Added Threaded Audio to GLN64 makefiles, if you want it with the others, add it. Fixed Threaded audio. Float casting on ARAM Rom loading bar.
2008-04-04 06:48:28 +00:00
tehpola
96467d1713
Added threading to audio plugin. Use threads by defining THREADED_AUDIO. (Untested)
2008-04-03 21:30:36 +00:00
emukidid
4aa743b07a
Note to self about how to save some space if we need it
2008-04-03 14:33:43 +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
09069b432c
saved more space from my bad .h habbits
2008-04-03 12:39:18 +00:00
emukidid
947d8e301a
Saved 2kb from useless DVD stuff
2008-04-03 10:33:04 +00:00
emukidid
156cc5f151
Oops, I'd made a mistake when commenting.
2008-04-03 08:15:20 +00:00
emukidid
3ec188b32e
Cleaned up the save methods to remove the old ones (pre fileBrowser days) and also remove printf's that might've come up
2008-04-03 07:13:05 +00:00
emukidid
297d15f72d
Saved about ~110kb but now users may only have 150 files per directory on DVD, remember to note this in the readme
2008-04-03 06:55:13 +00:00
emukidid
30b97644f7
Un-commented the Read_Nothing special case due to it not making any speed improvements disabled
2008-04-03 06:41:02 +00:00
emukidid
eee4ebb127
Memory Free Checking added (every 5 secs of VI's). Doesn't seem to slow down much at all.
2008-04-03 06:39:34 +00:00
emukidid
2ac3cfffc3
Commented the retrace function to check reset button as it _might_ break things
2008-04-03 00:50:02 +00:00
emukidid
c271fa6f56
Commented out the controller printfs
2008-04-03 00:45:33 +00:00
tehpola
6aa4ea2779
Edited wiki page through web user interface.
2008-04-02 17:48:53 +00:00
emukidid
c5307cd085
Edited wiki page through web user interface.
2008-04-02 10:44:24 +00:00
emukidid
0c57911f15
GLN64 Wii makefile and Wii DVD Defines fixed
2008-04-02 06:28:21 +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
emukidid
362890673e
Now we're really running 4mb Jumper Pak only
2008-04-02 05:19:49 +00:00
emukidid
d1f1b72672
txtbuffer was defined in debug.h and therefore was making a new copy everytime it was included. this is now fixed.
2008-04-02 04:43:33 +00:00
emukidid
a3190f747f
DVD issue fixed
2008-04-01 15:36:06 +00:00
tehpola
f0a1e6647d
Fixed some more dynarec bugs (block's length wasn't reset before a new recompilation, stack doesn't overflow into heap), but there's a really strange one now that I don't even know where to begin with.
2008-03-30 01:03:57 +00:00
tehpola
e4f362cc2b
Fixed a couple bugs in genJumpTo, now the destination actually gets constructed properly and I'm handling offsets at least a little more correctly.
2008-03-27 01:04:26 +00:00
tehpola
70e626a2b4
Added support for interpreting branch instructions, but jump_to (or genJumpTo) needs to be fixed.
2008-03-26 23:43:27 +00:00
emukidid
cb6e3ac942
Parition stuff and documented the functions
2008-03-26 08:32:08 +00:00
tehpola
84b1249a90
Added space in MEM2 for the loader.
2008-03-20 16:14:46 +00:00
emukidid
90ff145bba
Edited wiki page through web user interface.
2008-03-20 01:17:35 +00:00
emukidid
d850cd790c
Edited wiki page through web user interface.
2008-03-20 01:16:32 +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
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
e7efec14e7
Fixed issue in dynarec that would cause the recompiler to get stuck in an infinite loop.
2008-03-08 01:35:03 +00:00
emukidid
fdda1b035b
Fixed up the Makefile.GX_gfx_wii makefile because it was not working properly under windows due to some lines being more than 80 characters long.
2008-03-02 11:18:25 +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
emukidid
b76b15486e
Fixed embedded fonts (I had forgotten the arial.h file)
2008-03-01 02:43:03 +00:00
tehpola
190a59af08
Wii Makefiles and a little work on the README for the next release
2008-03-01 01:31:32 +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
2076128f8e
Made USBGEcKo output more stable. now size is sent first of the string and then the actual data packet. example code in PC/memdump.cpp
2008-02-29 10:05:03 +00:00