Commit graph

1131 commits

Author SHA1 Message Date
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
emukidid
6223e96445 From now on, if you want to DEBUG_print to SDGecko you must use -DSDPRINT in your makefile 2008-04-15 15:28:35 +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
emukidid
ab0086c34c SDGecko logging. The log is written to N64ROMS\\debug.txt. The file is opened and closed every time you enter or exit the emulation loop. (I.e. press Play game and it'll open the file, press X+Y to close the file (return to menu)). Please use \n at the end of all lines. simply use DEBUG_print(blahblah,DBG_SDGECKOPRINT); Caution, it is slow! 2008-04-15 14:55:52 +00:00
tehpola
793a7fabc4 Added WiiFS to GL64_dev_wii Makefile. 2008-04-15 01:04:51 +00:00
tehpola
6f0ab5d47c Removed forced 48khz from audio. 2008-04-15 00:22:55 +00:00
tehpola
a13b580957 main_gc-menu and ROM-Cache fixes for better fileBrowser support 2008-04-15 00:21:36 +00:00
tehpola
bf965f5ce8 I also made some fixes in menuFileBrowser and added some support for the WiiFS. 2008-04-15 00:14:28 +00:00
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