sepp256
6f43450146
Added -DUSE_EXPANSION compiler flags to memory.c/.h and to glN64_GX.
...
- Untested.
Updated glN64 Makefiles.
2008-04-22 22:52:06 +00:00
sepp256
449f9338f1
Fixed glN64_GX vertex color overflow bug. (only one big one to go!)
...
Fixed Dev Features menu caption indices.
Added Dev Features variables to GX_gfx & soft_gfx plugins.
- Untested.
Updated all Makefiles so the other gfx plugins should now compile.
- Untested.
Added VI/s to FPS display.
2008-04-22 22:24:55 +00:00
sepp256
fc7a8d4165
Fixed SDPRINT file open/close in menu.c.
...
Removed SDPRINT flag from gfx SD logging.
2008-04-22 00:51:45 +00:00
tehpola
35a295d1ab
Fixed up a couple issues with the dev features sub menu and only display SD logging when compiled with SDPRINT
2008-04-22 00:18:04 +00:00
sepp256
274127d0de
Changing showFPS and printToScreen flag functionality.
2008-04-21 23:59:20 +00:00
sepp256
25e1b8a238
Set f=NULL if closing file.
2008-04-21 23:41:40 +00:00
sepp256
6551120300
Fixed printToSD flag logic.
2008-04-21 23:39:29 +00:00
tehpola
7ab3becaef
Messed with the gdb code a bit, removed things that are no longer necessary, you'll have to toggle a comment to use TCP as is (and set DEBUGON of course).
2008-04-21 23:32:12 +00:00
sepp256
54f3822775
Added functionality to Dev Features submenu. It compiles, but I haven't tested, yet.
2008-04-21 23:20:16 +00:00
tehpola
089ceb1343
Added dev features sub menu; however, it's not functional yet.
2008-04-21 22:09:54 +00:00
sepp256
e353360ed5
Changed font color register.
2008-04-21 19:30:50 +00:00
sepp256
99fc3d8a04
Fixed Orkin's Combiner info struct.
...
Various TEV combiner fixes.
Fixed texture conversion for IA type textures.
- this fixes highlights on Mario's face, cloud poofs, etc...
Various other changes.
Plugin isn't quite ready for screenies, yet... There are a couple glaring bugs left to fix.
Updated Makefile.GLN64_dev for tehpola's new controller input.
2008-04-21 16:55:45 +00:00
tehpola
a478ac1a27
Added compatibility list generator script and an example of using it (python genCompatList.py exCompatList.txt > exCompatList.html)
2008-04-21 00:49:20 +00:00
tehpola
dbe7e7bec0
Updated the makefile to include gc_input/controller-GC.o
2008-04-19 20:06:21 +00:00
tehpola
a48f9451a5
Refactored input plugin to be modular (not totally finished, but works as before).
2008-04-19 20:04:11 +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
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