mupen64plus-oldsvn/main
2008-04-16 02:02:10 +00:00
..
gui_gtk -Added global variable representing whether the Gameshark button is pressed or not. 2008-04-09 17:11:00 +00:00
adler32.c Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
Audio_#1.1.h Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
cheat.c Simplified execute_cheat function 2008-04-10 06:15:07 +00:00
cheat.h D'oh, my last implementation of GS Button didn't work because of how SDL handles keyup events. I had to change the implementation. Now there's a function in cheat.c that will allow you to query whether the GS button is pressed or not. 2008-04-09 20:33:20 +00:00
config.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
config.h Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
Controller_#1.1.h Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
Gfx_#1.3.h Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
guifuncs.c Changed NOGUI_ONLY build option to NO_GUI 2008-04-06 23:41:23 +00:00
guifuncs.h Removed gui_load_rom call from guifuncs.h. It's not a necessary call for common code. 2008-03-26 23:16:51 +00:00
ioapi.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
ioapi.h Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
lirc.c -Added support for adjusting the volume (PCM channel via /dev/mixer) during emulation. Volume functions are in new files volume.[ch]. Also added support for volume keyboard shortcuts and LIRC commands. 2008-03-30 05:07:14 +00:00
lirc.h -Fixed LIRC support (it was broken during gui/nogui merge). 2008-03-25 05:40:42 +00:00
main.c modified new_vi() in main/main.c to scale the VI_Limit time by the speedup factor to prevent this from capping the frame time when SpeedFactor is greater than 100% 2008-04-16 02:02:10 +00:00
main.h Added control code in main.c and plugin.c to handle fast forward / speed change feature 2008-04-15 18:54:56 +00:00
md5.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
md5.h Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
mupenIniApi.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
mupenIniApi.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
plugin.c Added control code in main.c and plugin.c to handle fast forward / speed change feature 2008-04-15 18:54:56 +00:00
plugin.h Added control code in main.c and plugin.c to handle fast forward / speed change feature 2008-04-15 18:54:56 +00:00
rom.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
rom.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
Rsp_#1.1.h Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
savestates.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
savestates.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
translate.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
translate.h Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
unzip.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
unzip.h Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
util.c D'oh, my last implementation of GS Button didn't work because of how SDL handles keyup events. I had to change the implementation. Now there's a function in cheat.c that will allow you to query whether the GS button is pressed or not. 2008-04-09 20:33:20 +00:00
util.h D'oh, my last implementation of GS Button didn't work because of how SDL handles keyup events. I had to change the implementation. Now there's a function in cheat.c that will allow you to query whether the GS button is pressed or not. 2008-04-09 20:33:20 +00:00
vcr.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
vcr.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
vcr_compress.cpp Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
vcr_compress.h Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
vcr_resample.c Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
vcr_resample.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00
version.h Updated version numbers for post-1.3 tag 2008-03-29 19:40:20 +00:00
volume.c -Added support for adjusting the volume (PCM channel via /dev/mixer) during emulation. Volume functions are in new files volume.[ch]. Also added support for volume keyboard shortcuts and LIRC commands. 2008-03-30 05:07:14 +00:00
volume.h -Added support for adjusting the volume (PCM channel via /dev/mixer) during emulation. Volume functions are in new files volume.[ch]. Also added support for volume keyboard shortcuts and LIRC commands. 2008-03-30 05:07:14 +00:00
winlnxdefs.h Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00